Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Agent basic-s5jxv is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-s5jxv"
  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-s5jxv"
    - 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-s5jxv"
    - 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-s5jxv (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 cb4a0f14d5eea5dfd8534055811179c734137d27 (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cb4a0f14d5eea5dfd8534055811179c734137d27 # timeout=10
Commit message: "Merge pull request #509 from eclipse/include-count-query"
 > git rev-list --no-walk cb4a0f14d5eea5dfd8534055811179c734137d27 # 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.296 s -- in org.eclipse.jnosql.communication.ConditionTest
[INFO] Running org.eclipse.jnosql.communication.DefaultSettingsTest
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.283 s -- in org.eclipse.jnosql.communication.DefaultSettingsTest
[INFO] Running org.eclipse.jnosql.communication.DefaultValueTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.384 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.009 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.012 s -- in org.eclipse.jnosql.communication.ParamValueTest
[INFO] Running org.eclipse.jnosql.communication.ParamsTest
[INFO] Running org.eclipse.jnosql.communication.ParamsTest$GivenFilledParamsTest
[INFO] Running org.eclipse.jnosql.communication.ParamsTest$GivenFilledParamsTest$WhenBindIsCalled
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenFilledParamsTest$WhenBindIsCalled
[INFO] Running org.eclipse.jnosql.communication.ParamsTest$GivenFilledParamsTest$WhenAddMethodIsCalledTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenFilledParamsTest$WhenAddMethodIsCalledTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenFilledParamsTest
[INFO] Running org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest
[INFO] Running org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest$WhenBindIsCalled
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest$WhenBindIsCalled
[INFO] Running org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest$WhenAddMethodIsCalledTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest$WhenAddMethodIsCalledTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 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.169 s -- in org.eclipse.jnosql.communication.SettingsBuilderTest
[INFO] Running org.eclipse.jnosql.communication.ValueReaderDecoratorTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.jnosql.communication.ValueReaderDecoratorTest
[INFO] Running org.eclipse.jnosql.communication.ValueUtilTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 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.098 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.178 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.106 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.096 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.061 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.128 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.003 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.148 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.103 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.205 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.107 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.020 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.120 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.003 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.201 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.093 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.089 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.083 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.003 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.172 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.036 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.002 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.113 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.102 s -- in org.eclipse.jnosql.communication.reader.OffsetTimeReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.OptionalReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.communication.reader.OptionalReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.OptionalTypeReferenceReaderTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 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.059 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.013 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.115 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.003 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.012 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.103 s -- in org.eclipse.jnosql.communication.reader.StringReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.YearMonthTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.communication.reader.YearMonthTest
[INFO] Running org.eclipse.jnosql.communication.reader.YearReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.093 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.007 s -- in org.eclipse.jnosql.communication.writer.EnumValueWriterTest
[INFO] Running org.eclipse.jnosql.communication.writer.OptionalValueWriterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.communication.writer.OptionalValueWriterTest
[INFO] Running org.eclipse.jnosql.communication.writer.OptionalWriterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.communication.writer.OptionalWriterTest
[INFO] Running org.eclipse.jnosql.communication.writer.TemporalValueWriterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.034 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.005 s -- in org.eclipse.jnosql.communication.writer.ValueWriterDecoratorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 320, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-communication-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/target/jnosql-communication-core-1.1.1-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-communication-core >>>
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-communication-core ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 75 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 112 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 112 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication-core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-communication-core <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-communication-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/target/jnosql-communication-core-1.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-communication-core ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/src/main/java/org/eclipse/jnosql/communication/TypeReference.java:29: warning: no comment
[WARNING] protected TypeReference() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/src/main/java/org/eclipse/jnosql/communication/TypeReferenceReaderDecorator.java:41: warning: no comment
[WARNING] public static TypeReferenceReaderDecorator getInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/src/main/java/org/eclipse/jnosql/communication/ValueReaderDecorator.java:41: warning: no comment
[WARNING] public static ValueReaderDecorator getInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/src/main/java/org/eclipse/jnosql/communication/ValueWriterDecorator.java:44: warning: no comment
[WARNING] public static ValueWriter getInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/src/main/java/module-info.java:17: warning: no comment
[WARNING] module org.eclipse.jnosql.communication.core {
[WARNING] ^
[WARNING] 5 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/target/jnosql-communication-core-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco:0.8.11:report (report) @ jnosql-communication-core ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/target/jacoco.exec
[INFO] Analyzed bundle 'jnosql-communication-core' with 54 classes
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jnosql-communication-core ---
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-core/1.1.1-SNAPSHOT/jnosql-communication-core-1.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/target/jnosql-communication-core-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-core/1.1.1-SNAPSHOT/jnosql-communication-core-1.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/target/jnosql-communication-core-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-core/1.1.1-SNAPSHOT/jnosql-communication-core-1.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/target/jnosql-communication-core-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-core/1.1.1-SNAPSHOT/jnosql-communication-core-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] ----< org.eclipse.jnosql.communication:jnosql-communication-query >-----
[INFO] Building jnosql-communication-query 1.1.1-SNAPSHOT                [4/15]
[INFO]   from jnosql-communication/jnosql-communication-query/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-communication-query ---
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-communication-query ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 76 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 68 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 68 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication-query ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/jacoco.exec
[INFO] 
[INFO] --- antlr4:4.12.0:antlr4 (default) @ jnosql-communication-query ---
[INFO] ANTLR 4: Processing source directory /home/jenkins/agent/workspace/jnosql/antlr4
[INFO] Processing grammar: org/eclipse/jnosql/query/grammar/method/Method.g4
[INFO] Processing grammar: org/eclipse/jnosql/query/grammar/data/JDQL.g4
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-communication-query ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ jnosql-communication-query ---
[WARNING] *******************************************************************************************************************************************************
[WARNING] * Required filename-based automodules detected: [microprofile-config-api-3.1.jar]. Please don't publish this project to a public artifact repository! *
[WARNING] *******************************************************************************************************************************************************
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 51 source files with javac [debug target 17 module-path] to target/classes
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/data/EnumConverter.java: /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/data/EnumConverter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/data/EnumConverter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-communication-query ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-communication-query ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ jnosql-communication-query ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 24 source files with javac [debug target 17 module-path] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jnosql-communication-query ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderAndTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.308 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.444 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.077 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.023 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.089 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.010 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.090 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.311 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.016 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.052 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.028 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.074 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.044 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.044 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.223 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.021 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.097 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.001 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.035 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.002 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.011 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.092 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.004 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.135 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<String, String, DeleteQuery> {
[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<Enum<?>> {
[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:23: warning: no comment
[WARNING] COUNT=26, TRUE=27, FALSE=28, ASC=29, DESC=30, AND=31, OR=32, ABS=33, LENGTH=34,
[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] COUNT=26, TRUE=27, FALSE=28, ASC=29, DESC=30, AND=31, OR=32, ABS=33, LENGTH=34,
[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] COUNT=26, TRUE=27, FALSE=28, ASC=29, DESC=30, AND=31, OR=32, ABS=33, LENGTH=34,
[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_TIME=41, BETWEEN=42, LIKE=43, THIS=44, EQ=45, GT=46, LT=47, NEQ=48,
[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] 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] FROM=17, WHERE=18, SET=19, ORDER=20, BY=21, NOT=22, IN=23, IS=24, NULL=25,
[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] DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, STRING=63,
[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] GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, COMMA=56,
[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] GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, COMMA=56,
[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] COUNT=26, TRUE=27, FALSE=28, ASC=29, DESC=30, AND=31, OR=32, ABS=33, LENGTH=34,
[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, SELECT=14, UPDATE=15, DELETE=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] COUNT=26, TRUE=27, FALSE=28, ASC=29, DESC=30, AND=31, OR=32, ABS=33, LENGTH=34,
[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] GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, COMMA=56,
[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] DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, STRING=63,
[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] 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_TIME=41, BETWEEN=42, LIKE=43, THIS=44, EQ=45, GT=46, LT=47, NEQ=48,
[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] COUNT=26, TRUE=27, FALSE=28, ASC=29, DESC=30, AND=31, OR=32, ABS=33, LENGTH=34,
[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] FROM=17, WHERE=18, SET=19, ORDER=20, BY=21, NOT=22, IN=23, IS=24, NULL=25,
[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_TIME=41, BETWEEN=42, LIKE=43, THIS=44, EQ=45, GT=46, LT=47, NEQ=48,
[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] GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, COMMA=56,
[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] DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, STRING=63,
[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] FROM=17, WHERE=18, SET=19, ORDER=20, BY=21, NOT=22, IN=23, IS=24, NULL=25,
[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] 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] FROM=17, WHERE=18, SET=19, ORDER=20, BY=21, NOT=22, IN=23, IS=24, NULL=25,
[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] LOWER=35, UPPER=36, LEFT=37, RIGHT=38, LOCAL_DATE=39, LOCAL_DATETIME=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] COUNT=26, TRUE=27, FALSE=28, ASC=29, DESC=30, AND=31, OR=32, ABS=33, LENGTH=34,
[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_TIME=41, BETWEEN=42, LIKE=43, THIS=44, EQ=45, GT=46, LT=47, NEQ=48,
[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] 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] LOWER=35, UPPER=36, LEFT=37, RIGHT=38, LOCAL_DATE=39, LOCAL_DATETIME=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] LOWER=35, UPPER=36, LEFT=37, RIGHT=38, LOCAL_DATE=39, LOCAL_DATETIME=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_TIME=41, BETWEEN=42, LIKE=43, THIS=44, EQ=45, GT=46, LT=47, NEQ=48,
[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] LOWER=35, UPPER=36, LEFT=37, RIGHT=38, LOCAL_DATE=39, LOCAL_DATETIME=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] DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, STRING=63,
[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_TIME=41, BETWEEN=42, LIKE=43, THIS=44, EQ=45, GT=46, LT=47, NEQ=48,
[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] GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, COMMA=56,
[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] GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, COMMA=56,
[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] GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, COMMA=56,
[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_TIME=41, BETWEEN=42, LIKE=43, THIS=44, EQ=45, GT=46, LT=47, NEQ=48,
[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] FROM=17, WHERE=18, SET=19, ORDER=20, BY=21, NOT=22, IN=23, IS=24, NULL=25,
[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] FROM=17, WHERE=18, SET=19, ORDER=20, BY=21, NOT=22, IN=23, IS=24, NULL=25,
[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] COUNT=26, TRUE=27, FALSE=28, ASC=29, DESC=30, AND=31, OR=32, ABS=33, LENGTH=34,
[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] FROM=17, WHERE=18, SET=19, ORDER=20, BY=21, NOT=22, IN=23, IS=24, NULL=25,
[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] GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, COMMA=56,
[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] DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, STRING=63,
[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] LOWER=35, UPPER=36, LEFT=37, RIGHT=38, LOCAL_DATE=39, LOCAL_DATETIME=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] DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, STRING=63,
[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, SELECT=14, UPDATE=15, DELETE=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] FROM=17, WHERE=18, SET=19, ORDER=20, BY=21, NOT=22, IN=23, IS=24, NULL=25,
[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] DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, STRING=63,
[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, SELECT=14, UPDATE=15, DELETE=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, SELECT=14, UPDATE=15, DELETE=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, SELECT=14, UPDATE=15, DELETE=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, SELECT=14, UPDATE=15, DELETE=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:25: warning: no comment
[WARNING] LOCAL_TIME=41, BETWEEN=42, LIKE=43, THIS=44, EQ=45, GT=46, LT=47, NEQ=48,
[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] COUNT=26, TRUE=27, FALSE=28, ASC=29, DESC=30, AND=31, OR=32, ABS=33, LENGTH=34,
[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, SELECT=14, UPDATE=15, DELETE=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] LOWER=35, UPPER=36, LEFT=37, RIGHT=38, LOCAL_DATE=39, LOCAL_DATETIME=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] FROM=17, WHERE=18, SET=19, ORDER=20, BY=21, NOT=22, IN=23, IS=24, NULL=25,
[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] 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:1165: 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:1103: 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.190 s -- in org.eclipse.jnosql.communication.keyvalue.KeyValueEntityParamsTest
[INFO] Running org.eclipse.jnosql.communication.keyvalue.KeyValueEntityTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.113 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: 1.663 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.007 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: 2.787 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.023 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.071 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.006 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.032 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.282 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.013 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.029 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.242 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.151 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.087 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.011 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.006 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.055 s -- in org.eclipse.jnosql.communication.semistructured.ElementsTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.SelectQueryParserTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 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.104 s -- in org.eclipse.jnosql.communication.semistructured.UpdateQueryParserTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 283, 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<CommunicationEntity> 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<org.eclipse.jnosql.communication.query.SelectQuery, CommunicationObserverParser, QueryParams> {
[WARNING] ^
[WARNING] 3 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/target/jnosql-communication-semistructured-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco:0.8.11:report (report) @ jnosql-communication-semistructured ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/target/jacoco.exec
[INFO] Analyzed bundle 'jnosql-communication-semistructured' with 37 classes
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jnosql-communication-semistructured ---
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-semistructured/1.1.1-SNAPSHOT/jnosql-communication-semistructured-1.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/target/jnosql-communication-semistructured-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-semistructured/1.1.1-SNAPSHOT/jnosql-communication-semistructured-1.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/target/jnosql-communication-semistructured-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-semistructured/1.1.1-SNAPSHOT/jnosql-communication-semistructured-1.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/target/jnosql-communication-semistructured-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-semistructured/1.1.1-SNAPSHOT/jnosql-communication-semistructured-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] ----------< org.eclipse.jnosql.mapping:jnosql-mapping-parent >----------
[INFO] Building jnosql-mapping-parent 1.1.1-SNAPSHOT                     [7/15]
[INFO]   from jnosql-mapping/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-parent ---
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-parent ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 70 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 1 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-mapping/target/jacoco.exec
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-parent ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-parent >>>
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-parent ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 70 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 1 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-mapping/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-parent <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-parent ---
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jnosql-mapping-parent ---
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-parent/1.1.1-SNAPSHOT/jnosql-mapping-parent-1.1.1-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.eclipse.jnosql.mapping:jnosql-mapping-api-core >---------
[INFO] Building jnosql-mapping-api-core 1.1.1-SNAPSHOT                   [8/15]
[INFO]   from jnosql-mapping/jnosql-mapping-api-core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-api-core ---
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-api-core ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 63 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 63 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-api-core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-api-core ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ jnosql-mapping-api-core ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 33 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-api-core ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-api-core ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ jnosql-mapping-api-core ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 27 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/src/test/java/org/eclipse/jnosql/mapping/metadata/ConstructorBuilderTest.java: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/src/test/java/org/eclipse/jnosql/mapping/metadata/ConstructorBuilderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/src/test/java/org/eclipse/jnosql/mapping/metadata/ConstructorBuilderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-api-core ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.jnosql.mapping.DatabaseMetadataTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.533 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.056 s -- in org.eclipse.jnosql.mapping.DatabaseQualifierTest
[INFO] Running org.eclipse.jnosql.mapping.DatabasesTest
May 22, 2024 5:01:23 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.171 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.004 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.011 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.006 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.005 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.002 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.411 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.346 s -- in org.eclipse.jnosql.mapping.metadata.DefaultFieldValueTest
[INFO] Running org.eclipse.jnosql.mapping.metadata.InheritanceMetadataTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.209 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.022 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<IdNotFoundException> 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.073 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: 3.289 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.005 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.021 s -- in org.eclipse.jnosql.mapping.reflection.ConstructorEventTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.ConstructorMetadataBuilderTest
May 22, 2024 5:01:34 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
May 22, 2024 5:01: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 22, 2024 5:01:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 46b070fd-0efc-459d-9888-466e5bad75dc initialized
May 22, 2024 5:01:35 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 46b070fd-0efc-459d-9888-466e5bad75dc shut down
May 22, 2024 5:01: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 22, 2024 5:01:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c3b96295-d8c7-49ce-ad43-cf5c5ac4e0be initialized
May 22, 2024 5:01:35 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c3b96295-d8c7-49ce-ad43-cf5c5ac4e0be shut down
May 22, 2024 5:01: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 22, 2024 5:01:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3aaedf4f-f9f8-4f32-b8c5-1a34bf940f6e initialized
May 22, 2024 5:01:35 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3aaedf4f-f9f8-4f32-b8c5-1a34bf940f6e shut down
May 22, 2024 5:01: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 22, 2024 5:01:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 109cc2f9-2c46-4b7b-af4d-c8c1c4f73375 initialized
May 22, 2024 5:01:35 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 109cc2f9-2c46-4b7b-af4d-c8c1c4f73375 shut down
May 22, 2024 5:01: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 22, 2024 5:01:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 560be2fa-654a-48dd-836f-7ef4c5c8e3b7 initialized
May 22, 2024 5:01:35 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 560be2fa-654a-48dd-836f-7ef4c5c8e3b7 shut down
May 22, 2024 5:01: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 22, 2024 5:01:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c8b836d0-ff45-4895-bedb-17e08dd267d3 initialized
May 22, 2024 5:01:35 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c8b836d0-ff45-4895-bedb-17e08dd267d3 shut down
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.444 s -- in org.eclipse.jnosql.mapping.reflection.ConstructorMetadataBuilderTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultConstructorBuilderTest
May 22, 2024 5:01: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 22, 2024 5:01:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f8e4dfb4-b7d8-4063-8d2e-994037d07064 initialized
May 22, 2024 5:01:35 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f8e4dfb4-b7d8-4063-8d2e-994037d07064 shut down
May 22, 2024 5:01: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 22, 2024 5:01:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 270394c8-c0fa-4374-a2f1-b295134d7258 initialized
May 22, 2024 5:01:35 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 270394c8-c0fa-4374-a2f1-b295134d7258 shut down
May 22, 2024 5:01: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 22, 2024 5:01:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 822fb4a0-6843-4e3d-bbaf-f0e69435aa9b initialized
May 22, 2024 5:01:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 822fb4a0-6843-4e3d-bbaf-f0e69435aa9b shut down
May 22, 2024 5:01: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 22, 2024 5:01:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2bf09b8b-56d2-4826-8d80-ac9d684bdf5e initialized
May 22, 2024 5:01:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2bf09b8b-56d2-4826-8d80-ac9d684bdf5e shut down
May 22, 2024 5:01: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 22, 2024 5:01:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 07303126-bea4-43a4-97f9-04a3c38672e0 initialized
May 22, 2024 5:01:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 07303126-bea4-43a4-97f9-04a3c38672e0 shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.746 s -- in org.eclipse.jnosql.mapping.reflection.DefaultConstructorBuilderTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultEntitiesMetadataTest
May 22, 2024 5:01: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 22, 2024 5:01:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6ca002e6-bf4e-4430-8e53-729c65a753d5 initialized
May 22, 2024 5:01:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6ca002e6-bf4e-4430-8e53-729c65a753d5 shut down
May 22, 2024 5:01: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 22, 2024 5:01:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 114ea65f-260d-4617-8023-f1996247350d initialized
May 22, 2024 5:01:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 114ea65f-260d-4617-8023-f1996247350d shut down
May 22, 2024 5:01: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 22, 2024 5:01:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 24ea3d6a-7039-4b1e-9812-6c0c54877073 initialized
May 22, 2024 5:01:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 24ea3d6a-7039-4b1e-9812-6c0c54877073 shut down
May 22, 2024 5:01: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 22, 2024 5:01:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 21caf2a2-c03b-43d8-82a5-7179316454a5 initialized
May 22, 2024 5:01:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 21caf2a2-c03b-43d8-82a5-7179316454a5 shut down
May 22, 2024 5:01: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 22, 2024 5:01:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 42806f84-1d76-476b-a9b5-ef696b67cf3b initialized
May 22, 2024 5:01:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 42806f84-1d76-476b-a9b5-ef696b67cf3b shut down
May 22, 2024 5:01: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 22, 2024 5:01:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 45c0e1df-b064-4b10-8099-7392144634a2 initialized
May 22, 2024 5:01:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 45c0e1df-b064-4b10-8099-7392144634a2 shut down
May 22, 2024 5:01: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 22, 2024 5:01:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container df1c087a-462f-4215-9952-81dda3ca41bd initialized
May 22, 2024 5:01:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container df1c087a-462f-4215-9952-81dda3ca41bd shut down
May 22, 2024 5:01: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 22, 2024 5:01:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fb94e13c-375d-4202-b350-2282df21a335 initialized
May 22, 2024 5:01:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fb94e13c-375d-4202-b350-2282df21a335 shut down
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.486 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.172 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.157 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.046 s -- in org.eclipse.jnosql.mapping.reflection.DefaultGenericFieldMetaDataTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultGenericParameterMetaDataTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.mapping.reflection.DefaultGenericParameterMetaDataTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultParameterMetaDataTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.jnosql.mapping.reflection.DefaultParameterMetaDataTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.EmbeddedFieldMetadataTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.mapping.reflection.EmbeddedFieldMetadataTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.FieldMetadataTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 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.006 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.041 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.007 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.011 s -- in org.eclipse.jnosql.mapping.reflection.ReflectionClassConverterTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.ReflectionConstructorBuilderSupplierTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 s -- in org.eclipse.jnosql.mapping.reflection.ReflectionConstructorBuilderSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.ReflectionsTest
May 22, 2024 5:01: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 22, 2024 5:01:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1e690ae9-7b5e-4dc6-900a-fc54a5fd61e5 initialized
May 22, 2024 5:01:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1e690ae9-7b5e-4dc6-900a-fc54a5fd61e5 shut down
May 22, 2024 5:01: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 22, 2024 5:01:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2ab988b5-8ca7-4c57-861c-e7f42447d94e initialized
May 22, 2024 5:01:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2ab988b5-8ca7-4c57-861c-e7f42447d94e shut down
May 22, 2024 5:01: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 22, 2024 5:01:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e45569c4-6632-4fd4-b1e7-275f32760cd7 initialized
May 22, 2024 5:01:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e45569c4-6632-4fd4-b1e7-275f32760cd7 shut down
May 22, 2024 5:01: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 22, 2024 5:01:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f24acc1b-d55d-441c-9af8-45aa1adebbf2 initialized
May 22, 2024 5:01:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f24acc1b-d55d-441c-9af8-45aa1adebbf2 shut down
May 22, 2024 5:01: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 22, 2024 5:01:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 53e5f805-5c4b-4894-bcdb-cf6b6750f9a4 initialized
May 22, 2024 5:01:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 53e5f805-5c4b-4894-bcdb-cf6b6750f9a4 shut down
May 22, 2024 5:01: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 22, 2024 5:01:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 43a5ffba-d7d9-497d-abf6-d30252eade99 initialized
May 22, 2024 5:01:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 43a5ffba-d7d9-497d-abf6-d30252eade99 shut down
May 22, 2024 5:01: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 22, 2024 5:01:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 791f0041-d75d-41bb-85da-f96cf0af8ab3 initialized
May 22, 2024 5:01:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 791f0041-d75d-41bb-85da-f96cf0af8ab3 shut down
May 22, 2024 5:01: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 22, 2024 5:01:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 32e8259b-c3bd-4abd-a4a9-42f461e6fd0f initialized
May 22, 2024 5:01:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 32e8259b-c3bd-4abd-a4a9-42f461e6fd0f shut down
May 22, 2024 5:01: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 22, 2024 5:01:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 43ca7d07-1cd0-42ca-897b-1c1f2f7304cc initialized
May 22, 2024 5:01:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 43ca7d07-1cd0-42ca-897b-1c1f2f7304cc shut down
May 22, 2024 5:01: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 22, 2024 5:01:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8e060ffd-a1bc-48c1-ab51-fb82b744dbed initialized
May 22, 2024 5:01:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8e060ffd-a1bc-48c1-ab51-fb82b744dbed shut down
May 22, 2024 5:01: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 22, 2024 5:01:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 24e3db00-4498-4a28-a2a6-3cb09b22871e initialized
May 22, 2024 5:01:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 24e3db00-4498-4a28-a2a6-3cb09b22871e shut down
May 22, 2024 5:01: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 22, 2024 5:01:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5088dc08-9876-40ea-bbdf-3257aab19693 initialized
May 22, 2024 5:01:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5088dc08-9876-40ea-bbdf-3257aab19693 shut down
May 22, 2024 5:01: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 22, 2024 5:01:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 656e7b14-6c38-48e4-b4ea-a665e2adf2cb initialized
May 22, 2024 5:01:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 656e7b14-6c38-48e4-b4ea-a665e2adf2cb shut down
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.664 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.004 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.007 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.002 s -- in org.eclipse.jnosql.mapping.reflection.collection.DequeSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.collection.ListSupplierTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.mapping.reflection.collection.ListSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.collection.SetSupplierTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.mapping.reflection.collection.SetSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.collection.TreeSetSupplierTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.mapping.reflection.collection.TreeSetSupplierTest
[INFO] 
[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<? extends AttributeConverter<?, ?>> 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 22, 2024 5:01:45 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
May 22, 2024 5:01: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 22, 2024 5:01:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d33ce9b8-365c-4e4f-9de1-733cbd63b249 initialized
May 22, 2024 5:01:50 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d33ce9b8-365c-4e4f-9de1-733cbd63b249 shut down
May 22, 2024 5:01:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:01:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d5f75248-a198-4c47-b717-903a399d45db initialized
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
May 22, 2024 5:01:51 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d5f75248-a198-4c47-b717-903a399d45db shut down
May 22, 2024 5:01:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:01:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b1854b38-e362-4022-b789-675045b7529e initialized
May 22, 2024 5:01:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b1854b38-e362-4022-b789-675045b7529e shut down
May 22, 2024 5:01: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 22, 2024 5:01:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6e8af1af-ef78-47b7-a3dd-c56aa9f139e4 initialized
May 22, 2024 5:01:52 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 22, 2024 5:01:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6e8af1af-ef78-47b7-a3dd-c56aa9f139e4 shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.801 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.045 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.052 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: 0.945 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.008 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.154 s -- in org.eclipse.jnosql.mapping.core.config.MicroProfileSettingsTest
[INFO] Running org.eclipse.jnosql.mapping.core.query.AbstractRepositoryTest
May 22, 2024 5:01:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:01:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6d5ceed8-7b9d-4da5-a6c4-342088ad6db4 initialized
May 22, 2024 5:01:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6d5ceed8-7b9d-4da5-a6c4-342088ad6db4 shut down
May 22, 2024 5:01:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:01:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2d19c4c9-581f-4341-9044-73d01b3e35b2 initialized
May 22, 2024 5:01:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2d19c4c9-581f-4341-9044-73d01b3e35b2 shut down
May 22, 2024 5:01:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:01:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container be29a980-8931-4a34-b175-6352420ed69f initialized
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container be29a980-8931-4a34-b175-6352420ed69f shut down
May 22, 2024 5:01:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:01:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0b5d14c4-2c12-4512-905f-e511defbde42 initialized
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0b5d14c4-2c12-4512-905f-e511defbde42 shut down
May 22, 2024 5:01:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:01:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 98c7af9a-6702-4f94-9c6b-c3bd1287d629 initialized
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 98c7af9a-6702-4f94-9c6b-c3bd1287d629 shut down
May 22, 2024 5:01:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:01:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b6f0212c-b214-4afe-9b05-241386d8c646 initialized
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b6f0212c-b214-4afe-9b05-241386d8c646 shut down
May 22, 2024 5:01:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:01:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d8aceeec-9c43-4693-8a38-3934221c4f03 initialized
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d8aceeec-9c43-4693-8a38-3934221c4f03 shut down
May 22, 2024 5:01:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:01:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c72d2aba-24dd-400e-a0c0-c627ebed4b31 initialized
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c72d2aba-24dd-400e-a0c0-c627ebed4b31 shut down
May 22, 2024 5:01:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:01:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d81fca55-a732-4d3e-93cd-9d65a97f0ccb initialized
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d81fca55-a732-4d3e-93cd-9d65a97f0ccb shut down
May 22, 2024 5:01:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:01:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0de69f1f-a7af-4517-9939-848e28aeeb5d initialized
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0de69f1f-a7af-4517-9939-848e28aeeb5d shut down
May 22, 2024 5:01:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:01:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cf08fbd0-e909-47c4-a799-14e5254eb85d initialized
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cf08fbd0-e909-47c4-a799-14e5254eb85d shut down
May 22, 2024 5:01:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:01:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 43efa482-9ac8-4fa8-8a73-8ee8d67c7926 initialized
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 43efa482-9ac8-4fa8-8a73-8ee8d67c7926 shut down
May 22, 2024 5:01:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:01:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8da3c882-d2cd-4df3-8d09-5ffbacf0cf8d initialized
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8da3c882-d2cd-4df3-8d09-5ffbacf0cf8d shut down
May 22, 2024 5:01:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:01:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b7d88370-166d-4b41-b236-34c608177e2c initialized
May 22, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b7d88370-166d-4b41-b236-34c608177e2c shut down
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.178 s -- in org.eclipse.jnosql.mapping.core.query.AbstractRepositoryTest
[INFO] Running org.eclipse.jnosql.mapping.core.query.AnnotationOperationTest
[INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.416 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.288 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.083 s -- in org.eclipse.jnosql.mapping.core.repository.DefaultRepositoryReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.DynamicQueryMethodReturnTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 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.109 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.025 s -- in org.eclipse.jnosql.mapping.core.repository.DynamicReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.RepositoryObserverParserTest
May 22, 2024 5:01: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 22, 2024 5:01:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 60c7d3c3-15fa-4ca9-84b0-cae12016ec29 initialized
May 22, 2024 5:01:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 60c7d3c3-15fa-4ca9-84b0-cae12016ec29 shut down
May 22, 2024 5:01: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 22, 2024 5:01:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1d3d8256-ee17-4c6f-875c-efa64f59fa04 initialized
May 22, 2024 5:01:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1d3d8256-ee17-4c6f-875c-efa64f59fa04 shut down
May 22, 2024 5:01: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 22, 2024 5:01:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 859d5c15-8217-47e6-9105-41a107922955 initialized
May 22, 2024 5:01:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 859d5c15-8217-47e6-9105-41a107922955 shut down
May 22, 2024 5:01: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 22, 2024 5:01:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c2f93926-5ec2-4e5e-b808-481ef327deab initialized
May 22, 2024 5:01:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c2f93926-5ec2-4e5e-b808-481ef327deab shut down
May 22, 2024 5:01: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 22, 2024 5:01:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4e16a8f8-7538-490a-b8e9-3d8a8248516f initialized
May 22, 2024 5:01:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4e16a8f8-7538-490a-b8e9-3d8a8248516f shut down
May 22, 2024 5:01: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 22, 2024 5:01:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e902071f-3b9a-420f-9993-77e6e46a0c86 initialized
May 22, 2024 5:01:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e902071f-3b9a-420f-9993-77e6e46a0c86 shut down
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.528 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.020 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.043 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.009 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.006 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.038 s -- in org.eclipse.jnosql.mapping.core.repository.returns.OptionalRepositoryReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.PageRepositoryReturnTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.jnosql.mapping.core.repository.returns.PageRepositoryReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.QueueRepositoryReturnTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.jnosql.mapping.core.repository.returns.QueueRepositoryReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.SetRepositoryReturnTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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.009 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.067 s -- in org.eclipse.jnosql.mapping.core.repository.returns.StreamRepositoryReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.spi.AbstractBeanTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.mapping.core.spi.AbstractBeanTest
[INFO] Running org.eclipse.jnosql.mapping.core.util.AnnotationLiteralUtilTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.mapping.core.util.AnnotationLiteralUtilTest
[INFO] Running org.eclipse.jnosql.mapping.core.util.ConverterUtilTest
May 22, 2024 5:01: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 22, 2024 5:01:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3a589858-e2c6-429c-aadc-f998fb413a3c initialized
May 22, 2024 5:01:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3a589858-e2c6-429c-aadc-f998fb413a3c shut down
May 22, 2024 5:01: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 22, 2024 5:01:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7b8d2156-936b-4192-853e-43306389b214 initialized
May 22, 2024 5:01:57 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 22, 2024 5:01:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7b8d2156-936b-4192-853e-43306389b214 shut down
May 22, 2024 5:01: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 22, 2024 5:01:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0468cb3c-cb97-4091-b098-768ea275a163 initialized
May 22, 2024 5:01:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0468cb3c-cb97-4091-b098-768ea275a163 shut down
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 s -- in org.eclipse.jnosql.mapping.core.util.ConverterUtilTest
[INFO] Running org.eclipse.jnosql.mapping.core.util.ParamsBinderTest
May 22, 2024 5:01: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 22, 2024 5:01:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3e863737-96e8-4143-a668-b0ce207159fd initialized
May 22, 2024 5:01:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3e863737-96e8-4143-a668-b0ce207159fd shut down
May 22, 2024 5:01: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 22, 2024 5:01:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cadc2fb3-b288-4dbc-9f9e-0fddcfd37108 initialized
May 22, 2024 5:01:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cadc2fb3-b288-4dbc-9f9e-0fddcfd37108 shut down
May 22, 2024 5:01: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 22, 2024 5:01:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 48b113ed-82ea-40da-bc4e-e8e999fd9d82 initialized
May 22, 2024 5:01:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 48b113ed-82ea-40da-bc4e-e8e999fd9d82 shut down
May 22, 2024 5:01: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 22, 2024 5:01:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 74507853-211b-439f-9995-2b8d57219d31 initialized
May 22, 2024 5:01:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 74507853-211b-439f-9995-2b8d57219d31 shut down
May 22, 2024 5:01: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 22, 2024 5:01:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 21251a53-d8fa-4d84-b444-ab917ba8b779 initialized
May 22, 2024 5:01:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 21251a53-d8fa-4d84-b444-ab917ba8b779 shut down
May 22, 2024 5:01: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 22, 2024 5:01:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d22f5d24-73eb-4754-b849-18beb194f60c initialized
May 22, 2024 5:01:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d22f5d24-73eb-4754-b849-18beb194f60c shut down
May 22, 2024 5:01: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 22, 2024 5:01:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c63b36fa-c6b6-4c67-9a88-84d636b8064d initialized
May 22, 2024 5:01:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c63b36fa-c6b6-4c67-9a88-84d636b8064d shut down
May 22, 2024 5:01: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 22, 2024 5:01:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:01:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e93a9256-83c8-4548-bf79-ee29b68fd8a8 initialized
May 22, 2024 5:01:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e93a9256-83c8-4548-bf79-ee29b68fd8a8 shut down
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.562 s -- in org.eclipse.jnosql.mapping.core.util.ParamsBinderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 298, 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> T getInstance(Class<T> 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> T getInstance(Class<T> 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:70: 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:61: 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:105: 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:88: 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:83: 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:100: warning: no comment
[WARNING] public DynamicQueryMethodReturnBuilder withPrepareConverter(Function<String, PreparedStatement> prepareConverter) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:95: 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] <T> Object convert(DynamicReturn<T> 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] <T> Object convertPageRequest(DynamicReturn<T> 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<T> {
[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] 41 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.092 s -- in org.eclipse.jnosql.mapping.semistructured.DatabaseQualifierTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.DefaultColumnTemplateTest
May 22, 2024 5:02:04 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
May 22, 2024 5:02: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 22, 2024 5:02:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2e8f17ac-252b-4e32-ad1a-82d58047b881 initialized
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
May 22, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2e8f17ac-252b-4e32-ad1a-82d58047b881 shut down
May 22, 2024 5:02:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 87a718ad-e4d1-4a1d-b8ae-0d6582e9dfc2 initialized
May 22, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 87a718ad-e4d1-4a1d-b8ae-0d6582e9dfc2 shut down
May 22, 2024 5:02:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 20fc905c-fa6b-40e7-ab14-3b73b1c3c2aa initialized
May 22, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 20fc905c-fa6b-40e7-ab14-3b73b1c3c2aa shut down
May 22, 2024 5:02:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4f852612-3851-44d3-a5a7-aa48d82dd24a initialized
May 22, 2024 5:02:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4f852612-3851-44d3-a5a7-aa48d82dd24a shut down
May 22, 2024 5:02: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 22, 2024 5:02:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 09bb5a17-8309-42c3-bf9a-0c9bef99487c initialized
May 22, 2024 5:02:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 09bb5a17-8309-42c3-bf9a-0c9bef99487c shut down
May 22, 2024 5:02: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 22, 2024 5:02:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ed895b8c-cff3-44a9-9ba1-ca0314cc18ef initialized
May 22, 2024 5:02:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ed895b8c-cff3-44a9-9ba1-ca0314cc18ef shut down
May 22, 2024 5:02: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 22, 2024 5:02:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4a0555f8-0695-428b-923d-0affe876aa96 initialized
May 22, 2024 5:02:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4a0555f8-0695-428b-923d-0affe876aa96 shut down
May 22, 2024 5:02: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 22, 2024 5:02:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 131a373f-c116-4ca7-ac27-b928d424e6fc initialized
May 22, 2024 5:02:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 131a373f-c116-4ca7-ac27-b928d424e6fc shut down
May 22, 2024 5:02: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 22, 2024 5:02:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f6f3187b-9ab0-4a95-a4f8-6d172e9b87ea initialized
May 22, 2024 5:02:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f6f3187b-9ab0-4a95-a4f8-6d172e9b87ea shut down
May 22, 2024 5:02: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 22, 2024 5:02:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c2f5eed5-c6a9-4acc-80e9-51596122009d initialized
May 22, 2024 5:02:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c2f5eed5-c6a9-4acc-80e9-51596122009d shut down
May 22, 2024 5:02:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 07c23073-0481-42de-8330-8b1f4a140de0 initialized
May 22, 2024 5:02:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 07c23073-0481-42de-8330-8b1f4a140de0 shut down
May 22, 2024 5:02:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2ad5fa63-e449-463f-b37a-e1476debf2ec initialized
May 22, 2024 5:02:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2ad5fa63-e449-463f-b37a-e1476debf2ec shut down
May 22, 2024 5:02:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 76022c8b-1dda-4bc0-b8af-674ad1d47eb2 initialized
May 22, 2024 5:02:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 76022c8b-1dda-4bc0-b8af-674ad1d47eb2 shut down
May 22, 2024 5:02:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 37f69550-7c24-4314-8791-e7f13f6534c2 initialized
May 22, 2024 5:02:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 37f69550-7c24-4314-8791-e7f13f6534c2 shut down
May 22, 2024 5:02:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a45a9121-30d9-498f-88f4-16fa3d532138 initialized
May 22, 2024 5:02:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a45a9121-30d9-498f-88f4-16fa3d532138 shut down
May 22, 2024 5:02:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d2a624ce-937e-409b-98dd-fac38833d3e6 initialized
May 22, 2024 5:02:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d2a624ce-937e-409b-98dd-fac38833d3e6 shut down
May 22, 2024 5:02:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 65083ce4-ca20-409d-a685-2b666b7fbe44 initialized
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 65083ce4-ca20-409d-a685-2b666b7fbe44 shut down
May 22, 2024 5:02: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 22, 2024 5:02:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2f64585c-33eb-4d9c-b1c7-25af1976b334 initialized
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2f64585c-33eb-4d9c-b1c7-25af1976b334 shut down
May 22, 2024 5:02: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 22, 2024 5:02:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d19a6267-f748-4a94-84fc-2e59a5fb2f33 initialized
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d19a6267-f748-4a94-84fc-2e59a5fb2f33 shut down
May 22, 2024 5:02: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 22, 2024 5:02:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b3d6f5c9-bc92-4fb9-a7ac-7be5a7f101d8 initialized
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b3d6f5c9-bc92-4fb9-a7ac-7be5a7f101d8 shut down
May 22, 2024 5:02: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 22, 2024 5:02:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7bc581a1-cf97-4e4b-b700-b9dfc3b85834 initialized
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7bc581a1-cf97-4e4b-b700-b9dfc3b85834 shut down
May 22, 2024 5:02: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 22, 2024 5:02:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b5a8d888-adef-48dd-b8dd-2194b6d6cd41 initialized
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b5a8d888-adef-48dd-b8dd-2194b6d6cd41 shut down
May 22, 2024 5:02: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 22, 2024 5:02:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0523458e-9e40-429e-90e1-9842d5a7a26c initialized
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0523458e-9e40-429e-90e1-9842d5a7a26c shut down
May 22, 2024 5:02: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 22, 2024 5:02:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 70597e9e-e1f1-4c61-ac93-ee913ed9e2d7 initialized
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 70597e9e-e1f1-4c61-ac93-ee913ed9e2d7 shut down
May 22, 2024 5:02: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 22, 2024 5:02:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8c027c4b-714c-4e7e-a86b-f08c0271dead initialized
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8c027c4b-714c-4e7e-a86b-f08c0271dead shut down
May 22, 2024 5:02: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 22, 2024 5:02:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 28a0b009-e12f-4002-b480-a52d5d84df3e initialized
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 28a0b009-e12f-4002-b480-a52d5d84df3e shut down
May 22, 2024 5:02: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 22, 2024 5:02:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 52e49d2f-9a38-4f7d-b554-80b29d3498bd initialized
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 52e49d2f-9a38-4f7d-b554-80b29d3498bd shut down
May 22, 2024 5:02: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 22, 2024 5:02:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 72d6ca8e-9d66-4604-bb67-1013ac530758 initialized
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 72d6ca8e-9d66-4604-bb67-1013ac530758 shut down
May 22, 2024 5:02: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 22, 2024 5:02:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9ed7aafa-7978-4eaf-ba6b-59732f2dd244 initialized
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9ed7aafa-7978-4eaf-ba6b-59732f2dd244 shut down
May 22, 2024 5:02: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 22, 2024 5:02:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 885e6646-0b70-4979-ad3d-8eb1ffd7ce62 initialized
May 22, 2024 5:02:15 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 885e6646-0b70-4979-ad3d-8eb1ffd7ce62 shut down
May 22, 2024 5:02: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 22, 2024 5:02:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fd32a188-1a4e-490a-8721-a338c8f1be51 initialized
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fd32a188-1a4e-490a-8721-a338c8f1be51 shut down
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.03 s -- in org.eclipse.jnosql.mapping.semistructured.DefaultColumnTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterConstructorTest
May 22, 2024 5:02: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 22, 2024 5:02:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container eab63ba0-4bcf-408b-8b78-0963ebf563fb initialized
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container eab63ba0-4bcf-408b-8b78-0963ebf563fb shut down
May 22, 2024 5:02: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 22, 2024 5:02:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 930e6ec0-261e-430b-855a-ba402fc42641 initialized
May 22, 2024 5:02:16 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 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 930e6ec0-261e-430b-855a-ba402fc42641 shut down
May 22, 2024 5:02: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 22, 2024 5:02:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 862d4f4a-52fd-4f08-8872-0555ba1e6110 initialized
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 862d4f4a-52fd-4f08-8872-0555ba1e6110 shut down
May 22, 2024 5:02: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 22, 2024 5:02:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0d27bc45-4e24-4616-b659-50c2a76db56f initialized
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0d27bc45-4e24-4616-b659-50c2a76db56f shut down
May 22, 2024 5:02: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 22, 2024 5:02:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2d6bb1f3-6226-4980-b6b4-1b7b7d9dbd2c initialized
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2d6bb1f3-6226-4980-b6b4-1b7b7d9dbd2c shut down
May 22, 2024 5:02: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 22, 2024 5:02:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 34707165-dd66-46e7-b679-a88a4d3e5a74 initialized
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 34707165-dd66-46e7-b679-a88a4d3e5a74 shut down
May 22, 2024 5:02: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 22, 2024 5:02:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 44259590-ef62-4f22-9a90-1e8dda4f6c81 initialized
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 44259590-ef62-4f22-9a90-1e8dda4f6c81 shut down
May 22, 2024 5:02: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 22, 2024 5:02:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 36fa87fb-19d5-4128-8fff-52d5d1a3a82a initialized
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 36fa87fb-19d5-4128-8fff-52d5d1a3a82a shut down
May 22, 2024 5:02: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 22, 2024 5:02:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b2b8bd19-cad1-4100-8a9d-1052cd4df190 initialized
May 22, 2024 5:02:16 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 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b2b8bd19-cad1-4100-8a9d-1052cd4df190 shut down
May 22, 2024 5:02: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 22, 2024 5:02:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f11f6bcd-d5f1-48de-8896-4d0fec9d01ab initialized
May 22, 2024 5:02:16 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 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f11f6bcd-d5f1-48de-8896-4d0fec9d01ab shut down
May 22, 2024 5:02: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 22, 2024 5:02:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cff4d05e-a139-4c7d-9433-bfd69e000915 initialized
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cff4d05e-a139-4c7d-9433-bfd69e000915 shut down
May 22, 2024 5:02: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 22, 2024 5:02:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 47c7dde8-60b7-4226-b627-49fc50c02c8f initialized
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 47c7dde8-60b7-4226-b627-49fc50c02c8f shut down
May 22, 2024 5:02: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 22, 2024 5:02:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 312c3d42-c7e0-41eb-b373-cfdf95cc5fc8 initialized
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 312c3d42-c7e0-41eb-b373-cfdf95cc5fc8 shut down
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.893 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterConstructorTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterInheritanceTest
May 22, 2024 5:02: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 22, 2024 5:02:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e6bc46e1-464f-4e62-afa5-8ffa4497e3a7 initialized
May 22, 2024 5:02:16 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e6bc46e1-464f-4e62-afa5-8ffa4497e3a7 shut down
May 22, 2024 5:02: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 22, 2024 5:02:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3832be16-201d-40b5-bb12-6ecc05030a65 initialized
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3832be16-201d-40b5-bb12-6ecc05030a65 shut down
May 22, 2024 5:02: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 22, 2024 5:02:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 868a2e54-9ac8-41a8-85e0-2b9ff77b3d44 initialized
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 868a2e54-9ac8-41a8-85e0-2b9ff77b3d44 shut down
May 22, 2024 5:02: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 22, 2024 5:02:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 67f796e7-813d-4572-b5c3-f1537fc95863 initialized
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 67f796e7-813d-4572-b5c3-f1537fc95863 shut down
May 22, 2024 5:02: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 22, 2024 5:02:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4e9cfff6-be54-41a5-b7b3-0fbf708b2e7d initialized
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4e9cfff6-be54-41a5-b7b3-0fbf708b2e7d shut down
May 22, 2024 5:02: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 22, 2024 5:02:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bc80bc76-a48f-4593-a1e4-a2fd63858360 initialized
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bc80bc76-a48f-4593-a1e4-a2fd63858360 shut down
May 22, 2024 5:02: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 22, 2024 5:02:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a9cabee9-8132-42d4-a7ac-cb110f6c6218 initialized
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a9cabee9-8132-42d4-a7ac-cb110f6c6218 shut down
May 22, 2024 5:02: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 22, 2024 5:02:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d8fe05ce-1f7b-4aa2-a114-fb910c261993 initialized
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d8fe05ce-1f7b-4aa2-a114-fb910c261993 shut down
May 22, 2024 5:02: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 22, 2024 5:02:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 036a17e1-2d00-4261-862e-580456cb8352 initialized
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 036a17e1-2d00-4261-862e-580456cb8352 shut down
May 22, 2024 5:02: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 22, 2024 5:02:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2518a992-9530-4769-985a-6f042a98c0a2 initialized
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2518a992-9530-4769-985a-6f042a98c0a2 shut down
May 22, 2024 5:02: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 22, 2024 5:02:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5df4e02e-9c37-48ec-8591-ae1f8ba03941 initialized
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5df4e02e-9c37-48ec-8591-ae1f8ba03941 shut down
May 22, 2024 5:02: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 22, 2024 5:02:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 801fd312-60d4-4b45-a235-f466fef5397f initialized
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 801fd312-60d4-4b45-a235-f466fef5397f shut down
May 22, 2024 5:02: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 22, 2024 5:02:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 78e79854-62a3-4ec0-bed7-0fd2c9c6ac16 initialized
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 78e79854-62a3-4ec0-bed7-0fd2c9c6ac16 shut down
May 22, 2024 5:02: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 22, 2024 5:02:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ee79b338-683d-4092-bb7a-5be017d130ab initialized
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ee79b338-683d-4092-bb7a-5be017d130ab shut down
May 22, 2024 5:02: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 22, 2024 5:02:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9c487413-77bd-4424-994d-e90de1c47ae4 initialized
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9c487413-77bd-4424-994d-e90de1c47ae4 shut down
May 22, 2024 5:02: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 22, 2024 5:02:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 22ae2b21-1ca5-4d49-89c1-ae37ccb6ff31 initialized
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 22ae2b21-1ca5-4d49-89c1-ae37ccb6ff31 shut down
May 22, 2024 5:02: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 22, 2024 5:02:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e3e20dc7-020b-474b-9aac-a0dc96e11c2b initialized
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e3e20dc7-020b-474b-9aac-a0dc96e11c2b shut down
May 22, 2024 5:02: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 22, 2024 5:02:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 533f0dd1-2d67-4bb2-8c56-94e0aec3d110 initialized
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 533f0dd1-2d67-4bb2-8c56-94e0aec3d110 shut down
May 22, 2024 5:02: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 22, 2024 5:02:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a6793371-f79b-469b-9c36-a4e4e7f197a4 initialized
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a6793371-f79b-469b-9c36-a4e4e7f197a4 shut down
May 22, 2024 5:02: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 22, 2024 5:02:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bbf1b004-d2fc-4fe2-8794-b51bfdef8dc9 initialized
May 22, 2024 5:02:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bbf1b004-d2fc-4fe2-8794-b51bfdef8dc9 shut down
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.001 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterInheritanceTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterTest
May 22, 2024 5:02: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 22, 2024 5:02:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c485a88c-d6d6-45f3-ad09-edc1b58f1358 initialized
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c485a88c-d6d6-45f3-ad09-edc1b58f1358 shut down
May 22, 2024 5:02: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 22, 2024 5:02:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e835b024-391a-4414-a73d-85514c806c0c initialized
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e835b024-391a-4414-a73d-85514c806c0c shut down
May 22, 2024 5:02: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 22, 2024 5:02:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container da8fa9fe-20d8-4f0a-b606-6837b05409c6 initialized
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container da8fa9fe-20d8-4f0a-b606-6837b05409c6 shut down
May 22, 2024 5:02: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 22, 2024 5:02:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fd8daba8-d5c2-490f-9b62-1123b88d0897 initialized
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fd8daba8-d5c2-490f-9b62-1123b88d0897 shut down
May 22, 2024 5:02: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 22, 2024 5:02:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4a2ea6d5-b818-4fbd-ad22-dcc51152ab3f initialized
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4a2ea6d5-b818-4fbd-ad22-dcc51152ab3f shut down
May 22, 2024 5:02: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 22, 2024 5:02:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ff4cec24-8420-4e6d-8d1a-375b2ed2a4a5 initialized
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ff4cec24-8420-4e6d-8d1a-375b2ed2a4a5 shut down
May 22, 2024 5:02: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 22, 2024 5:02:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c52512cf-df50-407d-914b-5ffdbf5102e4 initialized
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c52512cf-df50-407d-914b-5ffdbf5102e4 shut down
May 22, 2024 5:02: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 22, 2024 5:02:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dfb3cc4a-f213-4cc6-a445-1da2011a41b0 initialized
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dfb3cc4a-f213-4cc6-a445-1da2011a41b0 shut down
May 22, 2024 5:02: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 22, 2024 5:02:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 93f764ac-6b4e-44cf-9725-d012d341928c initialized
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 93f764ac-6b4e-44cf-9725-d012d341928c shut down
May 22, 2024 5:02: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 22, 2024 5:02:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 12b94c17-0220-483f-a313-3b75857633da initialized
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 12b94c17-0220-483f-a313-3b75857633da shut down
May 22, 2024 5:02: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 22, 2024 5:02:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3dafe499-67b1-44df-9ded-5cf18afea8da initialized
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3dafe499-67b1-44df-9ded-5cf18afea8da shut down
May 22, 2024 5:02: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 22, 2024 5:02:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6fd4f1e2-6a5d-43f0-977c-e781ac916e98 initialized
May 22, 2024 5:02:18 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 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6fd4f1e2-6a5d-43f0-977c-e781ac916e98 shut down
May 22, 2024 5:02: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 22, 2024 5:02:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 713be12f-26c5-4741-beba-a6318c786b06 initialized
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 713be12f-26c5-4741-beba-a6318c786b06 shut down
May 22, 2024 5:02: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 22, 2024 5:02:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 25bcd817-f842-48f2-b483-805378064772 initialized
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 25bcd817-f842-48f2-b483-805378064772 shut down
May 22, 2024 5:02: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 22, 2024 5:02:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 28c7b6fe-0cc7-4b17-8251-93f5d9aca196 initialized
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 28c7b6fe-0cc7-4b17-8251-93f5d9aca196 shut down
May 22, 2024 5:02: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 22, 2024 5:02:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 89652160-ccb0-49e6-b5a3-fa602fb922bc initialized
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 89652160-ccb0-49e6-b5a3-fa602fb922bc shut down
May 22, 2024 5:02: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 22, 2024 5:02:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b4658a33-dfb7-47a6-a3b6-3efe10528b27 initialized
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b4658a33-dfb7-47a6-a3b6-3efe10528b27 shut down
May 22, 2024 5:02: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 22, 2024 5:02:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7e22effe-3966-42dd-bee7-7b628201ed1a initialized
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7e22effe-3966-42dd-bee7-7b628201ed1a shut down
May 22, 2024 5:02: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 22, 2024 5:02:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4de1e251-a859-40d6-b715-37e82f44b278 initialized
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4de1e251-a859-40d6-b715-37e82f44b278 shut down
May 22, 2024 5:02: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 22, 2024 5:02:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e6cde0c9-eb54-46ea-8026-27383e488efc initialized
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e6cde0c9-eb54-46ea-8026-27383e488efc shut down
May 22, 2024 5:02: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 22, 2024 5:02:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fe6764db-a425-4664-b79f-d16f3c611343 initialized
May 22, 2024 5:02:19 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 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fe6764db-a425-4664-b79f-d16f3c611343 shut down
May 22, 2024 5:02: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 22, 2024 5:02:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3e3eb7a2-7e97-43de-9a46-6045a4075d9d initialized
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3e3eb7a2-7e97-43de-9a46-6045a4075d9d shut down
May 22, 2024 5:02: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 22, 2024 5:02:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ed34cfe5-c5bd-4ce4-85e7-835f01d6a4d5 initialized
May 22, 2024 5:02:19 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 22, 2024 5:02:19 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 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ed34cfe5-c5bd-4ce4-85e7-835f01d6a4d5 shut down
May 22, 2024 5:02: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 22, 2024 5:02:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4c8701fb-b416-4b6f-86fd-0732fabf1c00 initialized
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4c8701fb-b416-4b6f-86fd-0732fabf1c00 shut down
May 22, 2024 5:02: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 22, 2024 5:02:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 050e7ef5-239e-4639-847c-e8438f936263 initialized
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 050e7ef5-239e-4639-847c-e8438f936263 shut down
May 22, 2024 5:02: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 22, 2024 5:02:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d09446a9-da70-4547-a810-4737b122dd30 initialized
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d09446a9-da70-4547-a810-4737b122dd30 shut down
May 22, 2024 5:02: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 22, 2024 5:02:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4a598f8d-1aad-4b3c-91e7-50bceed9679f initialized
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4a598f8d-1aad-4b3c-91e7-50bceed9679f shut down
May 22, 2024 5:02: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 22, 2024 5:02:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container edade948-ae18-41d2-8c3e-9c6a2605d0ca initialized
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container edade948-ae18-41d2-8c3e-9c6a2605d0ca shut down
May 22, 2024 5:02: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 22, 2024 5:02:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ce29fe92-ced7-4629-8b30-da4fb895cc29 initialized
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ce29fe92-ced7-4629-8b30-da4fb895cc29 shut down
May 22, 2024 5:02: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 22, 2024 5:02:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 32f45486-6dbe-4938-a899-0b648999f8ce initialized
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 32f45486-6dbe-4938-a899-0b648999f8ce shut down
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.520 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityImmutableTest
May 22, 2024 5:02: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 22, 2024 5:02:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b198f3f3-bdfa-4762-89bc-6586f5cb9de5 initialized
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b198f3f3-bdfa-4762-89bc-6586f5cb9de5 shut down
May 22, 2024 5:02: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 22, 2024 5:02:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4ecc61d9-521b-4aa5-b99f-c7139c91036d initialized
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4ecc61d9-521b-4aa5-b99f-c7139c91036d shut down
May 22, 2024 5:02: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 22, 2024 5:02:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a2d53d9c-dbda-4ff7-b005-40a49f896e04 initialized
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a2d53d9c-dbda-4ff7-b005-40a49f896e04 shut down
May 22, 2024 5:02: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 22, 2024 5:02:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f2404307-377c-4c99-a48b-ca5005518361 initialized
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f2404307-377c-4c99-a48b-ca5005518361 shut down
May 22, 2024 5:02: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 22, 2024 5:02:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2913b867-8b29-4d7e-9dab-3af93de29580 initialized
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2913b867-8b29-4d7e-9dab-3af93de29580 shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 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.085 s -- in org.eclipse.jnosql.mapping.semistructured.EventPersistManagerTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperDeleteTest
May 22, 2024 5:02: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 22, 2024 5:02:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 566e30c9-57ac-423e-9dab-edf9c37afc8a initialized
May 22, 2024 5:02:19 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 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 566e30c9-57ac-423e-9dab-edf9c37afc8a shut down
May 22, 2024 5:02: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 22, 2024 5:02:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f9ab58a8-0f8a-4f20-afe1-c442e92a615a initialized
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f9ab58a8-0f8a-4f20-afe1-c442e92a615a shut down
May 22, 2024 5:02: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 22, 2024 5:02:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6690540f-ca1b-4058-b294-e33f9371a5e9 initialized
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6690540f-ca1b-4058-b294-e33f9371a5e9 shut down
May 22, 2024 5:02: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 22, 2024 5:02:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d7984d9a-8017-4c44-ba88-c4acc4813616 initialized
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d7984d9a-8017-4c44-ba88-c4acc4813616 shut down
May 22, 2024 5:02: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 22, 2024 5:02:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e1b38862-0efd-4afd-97eb-f2c614729c48 initialized
May 22, 2024 5:02:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e1b38862-0efd-4afd-97eb-f2c614729c48 shut down
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 86c4100b-eece-4a83-8583-bac4a811254e initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 86c4100b-eece-4a83-8583-bac4a811254e shut down
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5ea6a2c8-ae7a-442f-80ca-e7fd63a8f8cf initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5ea6a2c8-ae7a-442f-80ca-e7fd63a8f8cf shut down
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ee18b812-f41e-4d47-8362-7c37b8fde157 initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ee18b812-f41e-4d47-8362-7c37b8fde157 shut down
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 04f99301-0be3-4910-8592-ebacb9fb7a17 initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 04f99301-0be3-4910-8592-ebacb9fb7a17 shut down
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 06e6e579-d3d8-494b-a33c-c7005bfd50e6 initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 06e6e579-d3d8-494b-a33c-c7005bfd50e6 shut down
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cf9f1a15-5db6-4d4d-b2b4-51830624f6bb initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cf9f1a15-5db6-4d4d-b2b4-51830624f6bb shut down
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container eec8c7df-f6f2-49fa-82f1-1d1a7c61edfb initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container eec8c7df-f6f2-49fa-82f1-1d1a7c61edfb shut down
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8e338a50-945f-4c92-8094-771f24769763 initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8e338a50-945f-4c92-8094-771f24769763 shut down
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e7db30d6-3b01-43b4-9aac-27465869d5fc initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e7db30d6-3b01-43b4-9aac-27465869d5fc shut down
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 64883db5-e52d-46fb-a768-db4dd0c1b001 initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 64883db5-e52d-46fb-a768-db4dd0c1b001 shut down
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.624 s -- in org.eclipse.jnosql.mapping.semistructured.MapperDeleteTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperObserverTest
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5d40995c-2b58-45e7-8276-5f11a86b855b initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5d40995c-2b58-45e7-8276-5f11a86b855b shut down
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f6c88779-edfb-457b-a94d-2a4d995ee39b initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f6c88779-edfb-457b-a94d-2a4d995ee39b shut down
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2c49907b-10d8-4631-b346-db3064fbfecf initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2c49907b-10d8-4631-b346-db3064fbfecf shut down
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cd25d714-e90b-4bc7-a1bd-db90a51e94ca initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cd25d714-e90b-4bc7-a1bd-db90a51e94ca shut down
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 65f345fa-071d-43a4-bc58-5fccaae88460 initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 65f345fa-071d-43a4-bc58-5fccaae88460 shut down
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f409a851-8c19-4c68-a366-7e3393981a68 initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f409a851-8c19-4c68-a366-7e3393981a68 shut down
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bcce35fa-0c9f-4c2c-acb2-5f831734fac7 initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bcce35fa-0c9f-4c2c-acb2-5f831734fac7 shut down
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 s -- in org.eclipse.jnosql.mapping.semistructured.MapperObserverTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperSelectTest
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cee35210-9931-41e0-8088-dd0991e9d816 initialized
May 22, 2024 5:02:20 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 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cee35210-9931-41e0-8088-dd0991e9d816 shut down
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2c41ed22-7655-414a-b7dd-5fa79304631a initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2c41ed22-7655-414a-b7dd-5fa79304631a shut down
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 83101298-1e27-47a6-9ab8-b2a5aa8b07a9 initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 83101298-1e27-47a6-9ab8-b2a5aa8b07a9 shut down
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 87532923-cb07-46df-99d4-9cf8a8bcc0ef initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 87532923-cb07-46df-99d4-9cf8a8bcc0ef shut down
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bfccde29-e1cb-44bc-9bb2-aa8feaa7187d initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bfccde29-e1cb-44bc-9bb2-aa8feaa7187d shut down
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9f37ca65-83fc-4ceb-8fb1-baf3878ccb56 initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9f37ca65-83fc-4ceb-8fb1-baf3878ccb56 shut down
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 769707e1-5f52-4d0b-b835-85299fbe0cdb initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 769707e1-5f52-4d0b-b835-85299fbe0cdb shut down
May 22, 2024 5:02: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 22, 2024 5:02:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 09e86705-7f89-47e1-b183-8b7a596959f1 initialized
May 22, 2024 5:02:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 09e86705-7f89-47e1-b183-8b7a596959f1 shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4d7caadd-9431-414f-8b22-16ebec771ece initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4d7caadd-9431-414f-8b22-16ebec771ece shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 06305c49-9893-43d3-9ba1-2c0767a4c246 initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 06305c49-9893-43d3-9ba1-2c0767a4c246 shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 700c558d-6001-40ce-b6d0-4ee425878454 initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 700c558d-6001-40ce-b6d0-4ee425878454 shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 32cc7fe7-3a01-43a0-8591-20eb89a7f8e4 initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 32cc7fe7-3a01-43a0-8591-20eb89a7f8e4 shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2a551b6c-8f47-4140-8297-cffcff53ca9b initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2a551b6c-8f47-4140-8297-cffcff53ca9b shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 884390e0-d925-4fc9-9761-183670c42b14 initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 884390e0-d925-4fc9-9761-183670c42b14 shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f63fb5e9-b26a-442b-90a8-39f8bf019aa8 initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f63fb5e9-b26a-442b-90a8-39f8bf019aa8 shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b61e370d-6e99-406a-9ebf-871a8d49e1ed initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b61e370d-6e99-406a-9ebf-871a8d49e1ed shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8498cb52-c860-488a-8c98-f58c0731bfaa initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8498cb52-c860-488a-8c98-f58c0731bfaa shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d68a42db-b564-4586-b848-4c590baf2056 initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d68a42db-b564-4586-b848-4c590baf2056 shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 772635b9-76a3-48b9-b316-c57b4e557d52 initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 772635b9-76a3-48b9-b316-c57b4e557d52 shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container df26617f-deb1-47c5-bdee-3188607494e2 initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container df26617f-deb1-47c5-bdee-3188607494e2 shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ceda4c4b-59c2-4750-95f1-712c8b0e16ca initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ceda4c4b-59c2-4750-95f1-712c8b0e16ca shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container aaff25b3-fbb2-4104-8b3b-af1f412e49ed initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container aaff25b3-fbb2-4104-8b3b-af1f412e49ed shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 296b4b3f-5980-42d4-b58b-b99ee65b36b1 initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 296b4b3f-5980-42d4-b58b-b99ee65b36b1 shut down
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.934 s -- in org.eclipse.jnosql.mapping.semistructured.MapperSelectTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.TemplateInheritanceTest
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bd115f6c-f0ac-477c-ad16-d19ad6d54f26 initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bd115f6c-f0ac-477c-ad16-d19ad6d54f26 shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e9ac646d-23a7-4de1-a234-63f91545f0f2 initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e9ac646d-23a7-4de1-a234-63f91545f0f2 shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 595b301b-5b72-4582-b24c-fa204cffdf40 initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 595b301b-5b72-4582-b24c-fa204cffdf40 shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 689ea268-3a27-4b56-aece-3ac6564c1c8f initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 689ea268-3a27-4b56-aece-3ac6564c1c8f shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3d412acb-b816-4ad3-ab66-5f954fa0ec80 initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3d412acb-b816-4ad3-ab66-5f954fa0ec80 shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2b37edd2-18eb-4699-a573-78996793002d initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2b37edd2-18eb-4699-a573-78996793002d shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d9c1b885-28a4-4b45-8d25-2f2c1095d678 initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d9c1b885-28a4-4b45-8d25-2f2c1095d678 shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8b126826-4b14-4d00-add8-fe90f2aaac22 initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8b126826-4b14-4d00-add8-fe90f2aaac22 shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5cc64af7-97f3-445b-a9d6-8c3d45ed337b initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5cc64af7-97f3-445b-a9d6-8c3d45ed337b shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 56696652-880f-4e00-8023-88fb203f7962 initialized
May 22, 2024 5:02:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 56696652-880f-4e00-8023-88fb203f7962 shut down
May 22, 2024 5:02: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 22, 2024 5:02:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fe7dc445-75e0-4fec-aad5-6753117376ad initialized
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fe7dc445-75e0-4fec-aad5-6753117376ad shut down
May 22, 2024 5:02:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4f2b3eaa-205b-4dc0-8fee-df88a2759fba initialized
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4f2b3eaa-205b-4dc0-8fee-df88a2759fba shut down
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.471 s -- in org.eclipse.jnosql.mapping.semistructured.TemplateInheritanceTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.CrudInheritanceRepositoryProxyTest
May 22, 2024 5:02:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2b7b90b1-d01e-4149-b346-1b07d899aa64 initialized
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2b7b90b1-d01e-4149-b346-1b07d899aa64 shut down
May 22, 2024 5:02:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b325e115-9d9b-4247-900b-c94397d513cf initialized
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b325e115-9d9b-4247-900b-c94397d513cf shut down
May 22, 2024 5:02:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 54be0b39-56d2-4fbb-8661-e68d387b8286 initialized
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 54be0b39-56d2-4fbb-8661-e68d387b8286 shut down
May 22, 2024 5:02:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0c4a3fc1-8169-465b-abeb-d067a077e09f initialized
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0c4a3fc1-8169-465b-abeb-d067a077e09f shut down
May 22, 2024 5:02:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9b963d4f-9c69-4f90-a0ac-77759f6622ce initialized
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9b963d4f-9c69-4f90-a0ac-77759f6622ce shut down
May 22, 2024 5:02:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fd65a41f-e92f-48f6-895f-17437189b30f initialized
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fd65a41f-e92f-48f6-895f-17437189b30f shut down
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 s -- in org.eclipse.jnosql.mapping.semistructured.query.CrudInheritanceRepositoryProxyTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.CrudRepositoryProxyTest
May 22, 2024 5:02:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4f548540-adae-4677-8144-091bfb196c74 initialized
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4f548540-adae-4677-8144-091bfb196c74 shut down
May 22, 2024 5:02:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 24beae4f-c68a-43be-b2c0-e204adfd26ac initialized
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 24beae4f-c68a-43be-b2c0-e204adfd26ac shut down
May 22, 2024 5:02:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bb731b7c-bc9b-452b-a308-dbc46622aa62 initialized
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bb731b7c-bc9b-452b-a308-dbc46622aa62 shut down
May 22, 2024 5:02:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f5c49d00-f66f-4855-9b4d-b15d8095f3fd initialized
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f5c49d00-f66f-4855-9b4d-b15d8095f3fd shut down
May 22, 2024 5:02:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9a02d010-93e2-46e6-8d65-cca8ade6c04d initialized
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9a02d010-93e2-46e6-8d65-cca8ade6c04d shut down
May 22, 2024 5:02:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c29da966-baba-46f8-880d-a339a3c89b13 initialized
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c29da966-baba-46f8-880d-a339a3c89b13 shut down
May 22, 2024 5:02:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dc570b93-1937-4174-bfb9-1ec32d9b7403 initialized
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dc570b93-1937-4174-bfb9-1ec32d9b7403 shut down
May 22, 2024 5:02:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1020424b-292e-401a-afae-41fdde4e7bba initialized
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1020424b-292e-401a-afae-41fdde4e7bba shut down
May 22, 2024 5:02:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ac22dfce-b803-436c-b69c-9bae9210b3d1 initialized
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ac22dfce-b803-436c-b69c-9bae9210b3d1 shut down
May 22, 2024 5:02:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b7100e61-c359-4a3c-baaa-cb8634478cf4 initialized
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b7100e61-c359-4a3c-baaa-cb8634478cf4 shut down
May 22, 2024 5:02:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5a68ecf6-449c-43db-bb21-abab6d4dfee0 initialized
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5a68ecf6-449c-43db-bb21-abab6d4dfee0 shut down
May 22, 2024 5:02:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a25439fb-6b64-4887-9853-921297044dba initialized
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a25439fb-6b64-4887-9853-921297044dba shut down
May 22, 2024 5:02:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a87d1152-1e2c-484e-befc-fc63d743c6bd initialized
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a87d1152-1e2c-484e-befc-fc63d743c6bd shut down
May 22, 2024 5:02:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8181f101-e9d6-48b7-87f1-3051b1d72f73 initialized
May 22, 2024 5:02:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8181f101-e9d6-48b7-87f1-3051b1d72f73 shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 31c1e5bf-03f4-4801-9e6d-581b4655ad33 initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 31c1e5bf-03f4-4801-9e6d-581b4655ad33 shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 68fe2474-d98a-4ea7-964a-ea2a026739bd initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 68fe2474-d98a-4ea7-964a-ea2a026739bd shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4a6d99f6-f2f1-4145-a5bd-6a9819d2c62e initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4a6d99f6-f2f1-4145-a5bd-6a9819d2c62e shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 620476ee-d899-4317-acd6-958c55d28c06 initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 620476ee-d899-4317-acd6-958c55d28c06 shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 83a96a96-ad29-4376-a38c-0788b7ec281b initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 83a96a96-ad29-4376-a38c-0788b7ec281b shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4c7ac467-04f8-4d11-b304-ef25f5c6fbfa initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4c7ac467-04f8-4d11-b304-ef25f5c6fbfa shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 37db2276-c228-4304-b6b3-e6ec5e817aa7 initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 37db2276-c228-4304-b6b3-e6ec5e817aa7 shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f218dfcb-ea3e-4f2d-95bb-b2b64e8b2284 initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f218dfcb-ea3e-4f2d-95bb-b2b64e8b2284 shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3d16ddc3-3ca9-495e-8049-d3f74f632472 initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3d16ddc3-3ca9-495e-8049-d3f74f632472 shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fbf43781-9eac-4131-b6e4-4e417b97a878 initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fbf43781-9eac-4131-b6e4-4e417b97a878 shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c3ae10de-d920-4651-ab33-30f3db52e849 initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c3ae10de-d920-4651-ab33-30f3db52e849 shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3cafcf4b-9744-44b8-b3f6-3188bef74e68 initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3cafcf4b-9744-44b8-b3f6-3188bef74e68 shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 28969d4f-5595-42bd-a0dc-eee14b4e017e initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 28969d4f-5595-42bd-a0dc-eee14b4e017e shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 727cd1f5-d4de-48d5-b564-53ba82b0b5d7 initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 727cd1f5-d4de-48d5-b564-53ba82b0b5d7 shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 54fa72f3-9d0a-470a-bceb-3015026e4e53 initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 54fa72f3-9d0a-470a-bceb-3015026e4e53 shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 65d49f0c-b1dc-4a25-ab36-0b70c1ed4616 initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 65d49f0c-b1dc-4a25-ab36-0b70c1ed4616 shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 92a72659-85c1-4dac-98a7-a9ce29d891bd initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 92a72659-85c1-4dac-98a7-a9ce29d891bd shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0d0ca02d-0b5f-4e4d-a8ae-4de1a76bd63f initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0d0ca02d-0b5f-4e4d-a8ae-4de1a76bd63f shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 973fc642-6abb-4115-9d92-b2e3c6dae781 initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 973fc642-6abb-4115-9d92-b2e3c6dae781 shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 731de2c2-fcd3-446b-b46b-6e9565e7882b initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 731de2c2-fcd3-446b-b46b-6e9565e7882b shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d7f7623f-ba2e-4934-892a-41517b70f08d initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d7f7623f-ba2e-4934-892a-41517b70f08d shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a0816610-acce-491a-b283-60183e81161f initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a0816610-acce-491a-b283-60183e81161f shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c1202ec8-d526-4696-86ee-efe5906dd3e1 initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c1202ec8-d526-4696-86ee-efe5906dd3e1 shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 32df09bb-309d-4515-b689-d4e2375b7bf5 initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 32df09bb-309d-4515-b689-d4e2375b7bf5 shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0827ff07-c174-4afb-b722-a5540caffc98 initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0827ff07-c174-4afb-b722-a5540caffc98 shut down
May 22, 2024 5:02: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 22, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dd3a393f-5d2a-4206-8c5c-717e552c5dbc initialized
May 22, 2024 5:02:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dd3a393f-5d2a-4206-8c5c-717e552c5dbc shut down
May 22, 2024 5:02: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 22, 2024 5:02:24 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 162722a8-80f1-4b4a-855e-67b473f375e0 initialized
May 22, 2024 5:02:24 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 162722a8-80f1-4b4a-855e-67b473f375e0 shut down
[INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.653 s -- in org.eclipse.jnosql.mapping.semistructured.query.CrudRepositoryProxyTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.DynamicQueryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.564 s -- in org.eclipse.jnosql.mapping.semistructured.query.DynamicQueryTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.ParamsBinderTest
May 22, 2024 5:02: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 22, 2024 5:02:24 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 153cd69e-0c76-4eaf-af32-0e5d4914b3ec initialized
May 22, 2024 5:02:24 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 153cd69e-0c76-4eaf-af32-0e5d4914b3ec shut down
May 22, 2024 5:02: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 22, 2024 5:02:24 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bc5ef315-d75b-4f2d-a244-de7d7e4ba30c initialized
May 22, 2024 5:02:24 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bc5ef315-d75b-4f2d-a244-de7d7e4ba30c shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.eclipse.jnosql.mapping.semistructured.query.ParamsBinderTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyPageRequestTest
May 22, 2024 5:02: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 22, 2024 5:02:24 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3d11beaf-59fc-41d6-a91d-995446619465 initialized
May 22, 2024 5:02:24 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3d11beaf-59fc-41d6-a91d-995446619465 shut down
May 22, 2024 5:02: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 22, 2024 5:02:24 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b35d5ce4-32c5-48e9-af1c-da912623bd8c initialized
May 22, 2024 5:02:24 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b35d5ce4-32c5-48e9-af1c-da912623bd8c shut down
May 22, 2024 5:02: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 22, 2024 5:02:24 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 91f4acd4-aab9-46dd-ba72-6082a4ce9f42 initialized
May 22, 2024 5:02:24 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 91f4acd4-aab9-46dd-ba72-6082a4ce9f42 shut down
May 22, 2024 5:02: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 22, 2024 5:02:24 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 367f8685-8562-4f9d-925b-d31cea5e4b9a initialized
May 22, 2024 5:02:24 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 367f8685-8562-4f9d-925b-d31cea5e4b9a shut down
May 22, 2024 5:02: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 22, 2024 5:02:24 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b01f4f51-9b58-4256-888e-dc7852308fb4 initialized
May 22, 2024 5:02:24 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b01f4f51-9b58-4256-888e-dc7852308fb4 shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 18ab4929-e303-4b10-8e6c-c2a8a539f970 initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 18ab4929-e303-4b10-8e6c-c2a8a539f970 shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 882aa868-8a0c-4cf5-8ead-c24ff0fb77be initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 882aa868-8a0c-4cf5-8ead-c24ff0fb77be shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 27caa20f-d9af-4eca-b5cc-db636cf3074d initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 27caa20f-d9af-4eca-b5cc-db636cf3074d shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5d421bc8-9e69-43b3-9ccc-e0ec34c65721 initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5d421bc8-9e69-43b3-9ccc-e0ec34c65721 shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bf337753-d722-4b6d-a5f6-e7fa21fc8d18 initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bf337753-d722-4b6d-a5f6-e7fa21fc8d18 shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9a89d59c-7359-4257-953c-7f11bbd40a92 initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9a89d59c-7359-4257-953c-7f11bbd40a92 shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b9190313-f9b7-45d1-beb0-37456adbbe0e initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b9190313-f9b7-45d1-beb0-37456adbbe0e shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a155f75f-db70-4777-98f1-fcaf4842f07e initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a155f75f-db70-4777-98f1-fcaf4842f07e shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a83b0f30-529e-411e-a3b4-100e88dfc6c3 initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a83b0f30-529e-411e-a3b4-100e88dfc6c3 shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a2220f5e-1c14-4f36-96ba-c8d9ffc7da2a initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a2220f5e-1c14-4f36-96ba-c8d9ffc7da2a shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d1ba71aa-dccd-46f2-a7c4-01bcc720ea1f initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d1ba71aa-dccd-46f2-a7c4-01bcc720ea1f shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8c7e90ca-4610-415c-9f51-4d302209d1da initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8c7e90ca-4610-415c-9f51-4d302209d1da shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 95c982f5-2a19-41fc-af4f-a5e7ba1a792a initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 95c982f5-2a19-41fc-af4f-a5e7ba1a792a shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 703f79fd-e812-4c92-a588-074ac25e03f8 initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 703f79fd-e812-4c92-a588-074ac25e03f8 shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 57ed3d06-b396-4a8e-9fbb-d67bbed279ba initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 57ed3d06-b396-4a8e-9fbb-d67bbed279ba shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 28c8a65f-30ed-49fd-9be0-a82f14515948 initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 28c8a65f-30ed-49fd-9be0-a82f14515948 shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3939325e-f36e-4345-b831-3a5e16085d56 initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3939325e-f36e-4345-b831-3a5e16085d56 shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 63e92ad5-0ae1-445d-b0e2-83c5e06350c7 initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 63e92ad5-0ae1-445d-b0e2-83c5e06350c7 shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ccd45d10-a09b-4dec-bb4e-66899de48439 initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ccd45d10-a09b-4dec-bb4e-66899de48439 shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c4a1cdf0-9ece-4a87-884e-7523d3f3ba32 initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c4a1cdf0-9ece-4a87-884e-7523d3f3ba32 shut down
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.092 s -- in org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyPageRequestTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyTest
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container de6228dd-e53b-4724-b008-0f8630652770 initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container de6228dd-e53b-4724-b008-0f8630652770 shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 87fca7c3-f9b1-45fc-b4f0-7d1f0ca68618 initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 87fca7c3-f9b1-45fc-b4f0-7d1f0ca68618 shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 584d294d-8ab7-4957-9058-108abcc720f4 initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 584d294d-8ab7-4957-9058-108abcc720f4 shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 670707cc-fd4f-432f-83a9-2644043128c2 initialized
May 22, 2024 5:02:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 670707cc-fd4f-432f-83a9-2644043128c2 shut down
May 22, 2024 5:02: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 22, 2024 5:02:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2211fa66-b518-4ae1-a4bf-094b8dfdb115 initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2211fa66-b518-4ae1-a4bf-094b8dfdb115 shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2e08f1af-c87a-4197-9446-3e13601ef6f5 initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2e08f1af-c87a-4197-9446-3e13601ef6f5 shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2e89d681-a7a6-4b82-ad06-9a6b36aa0007 initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2e89d681-a7a6-4b82-ad06-9a6b36aa0007 shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7b1f9a53-7c21-424d-a79b-176a3e6bd009 initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7b1f9a53-7c21-424d-a79b-176a3e6bd009 shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 450c0aee-e2a6-4728-933a-ab4ed9d62a47 initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 450c0aee-e2a6-4728-933a-ab4ed9d62a47 shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e24696a9-cef6-4469-9dbb-4983f03c34d3 initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e24696a9-cef6-4469-9dbb-4983f03c34d3 shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 857b75cc-fb27-477a-9ff3-93e36bf68d3b initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 857b75cc-fb27-477a-9ff3-93e36bf68d3b shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a49e063c-9702-49b8-a370-3a7a0c9d40fd initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a49e063c-9702-49b8-a370-3a7a0c9d40fd shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ce49277a-c84f-4826-9a5b-fae5180a0c9f initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ce49277a-c84f-4826-9a5b-fae5180a0c9f shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 67f8d612-a12a-4ece-92b8-56665be29513 initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 67f8d612-a12a-4ece-92b8-56665be29513 shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1bfbc82d-cb5d-4d25-a2ba-a5a1940cc821 initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1bfbc82d-cb5d-4d25-a2ba-a5a1940cc821 shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b9bdf61f-55da-4024-baab-e473583f9cc1 initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b9bdf61f-55da-4024-baab-e473583f9cc1 shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c340ad3c-b985-4459-8557-cf43ca616669 initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c340ad3c-b985-4459-8557-cf43ca616669 shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f7344ef4-1879-4dcd-bdae-36654e809880 initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f7344ef4-1879-4dcd-bdae-36654e809880 shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 555ebe2d-11fa-468a-ae0d-f045215bb325 initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 555ebe2d-11fa-468a-ae0d-f045215bb325 shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1c2889fa-b467-404f-b570-3cd2a6d66e04 initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1c2889fa-b467-404f-b570-3cd2a6d66e04 shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ef204be1-28a8-4671-9ca9-51cbdefcfdc4 initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ef204be1-28a8-4671-9ca9-51cbdefcfdc4 shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container df68def9-6caf-47a0-acac-2ce662af1684 initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container df68def9-6caf-47a0-acac-2ce662af1684 shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8b44bfa4-9930-481d-8758-f18d7ae1d730 initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8b44bfa4-9930-481d-8758-f18d7ae1d730 shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d5a292d9-6b70-4128-a170-6abbbace7054 initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d5a292d9-6b70-4128-a170-6abbbace7054 shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 953d1d48-dd71-45cd-9b0f-5125fc49fb4c initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 953d1d48-dd71-45cd-9b0f-5125fc49fb4c shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0fbdec96-aa70-4454-bba6-a40b03a04437 initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0fbdec96-aa70-4454-bba6-a40b03a04437 shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e30d3958-c35d-438f-9747-dc74cb18ee5e initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e30d3958-c35d-438f-9747-dc74cb18ee5e shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8d7c767c-3cef-495a-82e4-1db33a777b75 initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8d7c767c-3cef-495a-82e4-1db33a777b75 shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 45966b99-8aa0-4409-b42d-f6ed8806debc initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 45966b99-8aa0-4409-b42d-f6ed8806debc shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 26727141-c3f9-4240-8f8a-b92c6708a48d initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 26727141-c3f9-4240-8f8a-b92c6708a48d shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2a62b981-c0e8-47e0-9c21-00520a3bd990 initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2a62b981-c0e8-47e0-9c21-00520a3bd990 shut down
May 22, 2024 5:02: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 22, 2024 5:02:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6280c070-3f1e-403b-8d59-8b9aa9598c25 initialized
May 22, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6280c070-3f1e-403b-8d59-8b9aa9598c25 shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dcf17287-6d8f-4a22-98ee-66427f052c00 initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dcf17287-6d8f-4a22-98ee-66427f052c00 shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a4b290bf-7d02-4c94-b2d7-26bcc5f16d81 initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a4b290bf-7d02-4c94-b2d7-26bcc5f16d81 shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d7415b47-a94e-4f9d-8b4f-c88fbf141e9a initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d7415b47-a94e-4f9d-8b4f-c88fbf141e9a shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3d47a557-88f3-455b-bfb7-96f4d1367c26 initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3d47a557-88f3-455b-bfb7-96f4d1367c26 shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container aa826609-da69-4de5-8c89-08c853139630 initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container aa826609-da69-4de5-8c89-08c853139630 shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ca81ac7a-e034-4823-b183-c0714c3b2b5b initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ca81ac7a-e034-4823-b183-c0714c3b2b5b shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ccad9f3c-6fe0-4047-a3ba-6bed17da64ad initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ccad9f3c-6fe0-4047-a3ba-6bed17da64ad shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 48af47a9-4414-4c84-a70f-59a999d17ca3 initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 48af47a9-4414-4c84-a70f-59a999d17ca3 shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 05909bfa-2e67-470b-9237-f49b2faa88db initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 05909bfa-2e67-470b-9237-f49b2faa88db shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a2b8ac4e-306d-4e21-8f05-996cf622759b initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a2b8ac4e-306d-4e21-8f05-996cf622759b shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 78cebfe3-2847-49a8-a487-60823d728f38 initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 78cebfe3-2847-49a8-a487-60823d728f38 shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5341cd33-9a2c-4d0c-9650-2a63d58f53fa initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5341cd33-9a2c-4d0c-9650-2a63d58f53fa shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 199e3db9-5e6a-42a5-b4d7-7a27fd6b3884 initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 199e3db9-5e6a-42a5-b4d7-7a27fd6b3884 shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ced36e0b-b774-4bc0-a1ae-e58e87e077b3 initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ced36e0b-b774-4bc0-a1ae-e58e87e077b3 shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 44c399f2-1ce4-4054-96f1-252279d47d44 initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 44c399f2-1ce4-4054-96f1-252279d47d44 shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8efcfb3c-5a60-42f7-b21c-bb47a7644288 initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8efcfb3c-5a60-42f7-b21c-bb47a7644288 shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8e7d937b-e2a4-4508-9d09-6034a3dbfd34 initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8e7d937b-e2a4-4508-9d09-6034a3dbfd34 shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container df1d432b-d923-4342-bcf6-18492e5dfd40 initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container df1d432b-d923-4342-bcf6-18492e5dfd40 shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 376e54d9-b1ff-4e5a-8dc3-58432d23d4c6 initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 376e54d9-b1ff-4e5a-8dc3-58432d23d4c6 shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d1c293fd-f709-4a28-849a-4697c2ae906d initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d1c293fd-f709-4a28-849a-4697c2ae906d shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 311ec0f0-45e0-4f4d-935f-2c20e12f42cf initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 311ec0f0-45e0-4f4d-935f-2c20e12f42cf shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0d1b67d5-084b-4176-959f-b1a049ab4294 initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0d1b67d5-084b-4176-959f-b1a049ab4294 shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9d404391-04d8-4290-8151-d654fbe8e6bf initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9d404391-04d8-4290-8151-d654fbe8e6bf shut down
May 22, 2024 5:02: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 22, 2024 5:02:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container df3d6159-fc19-4e06-b767-5079c16ace71 initialized
May 22, 2024 5:02:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container df3d6159-fc19-4e06-b767-5079c16ace71 shut down
May 22, 2024 5:02:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 88dafac1-4f4c-437b-a29e-078a12c2c788 initialized
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 88dafac1-4f4c-437b-a29e-078a12c2c788 shut down
May 22, 2024 5:02:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ddaaa93d-6aeb-4960-a2e4-71feb19aefc2 initialized
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ddaaa93d-6aeb-4960-a2e4-71feb19aefc2 shut down
May 22, 2024 5:02:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f5e04fbc-d4ea-4a56-8fe0-58e6a9590fbb initialized
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f5e04fbc-d4ea-4a56-8fe0-58e6a9590fbb shut down
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.290 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.095 s -- in org.eclipse.jnosql.mapping.semistructured.query.RepositorySemiStructuredObserverParserTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.SemiStructuredParameterBasedQueryTest
May 22, 2024 5:02:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5d23ea3c-d31a-4528-8f9e-d424ce1469f1 initialized
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5d23ea3c-d31a-4528-8f9e-d424ce1469f1 shut down
May 22, 2024 5:02:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fa6528b6-0862-4ffe-be2c-738dff2b64b5 initialized
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fa6528b6-0862-4ffe-be2c-738dff2b64b5 shut down
May 22, 2024 5:02:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 86fde794-511f-4d08-a175-b0084ab9908d initialized
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 86fde794-511f-4d08-a175-b0084ab9908d shut down
May 22, 2024 5:02:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 543643d4-598c-4cbe-976a-a673eabe91c2 initialized
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 543643d4-598c-4cbe-976a-a673eabe91c2 shut down
May 22, 2024 5:02:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1f72c28c-19c2-41c2-8d3c-1f5d0c85148d initialized
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1f72c28c-19c2-41c2-8d3c-1f5d0c85148d shut down
May 22, 2024 5:02:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 00f9299b-f7d2-4017-8372-3a43d708617d initialized
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 00f9299b-f7d2-4017-8372-3a43d708617d shut down
May 22, 2024 5:02:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7c4f07f7-1376-47f2-a7e8-d0a0835b058b initialized
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7c4f07f7-1376-47f2-a7e8-d0a0835b058b shut down
May 22, 2024 5:02:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7b5b2ef1-b374-40fe-a9f9-307b638eafa9 initialized
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7b5b2ef1-b374-40fe-a9f9-307b638eafa9 shut down
May 22, 2024 5:02:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 11f3e38d-cd50-4750-a15b-319ec5c20980 initialized
May 22, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 11f3e38d-cd50-4750-a15b-319ec5c20980 shut down
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 s -- in org.eclipse.jnosql.mapping.semistructured.query.SemiStructuredParameterBasedQueryTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 318, 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> T persist(T entity, UnaryOperator<CommunicationEntity> 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<PageRequest, Page<T>> 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<PageRequest, Optional<T>> 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<PageRequest, Stream<T>> 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 <T> Consumer<String> feedObject(T entity, List<Element> elements, Map<String, FieldMetadata> 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> T toEntity(Class<T> type, List<Element> 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<String, Object> 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<String, Object> 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 22, 2024 5:02:32 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
May 22, 2024 5:02: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 22, 2024 5:02:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 22, 2024 5:02:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:36 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 22, 2024 5:02:36 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 22, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ca43466e-0ae7-4ed7-9857-5594bace1fb0 initialized
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
May 22, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ca43466e-0ae7-4ed7-9857-5594bace1fb0 shut down
May 22, 2024 5:02:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 22, 2024 5:02:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:38 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 22, 2024 5:02:38 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 22, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 88d51ef6-a469-4729-a7b3-0b5722465ee5 initialized
May 22, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 88d51ef6-a469-4729-a7b3-0b5722465ee5 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.886 s -- in org.eclipse.jnosql.mapping.document.DefaultDocumentTemplateProducerTest
[INFO] Running org.eclipse.jnosql.mapping.document.DocumentTemplateTest
May 22, 2024 5:02:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 22, 2024 5:02:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:38 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 22, 2024 5:02:38 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 22, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bec835f0-7408-4c0b-a036-b2779de6b027 initialized
May 22, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bec835f0-7408-4c0b-a036-b2779de6b027 shut down
May 22, 2024 5:02:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 22, 2024 5:02:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:38 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 22, 2024 5:02:38 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 22, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container abff1c8c-0fcc-4828-9e64-c901b15c8f8b initialized
May 22, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container abff1c8c-0fcc-4828-9e64-c901b15c8f8b shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 s -- in org.eclipse.jnosql.mapping.document.DocumentTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.document.configuration.DocumentManagerSupplierTest
May 22, 2024 5:02:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 22, 2024 5:02:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:38 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 22, 2024 5:02:38 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 22, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1229854d-15cb-4b5a-b49e-e7166aad44e7 initialized
May 22, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1229854d-15cb-4b5a-b49e-e7166aad44e7 shut down
May 22, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 22, 2024 5:02:39 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 22, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e6c683c7-b43c-431e-9057-cca0873d64a1 initialized
May 22, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e6c683c7-b43c-431e-9057-cca0873d64a1 shut down
May 22, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 22, 2024 5:02:39 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 22, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fd67f4b7-0d7f-41ea-92ff-4b858f9a39d6 initialized
May 22, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fd67f4b7-0d7f-41ea-92ff-4b858f9a39d6 shut down
May 22, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 22, 2024 5:02:39 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 22, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 39392bf7-aae2-475a-8699-319ab5a2eed2 initialized
May 22, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 39392bf7-aae2-475a-8699-319ab5a2eed2 shut down
May 22, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 22, 2024 5:02:39 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 22, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 83ed131a-0f4a-4d8e-969e-6b90cb610211 initialized
May 22, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 83ed131a-0f4a-4d8e-969e-6b90cb610211 shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.915 s -- in org.eclipse.jnosql.mapping.document.configuration.DocumentManagerSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.document.query.DocumentRepositoryExtensionTest
May 22, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 22, 2024 5:02:39 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 22, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1ff385fe-caf7-48be-bdf2-f2621bd4215b initialized
May 22, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1ff385fe-caf7-48be-bdf2-f2621bd4215b shut down
May 22, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 22, 2024 5:02:39 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 22, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 44b1f392-5d9a-4341-9c27-77b0d05ec67d initialized
May 22, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 44b1f392-5d9a-4341-9c27-77b0d05ec67d shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.339 s -- in org.eclipse.jnosql.mapping.document.query.DocumentRepositoryExtensionTest
[INFO] Running org.eclipse.jnosql.mapping.document.spi.DocumentExtensionTest
May 22, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:39 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 22, 2024 5:02:39 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 22, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 40ab6c00-2884-4df0-97ec-1631a58a3f9b initialized
May 22, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 40ab6c00-2884-4df0-97ec-1631a58a3f9b shut down
May 22, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 22, 2024 5:02:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:40 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 22, 2024 5:02:40 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 22, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 30116368-22b0-47b0-9ea0-98f9f4d46b5f initialized
May 22, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 30116368-22b0-47b0-9ea0-98f9f4d46b5f shut down
May 22, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 22, 2024 5:02:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:40 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 22, 2024 5:02:40 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 22, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8c9cdf31-08c6-4492-a9cf-6cd28af842f2 initialized
May 22, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8c9cdf31-08c6-4492-a9cf-6cd28af842f2 shut down
May 22, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 22, 2024 5:02:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 22, 2024 5:02:40 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 22, 2024 5:02:40 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 22, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 704f9d87-3a33-45f8-8aa3-e73e3386edc2 initialized
May 22, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 704f9d87-3a33-45f8-8aa3-e73e3386edc2 shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 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 22, 2024 5:02:43 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
May 22, 2024 5:02:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 22, 2024 5:02:48 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 22, 2024 5:02:48 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 22, 2024 5:02:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 61e6dbd3-cbfe-4381-b709-87b3c497a539 initialized
May 22, 2024 5:02:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 61e6dbd3-cbfe-4381-b709-87b3c497a539 shut down
May 22, 2024 5:02:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 22, 2024 5:02:48 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 22, 2024 5:02:48 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 22, 2024 5:02:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 12bfb3af-2671-49af-b792-1863e40b2f04 initialized
May 22, 2024 5:02:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 12bfb3af-2671-49af-b792-1863e40b2f04 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.683 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.015 s -- in org.eclipse.jnosql.mapping.column.DatabaseQualifierTest
[INFO] Running org.eclipse.jnosql.mapping.column.DefaultColumnTemplateProducerTest
May 22, 2024 5:02:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:02:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 22, 2024 5:02:48 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 22, 2024 5:02:48 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 22, 2024 5:02:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 33077162-c705-4ccc-b1a1-6b401cd7e617 initialized
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
May 22, 2024 5:02:50 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 33077162-c705-4ccc-b1a1-6b401cd7e617 shut down
May 22, 2024 5:02: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 22, 2024 5:02:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 22, 2024 5:02:50 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 22, 2024 5:02:50 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 22, 2024 5:02:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dc83fc19-064f-4f3b-85e0-9712cb46d59b initialized
May 22, 2024 5:02:50 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dc83fc19-064f-4f3b-85e0-9712cb46d59b shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.813 s -- in org.eclipse.jnosql.mapping.column.DefaultColumnTemplateProducerTest
[INFO] Running org.eclipse.jnosql.mapping.column.configuration.ColumnManagerSupplierTest
May 22, 2024 5:02: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 22, 2024 5:02:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 22, 2024 5:02:50 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 22, 2024 5:02:50 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 22, 2024 5:02:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0aa9e735-22a6-4795-94ba-87c5e67c7361 initialized
May 22, 2024 5:02:51 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0aa9e735-22a6-4795-94ba-87c5e67c7361 shut down
May 22, 2024 5:02: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 22, 2024 5:02:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 22, 2024 5:02:51 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 22, 2024 5:02:51 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 22, 2024 5:02:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 99551527-a4ba-4b56-ab67-006302d988a1 initialized
May 22, 2024 5:02:51 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 99551527-a4ba-4b56-ab67-006302d988a1 shut down
May 22, 2024 5:02: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 22, 2024 5:02:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 22, 2024 5:02:51 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 22, 2024 5:02:51 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 22, 2024 5:02:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9e49e109-e41a-467a-a4af-439a0a7dc79e initialized
May 22, 2024 5:02:51 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9e49e109-e41a-467a-a4af-439a0a7dc79e shut down
May 22, 2024 5:02: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 22, 2024 5:02:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 22, 2024 5:02:51 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 22, 2024 5:02:51 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 22, 2024 5:02:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3deeb7fd-eb0a-48fe-9f7d-b496192b9528 initialized
May 22, 2024 5:02:51 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3deeb7fd-eb0a-48fe-9f7d-b496192b9528 shut down
May 22, 2024 5:02: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 22, 2024 5:02:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 22, 2024 5:02:51 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 22, 2024 5:02:51 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 22, 2024 5:02:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8f13955b-48d0-432d-af38-f1b4088c6465 initialized
May 22, 2024 5:02:51 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8f13955b-48d0-432d-af38-f1b4088c6465 shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.102 s -- in org.eclipse.jnosql.mapping.column.configuration.ColumnManagerSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.column.query.ColumnRepositoryExtensionTest
May 22, 2024 5:02: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 22, 2024 5:02:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 22, 2024 5:02:51 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 22, 2024 5:02:51 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 22, 2024 5:02:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4fefcca8-d170-45ec-b37f-7dc69f1e14f3 initialized
May 22, 2024 5:02:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4fefcca8-d170-45ec-b37f-7dc69f1e14f3 shut down
May 22, 2024 5:02: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 22, 2024 5:02:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 22, 2024 5:02:52 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 22, 2024 5:02:52 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 22, 2024 5:02:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 20366032-6eb1-4cc7-a554-903c4f2bbd4a initialized
May 22, 2024 5:02:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 20366032-6eb1-4cc7-a554-903c4f2bbd4a shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.350 s -- in org.eclipse.jnosql.mapping.column.query.ColumnRepositoryExtensionTest
[INFO] Running org.eclipse.jnosql.mapping.column.spi.ColumnExtensionTest
May 22, 2024 5:02: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 22, 2024 5:02:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 22, 2024 5:02:52 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 22, 2024 5:02:52 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 22, 2024 5:02:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 762dc0dc-3997-4845-bf55-2e8f36900749 initialized
May 22, 2024 5:02:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 762dc0dc-3997-4845-bf55-2e8f36900749 shut down
May 22, 2024 5:02: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 22, 2024 5:02:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 22, 2024 5:02:52 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 22, 2024 5:02:52 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 22, 2024 5:02:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4a3a6629-150a-4cdd-8894-1a36e6714e97 initialized
May 22, 2024 5:02:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4a3a6629-150a-4cdd-8894-1a36e6714e97 shut down
May 22, 2024 5:02: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 22, 2024 5:02:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 22, 2024 5:02:52 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 22, 2024 5:02:52 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 22, 2024 5:02:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5d5976b5-e2fc-49a5-9cd7-3a34c83a04a5 initialized
May 22, 2024 5:02:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5d5976b5-e2fc-49a5-9cd7-3a34c83a04a5 shut down
May 22, 2024 5:02: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 22, 2024 5:02:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:02:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 22, 2024 5:02:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 22, 2024 5:02:52 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 22, 2024 5:02:52 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 22, 2024 5:02:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 423a49cf-84dc-44d4-82b3-a8c27ea50e13 initialized
May 22, 2024 5:02:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 423a49cf-84dc-44d4-82b3-a8c27ea50e13 shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.400 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] 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-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 21 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 22, 2024 5:02:56 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
May 22, 2024 5:02: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 22, 2024 5:02:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:00 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:00 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f4f4f9c3-825e-44a9-97a0-5b525e2fdda6 initialized
May 22, 2024 5:03:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f4f4f9c3-825e-44a9-97a0-5b525e2fdda6 shut down
May 22, 2024 5:03:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:00 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:00 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ee737c1b-84ef-4d9c-97c1-2f5e52e70dfb initialized
May 22, 2024 5:03:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ee737c1b-84ef-4d9c-97c1-2f5e52e70dfb shut down
May 22, 2024 5:03:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:00 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:00 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b13443c8-a63d-47a3-ac47-ad5e222a806c initialized
May 22, 2024 5:03:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b13443c8-a63d-47a3-ac47-ad5e222a806c shut down
May 22, 2024 5:03:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 48b7ff6e-28d0-48c5-b6ab-356b5dd32ea1 initialized
May 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 48b7ff6e-28d0-48c5-b6ab-356b5dd32ea1 shut down
May 22, 2024 5:03:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1f5798d8-0d43-4d3f-93f6-b692c482ae56 initialized
May 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1f5798d8-0d43-4d3f-93f6-b692c482ae56 shut down
May 22, 2024 5:03:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 37909cb6-c8b0-42fd-9f98-6e9057bd57e3 initialized
May 22, 2024 5:03: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 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 37909cb6-c8b0-42fd-9f98-6e9057bd57e3 shut down
May 22, 2024 5:03:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a67ede69-65e8-4e14-837d-78f89ed59e70 initialized
May 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a67ede69-65e8-4e14-837d-78f89ed59e70 shut down
May 22, 2024 5:03:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dd3a1b9c-e58c-4573-855f-f1bbefb31679 initialized
May 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dd3a1b9c-e58c-4573-855f-f1bbefb31679 shut down
May 22, 2024 5:03:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c96a6acd-f0ff-4d1f-8a76-daf7cdacad7a initialized
May 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c96a6acd-f0ff-4d1f-8a76-daf7cdacad7a shut down
May 22, 2024 5:03:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 89496d0f-7bf6-4225-b5b7-54e12c6489b3 initialized
May 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 89496d0f-7bf6-4225-b5b7-54e12c6489b3 shut down
May 22, 2024 5:03:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1223f45a-96e5-4722-9c07-c438eb2b14e3 initialized
May 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1223f45a-96e5-4722-9c07-c438eb2b14e3 shut down
May 22, 2024 5:03:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4af19e9e-062d-4d41-b0c0-45f09be7c1ae initialized
May 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4af19e9e-062d-4d41-b0c0-45f09be7c1ae shut down
May 22, 2024 5:03:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6a4a6c2f-b977-4ed9-bb9c-a3b4410202bb initialized
May 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6a4a6c2f-b977-4ed9-bb9c-a3b4410202bb shut down
May 22, 2024 5:03:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d7c347a5-e29a-4e05-843f-12703ce0b5c8 initialized
May 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d7c347a5-e29a-4e05-843f-12703ce0b5c8 shut down
May 22, 2024 5:03:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f28af215-4d9f-4710-b413-06b6c66bb9d2 initialized
May 22, 2024 5:03: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 22, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f28af215-4d9f-4710-b413-06b6c66bb9d2 shut down
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.054 s -- in org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueEntityConverterTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueTemplateTest
May 22, 2024 5:03:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:02 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:02 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d2e04644-48a7-4157-9a47-c4968ca530de initialized
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
May 22, 2024 5:03:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d2e04644-48a7-4157-9a47-c4968ca530de shut down
May 22, 2024 5:03: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 22, 2024 5:03:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:03 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:03 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cd1fc159-4b2f-40e6-91d0-53b0443d1694 initialized
May 22, 2024 5:03:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cd1fc159-4b2f-40e6-91d0-53b0443d1694 shut down
May 22, 2024 5:03: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 22, 2024 5:03:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 15c2ebce-e427-4220-bf25-94c9d7ed8f21 initialized
May 22, 2024 5:03:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 15c2ebce-e427-4220-bf25-94c9d7ed8f21 shut down
May 22, 2024 5:03: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 22, 2024 5:03:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e5549574-5a96-4457-a3c7-ab4952930a56 initialized
May 22, 2024 5:03:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e5549574-5a96-4457-a3c7-ab4952930a56 shut down
May 22, 2024 5:03: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 22, 2024 5:03:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6d08635f-3cc7-4cbb-b59e-e44bf2e2db66 initialized
May 22, 2024 5:03:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6d08635f-3cc7-4cbb-b59e-e44bf2e2db66 shut down
May 22, 2024 5:03: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 22, 2024 5:03:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 348f6e01-d1a1-463a-a1e2-bd0b923b6d3c initialized
May 22, 2024 5:03:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 348f6e01-d1a1-463a-a1e2-bd0b923b6d3c shut down
May 22, 2024 5:03: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 22, 2024 5:03:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 213940f5-5ccf-4e93-9926-482ab00a407b initialized
May 22, 2024 5:03:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 213940f5-5ccf-4e93-9926-482ab00a407b shut down
May 22, 2024 5:03: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 22, 2024 5:03:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c1b094cb-2c35-468f-adb4-9aee39071df2 initialized
May 22, 2024 5:03:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c1b094cb-2c35-468f-adb4-9aee39071df2 shut down
May 22, 2024 5:03: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 22, 2024 5:03:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e5f63298-f7e2-423d-80ce-7b147c928244 initialized
May 22, 2024 5:03:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e5f63298-f7e2-423d-80ce-7b147c928244 shut down
May 22, 2024 5:03: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 22, 2024 5:03:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e5e5a618-dfb7-43ea-beac-41c1c866878f initialized
May 22, 2024 5:03:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e5e5a618-dfb7-43ea-beac-41c1c866878f shut down
May 22, 2024 5:03:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e5f73b67-4642-427d-85cc-3655c7089943 initialized
May 22, 2024 5:03:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e5f73b67-4642-427d-85cc-3655c7089943 shut down
May 22, 2024 5:03:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 94eda95f-7888-4fcc-8768-8c39f2aa0867 initialized
May 22, 2024 5:03:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 94eda95f-7888-4fcc-8768-8c39f2aa0867 shut down
May 22, 2024 5:03:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fc4447d2-62ca-4d35-8052-ae4e0d4d2022 initialized
May 22, 2024 5:03:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fc4447d2-62ca-4d35-8052-ae4e0d4d2022 shut down
May 22, 2024 5:03:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cd06dc03-e390-4ec8-8dca-30916cfd2e42 initialized
May 22, 2024 5:03:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cd06dc03-e390-4ec8-8dca-30916cfd2e42 shut down
May 22, 2024 5:03:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 49d25389-418b-4b8b-8855-452b7f8aed0e initialized
May 22, 2024 5:03:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 49d25389-418b-4b8b-8855-452b7f8aed0e shut down
May 22, 2024 5:03:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d711dd76-c685-4c99-837e-343488769f60 initialized
May 22, 2024 5:03:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d711dd76-c685-4c99-837e-343488769f60 shut down
May 22, 2024 5:03:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7e7c3b9a-381b-48af-bc48-60085825a8cb initialized
May 22, 2024 5:03:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7e7c3b9a-381b-48af-bc48-60085825a8cb shut down
May 22, 2024 5:03:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ae597613-67a7-477a-aa4d-1257b0ad8eee initialized
May 22, 2024 5:03:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ae597613-67a7-477a-aa4d-1257b0ad8eee shut down
May 22, 2024 5:03:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b5c5b90e-c843-4a6a-a658-18a08a830431 initialized
May 22, 2024 5:03:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b5c5b90e-c843-4a6a-a658-18a08a830431 shut down
May 22, 2024 5:03:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 83ba2255-bb8d-4580-b34b-7838dbf51154 initialized
May 22, 2024 5:03:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 83ba2255-bb8d-4580-b34b-7838dbf51154 shut down
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.938 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.085 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueEventPersistManagerTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateProducerTest
May 22, 2024 5:03:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:03:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4bc3ee6a-3608-4b58-90c3-318863d16425 initialized
May 22, 2024 5:03:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4bc3ee6a-3608-4b58-90c3-318863d16425 shut down
May 22, 2024 5:03: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 22, 2024 5:03:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4d90d68a-3576-4072-b3d4-d785e67fd012 initialized
May 22, 2024 5:03:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4d90d68a-3576-4072-b3d4-d785e67fd012 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateProducerTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateTest
May 22, 2024 5:03: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 22, 2024 5:03:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 79458cf2-37f7-4841-8cbf-9c71fe3c5a6e initialized
May 22, 2024 5:03:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 79458cf2-37f7-4841-8cbf-9c71fe3c5a6e shut down
May 22, 2024 5:03: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 22, 2024 5:03:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 953172ad-546c-4ffd-984c-43d605d31921 initialized
May 22, 2024 5:03:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 953172ad-546c-4ffd-984c-43d605d31921 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerFactorySupplierTest
May 22, 2024 5:03: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 22, 2024 5:03:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 774db256-1839-4af7-9706-6bc754499c50 initialized
May 22, 2024 5:03:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 774db256-1839-4af7-9706-6bc754499c50 shut down
May 22, 2024 5:03: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 22, 2024 5:03:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6d3f8fb9-d5dd-4697-abfa-04eb4d703244 initialized
May 22, 2024 5:03:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6d3f8fb9-d5dd-4697-abfa-04eb4d703244 shut down
May 22, 2024 5:03: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 22, 2024 5:03:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 04dc9961-1c7b-47aa-b886-33619addfd2a initialized
May 22, 2024 5:03:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 04dc9961-1c7b-47aa-b886-33619addfd2a shut down
May 22, 2024 5:03: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 22, 2024 5:03:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8a3f83bb-41c7-4145-902d-598ba7712413 initialized
May 22, 2024 5:03:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8a3f83bb-41c7-4145-902d-598ba7712413 shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.691 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerFactorySupplierTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerSupplierTest
May 22, 2024 5:03: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 22, 2024 5:03:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e7b06d00-ef70-4d44-b8e3-158176ef90d9 initialized
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e7b06d00-ef70-4d44-b8e3-158176ef90d9 shut down
May 22, 2024 5:03: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 22, 2024 5:03:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4a8dd423-61d6-4f61-81fb-f0d08420127b initialized
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4a8dd423-61d6-4f61-81fb-f0d08420127b shut down
May 22, 2024 5:03: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 22, 2024 5:03:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 50b56a94-cd90-486d-a472-3c680cc26b2a initialized
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 50b56a94-cd90-486d-a472-3c680cc26b2a shut down
May 22, 2024 5:03: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 22, 2024 5:03:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1ed4e64f-6d7c-4308-9e72-9ed29aee151c initialized
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1ed4e64f-6d7c-4308-9e72-9ed29aee151c shut down
May 22, 2024 5:03: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 22, 2024 5:03:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 98069cc2-f180-49de-b9f7-90c3fc5b1d52 initialized
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 98069cc2-f180-49de-b9f7-90c3fc5b1d52 shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.CollectionSupplierTest
May 22, 2024 5:03: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 22, 2024 5:03:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 94818fa2-41af-49d5-9662-d6cce1039323 initialized
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 94818fa2-41af-49d5-9662-d6cce1039323 shut down
May 22, 2024 5:03: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 22, 2024 5:03:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container aaa8ed2c-a124-4c3b-a872-796d95e6323d initialized
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container aaa8ed2c-a124-4c3b-a872-796d95e6323d shut down
May 22, 2024 5:03: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 22, 2024 5:03:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9526e9ed-5238-4e8b-a0ba-422cbc01ca03 initialized
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9526e9ed-5238-4e8b-a0ba-422cbc01ca03 shut down
May 22, 2024 5:03: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 22, 2024 5:03:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dd4a1068-3408-4bd8-8f6b-5fc39fdd733e initialized
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dd4a1068-3408-4bd8-8f6b-5fc39fdd733e shut down
May 22, 2024 5:03: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 22, 2024 5:03:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ec77cf38-d81e-45f5-b278-2983e66dbbe3 initialized
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ec77cf38-d81e-45f5-b278-2983e66dbbe3 shut down
May 22, 2024 5:03: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 22, 2024 5:03:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 75c6bf17-8edc-4100-b781-915b569da678 initialized
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 75c6bf17-8edc-4100-b781-915b569da678 shut down
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.440 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.128 s -- in org.eclipse.jnosql.mapping.keyvalue.query.DefaultKeyValueRepositoryTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProducerTest
May 22, 2024 5:03: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 22, 2024 5:03:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 03f0839f-aebc-4698-b510-d313d2dcd387 initialized
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 03f0839f-aebc-4698-b510-d313d2dcd387 shut down
May 22, 2024 5:03: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 22, 2024 5:03:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8b2e5e21-a6ad-4c61-973f-b9745171f958 initialized
May 22, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8b2e5e21-a6ad-4c61-973f-b9745171f958 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s -- in org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProducerTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProxyTest
May 22, 2024 5:03: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 22, 2024 5:03:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 073ccd0d-2604-45d8-b2d1-42ecdf1aa41b initialized
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 073ccd0d-2604-45d8-b2d1-42ecdf1aa41b shut down
May 22, 2024 5:03: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 22, 2024 5:03:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8a3f0d33-d9e2-4969-9f09-de759c031395 initialized
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8a3f0d33-d9e2-4969-9f09-de759c031395 shut down
May 22, 2024 5:03: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 22, 2024 5:03:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a6657002-35f3-433d-acf6-5b5cda06c222 initialized
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a6657002-35f3-433d-acf6-5b5cda06c222 shut down
May 22, 2024 5:03: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 22, 2024 5:03:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e3e4010e-00da-4bc2-ad8b-cbe067b32ba3 initialized
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e3e4010e-00da-4bc2-ad8b-cbe067b32ba3 shut down
May 22, 2024 5:03: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 22, 2024 5:03:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container aebd46dc-bf5c-44ad-814d-8e115c4eaf1f initialized
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container aebd46dc-bf5c-44ad-814d-8e115c4eaf1f shut down
May 22, 2024 5:03: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 22, 2024 5:03:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cbfceeb6-015b-41a1-8a5d-b0bfc21159e9 initialized
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cbfceeb6-015b-41a1-8a5d-b0bfc21159e9 shut down
May 22, 2024 5:03: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 22, 2024 5:03:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d12923fa-df23-4686-8bda-a665d5ae4f93 initialized
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d12923fa-df23-4686-8bda-a665d5ae4f93 shut down
May 22, 2024 5:03: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 22, 2024 5:03:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7ae1bbe6-1fb4-424b-81d7-06595599b01a initialized
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7ae1bbe6-1fb4-424b-81d7-06595599b01a shut down
May 22, 2024 5:03: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 22, 2024 5:03:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0761e1fc-7cc9-4693-85e8-695400b4f91d initialized
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0761e1fc-7cc9-4693-85e8-695400b4f91d shut down
May 22, 2024 5:03: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 22, 2024 5:03:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 78b45a4d-2b73-4d91-aaf5-f4bb3f42608e initialized
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 78b45a4d-2b73-4d91-aaf5-f4bb3f42608e shut down
May 22, 2024 5:03: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 22, 2024 5:03:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 712c4c56-1dae-4d98-9969-4bbb339ecef9 initialized
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 712c4c56-1dae-4d98-9969-4bbb339ecef9 shut down
May 22, 2024 5:03: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 22, 2024 5:03:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ecea290b-29b1-411d-a08d-ee3937d54f42 initialized
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ecea290b-29b1-411d-a08d-ee3937d54f42 shut down
May 22, 2024 5:03: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 22, 2024 5:03:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6b290edc-8ed7-44dd-9743-2ded9e683c8b initialized
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6b290edc-8ed7-44dd-9743-2ded9e683c8b shut down
May 22, 2024 5:03: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 22, 2024 5:03:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 736ea634-70b9-4518-b01a-63be70dac9f8 initialized
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 736ea634-70b9-4518-b01a-63be70dac9f8 shut down
May 22, 2024 5:03: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 22, 2024 5:03:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8de9f8db-72e2-4f70-bff2-06bf569f5f77 initialized
May 22, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8de9f8db-72e2-4f70-bff2-06bf569f5f77 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 36ce896d-9f50-4776-a82b-ff9f9aafdd11 initialized
May 22, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 36ce896d-9f50-4776-a82b-ff9f9aafdd11 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 146b9e2c-954d-4865-b26d-4256805746e3 initialized
May 22, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 146b9e2c-954d-4865-b26d-4256805746e3 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5a436373-f166-4eaa-9273-a61d1409d58b initialized
May 22, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5a436373-f166-4eaa-9273-a61d1409d58b shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d514bec2-1d2c-4072-90de-86cd3d0ba6f5 initialized
May 22, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d514bec2-1d2c-4072-90de-86cd3d0ba6f5 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5bc34c5d-5490-460a-9c5c-b0fecb4e3891 initialized
May 22, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5bc34c5d-5490-460a-9c5c-b0fecb4e3891 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f32f1557-0157-42c5-8338-2dcd00516f4b initialized
May 22, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f32f1557-0157-42c5-8338-2dcd00516f4b shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f7d2f8dc-ae52-4f92-8280-3c65ce091604 initialized
May 22, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f7d2f8dc-ae52-4f92-8280-3c65ce091604 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dcf035b7-0961-4b54-b3de-32e8e243111a initialized
May 22, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dcf035b7-0961-4b54-b3de-32e8e243111a shut down
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.650 s -- in org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProxyTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtensionTest
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 871ad6c6-a076-4568-bc15-1c9b14c9292d initialized
May 22, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 871ad6c6-a076-4568-bc15-1c9b14c9292d shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 22, 2024 5:03:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository]
May 22, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c06a3d11-94e8-4d30-a882-fa927597dcad initialized
May 22, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c06a3d11-94e8-4d30-a882-fa927597dcad shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 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] 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-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<T, K> extends AbstractRepositoryProxy<T, K> {
[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<T> 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> T persist(T entity, Consumer<KeyValueEntity> 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 <T> List<T> 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 <K, V> Map<K, V> 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 <T> Queue<T> 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 <T> Set<T> 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 <T, K, R extends BasicRepository<T, K>> R get(Class<R> 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 <T, K, R extends BasicRepository<T, K>> R get(Class<R> 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 22 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 22, 2024 5:03:36 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/1716354213745/
May 22, 2024 5:03:38 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/1716354213745/
May 22, 2024 5:03:38 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/1716354213745/
May 22, 2024 5:03:38 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/1716354213745/
May 22, 2024 5:03:38 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/1716354213745/
May 22, 2024 5:03:38 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/1716354213745/
May 22, 2024 5:03:38 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/1716354213745/
May 22, 2024 5:03:38 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/1716354213745/
May 22, 2024 5:03:38 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/1716354213745/
May 22, 2024 5:03:38 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/1716354213745/
May 22, 2024 5:03:38 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/1716354213745/
May 22, 2024 5:03:38 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/1716354213745/
May 22, 2024 5:03:39 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/1716354213745/
May 22, 2024 5:03:39 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/1716354213745/
May 22, 2024 5:03:39 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/1716354213745/
May 22, 2024 5:03:39 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/1716354213745/
May 22, 2024 5:03:39 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/1716354213745/
May 22, 2024 5:03:39 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/1716354213745/
May 22, 2024 5:03:39 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/1716354213745/
May 22, 2024 5:03:39 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/1716354213745/
May 22, 2024 5:03:39 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/1716354213745/
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.491 s -- in org.eclipse.jnosql.communication.graph.DefaultGraphDatabaseManagerTest
[INFO] Running org.eclipse.jnosql.mapping.graph.BookTemplateTest
May 22, 2024 5:03:39 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
May 22, 2024 5:03: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 22, 2024 5:03:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:03:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:03:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1ae2958a-6821-4b6f-aa93-5cece74ff0ec initialized
May 22, 2024 5:03: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/1716354234539/
May 22, 2024 5:03:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:03:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:03: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/1716354234539/
May 22, 2024 5:03:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:03:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1ae2958a-6821-4b6f-aa93-5cece74ff0ec shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:03:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:03:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9be81a0f-dd5e-4885-86d5-8e2853e4d670 initialized
May 22, 2024 5:03: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/1716354235280/
May 22, 2024 5:03:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:03:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:03: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/1716354235280/
May 22, 2024 5:03:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:03:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9be81a0f-dd5e-4885-86d5-8e2853e4d670 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:03:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:03:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 652ef7ab-5d5b-411a-a2fd-64ac75a2b9c8 initialized
May 22, 2024 5:03: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/1716354235641/
May 22, 2024 5:03:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:03:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:03: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/1716354235641/
May 22, 2024 5:03:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:03:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 652ef7ab-5d5b-411a-a2fd-64ac75a2b9c8 shut down
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.68 s -- in org.eclipse.jnosql.mapping.graph.BookTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.graph.DefaultEdgeTraversalTest
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:03:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:03:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7e361da3-6b53-45b6-8c48-dfdcc1d10bdd initialized
May 22, 2024 5:03: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/1716354235989/
May 22, 2024 5:03:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:03:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:03: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/1716354235989/
May 22, 2024 5:03:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:03:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7e361da3-6b53-45b6-8c48-dfdcc1d10bdd shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:03:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:03:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6d697a5d-a8c0-4782-b2fa-ac64e2963694 initialized
May 22, 2024 5:03: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/1716354236343/
May 22, 2024 5:03:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:03:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:03: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/1716354236343/
May 22, 2024 5:03:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:03:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6d697a5d-a8c0-4782-b2fa-ac64e2963694 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:03:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:03:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9e2cbfdf-7642-41fb-9e5b-0d98c949193e initialized
May 22, 2024 5:03: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/1716354236680/
May 22, 2024 5:03:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:03:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:03: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/1716354236680/
May 22, 2024 5:03:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:03:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9e2cbfdf-7642-41fb-9e5b-0d98c949193e shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:03:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:03:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bceb9855-dd4a-4050-a5ae-e384dc87a76b initialized
May 22, 2024 5:03: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/1716354237016/
May 22, 2024 5:03:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:03:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:03: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/1716354237016/
May 22, 2024 5:03:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:03:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bceb9855-dd4a-4050-a5ae-e384dc87a76b shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:03:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:03:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 704de156-7e7f-476c-8ec0-cf7a73d865c2 initialized
May 22, 2024 5:03: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/1716354237342/
May 22, 2024 5:03:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:03:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:03: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/1716354237342/
May 22, 2024 5:03:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:03:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 704de156-7e7f-476c-8ec0-cf7a73d865c2 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:03:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:03:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7d40c946-2b29-476b-bd11-b0ab9f90a359 initialized
May 22, 2024 5:03: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/1716354237630/
May 22, 2024 5:03:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:03:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:03: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/1716354237630/
May 22, 2024 5:03:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:03:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7d40c946-2b29-476b-bd11-b0ab9f90a359 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:03:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:03:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7371b1ac-36a6-4cc9-a42b-9d4230c7aff1 initialized
May 22, 2024 5:03: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/1716354237908/
May 22, 2024 5:03:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:03:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:03: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/1716354237908/
May 22, 2024 5:03:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:03:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:03:58 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7371b1ac-36a6-4cc9-a42b-9d4230c7aff1 shut down
May 22, 2024 5:03: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 22, 2024 5:03:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:03:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:03:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:03:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 379658fd-66d3-485a-a703-00ab14cc1069 initialized
May 22, 2024 5:03: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/1716354238230/
May 22, 2024 5:03:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:03:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:03: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/1716354238230/
May 22, 2024 5:03:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:03:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:03:58 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 379658fd-66d3-485a-a703-00ab14cc1069 shut down
May 22, 2024 5:03: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 22, 2024 5:03:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:03:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:03:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:03:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container eca93b34-7130-4ee2-a8da-e205a4f5664f initialized
May 22, 2024 5:03: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/1716354238516/
May 22, 2024 5:03:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:03:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:03: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/1716354238516/
May 22, 2024 5:03:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:03:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:03:58 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container eca93b34-7130-4ee2-a8da-e205a4f5664f shut down
May 22, 2024 5:03: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 22, 2024 5:03:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:03:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:03:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:03:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 30ebe15e-5c32-4ec7-b4d4-d0c35597bbce initialized
May 22, 2024 5:03: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/1716354238845/
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:03: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/1716354238845/
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 30ebe15e-5c32-4ec7-b4d4-d0c35597bbce shut down
May 22, 2024 5:03: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 22, 2024 5:03:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b288a338-586f-4d0f-94e1-fc43e41ab619 initialized
May 22, 2024 5:03: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/1716354239132/
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:03: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/1716354239132/
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b288a338-586f-4d0f-94e1-fc43e41ab619 shut down
May 22, 2024 5:03: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 22, 2024 5:03:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d1431dc1-6955-4d48-ad54-a3ce4cb9a1e4 initialized
May 22, 2024 5:03: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/1716354239412/
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:03: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/1716354239412/
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d1431dc1-6955-4d48-ad54-a3ce4cb9a1e4 shut down
May 22, 2024 5:03: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 22, 2024 5:03:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 319fbbe9-7daf-4b56-af03-1bbfee0e3740 initialized
May 22, 2024 5:03: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/1716354239702/
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:03: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/1716354239702/
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 319fbbe9-7daf-4b56-af03-1bbfee0e3740 shut down
May 22, 2024 5:03: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 22, 2024 5:03:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:03:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ae606b70-5a3b-40dd-b7bc-ab6029e5d222 initialized
May 22, 2024 5:03: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/1716354239941/
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354239941/
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ae606b70-5a3b-40dd-b7bc-ab6029e5d222 shut down
May 22, 2024 5:04: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 22, 2024 5:04:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fc45f10b-51e5-4528-92c0-a79a6de89fbe initialized
May 22, 2024 5:04: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/1716354240275/
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354240275/
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fc45f10b-51e5-4528-92c0-a79a6de89fbe shut down
May 22, 2024 5:04: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 22, 2024 5:04:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 26cad782-00ba-4eb1-bf11-a081ed477f56 initialized
May 22, 2024 5:04: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/1716354240500/
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354240500/
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 26cad782-00ba-4eb1-bf11-a081ed477f56 shut down
May 22, 2024 5:04: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 22, 2024 5:04:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 68969826-6d52-4de7-9881-f7b3398f22d5 initialized
May 22, 2024 5:04: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/1716354240725/
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354240725/
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 68969826-6d52-4de7-9881-f7b3398f22d5 shut down
May 22, 2024 5:04: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 22, 2024 5:04:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 217663bd-57db-4f7f-b08d-6da21828efe9 initialized
May 22, 2024 5:04: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/1716354240987/
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354240987/
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 217663bd-57db-4f7f-b08d-6da21828efe9 shut down
May 22, 2024 5:04: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 22, 2024 5:04:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bdabc1ba-01e4-4aac-bbb8-f86182f7e14a initialized
May 22, 2024 5:04: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/1716354241200/
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354241200/
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bdabc1ba-01e4-4aac-bbb8-f86182f7e14a shut down
May 22, 2024 5:04: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 22, 2024 5:04:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9c8dafd9-d19d-446e-bef3-a445d6f2d881 initialized
May 22, 2024 5:04: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/1716354241433/
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354241433/
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9c8dafd9-d19d-446e-bef3-a445d6f2d881 shut down
May 22, 2024 5:04: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 22, 2024 5:04:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 705e5653-74bd-40e2-9a41-5956098918b7 initialized
May 22, 2024 5:04: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/1716354241717/
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354241717/
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 705e5653-74bd-40e2-9a41-5956098918b7 shut down
May 22, 2024 5:04: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 22, 2024 5:04:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b110852e-4012-430a-b5c5-7acb5b29c897 initialized
May 22, 2024 5:04: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/1716354241936/
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354241936/
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b110852e-4012-430a-b5c5-7acb5b29c897 shut down
May 22, 2024 5:04:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container babf1b78-8bc8-404b-a4c5-29f3f2e6326b initialized
May 22, 2024 5:04: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/1716354242143/
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354242143/
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container babf1b78-8bc8-404b-a4c5-29f3f2e6326b shut down
May 22, 2024 5:04:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e900619b-73b0-4c38-a478-d1aa1e808c85 initialized
May 22, 2024 5:04: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/1716354242381/
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354242381/
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e900619b-73b0-4c38-a478-d1aa1e808c85 shut down
May 22, 2024 5:04:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 23dc4f12-7af1-483c-a9cd-5448d5ecccb0 initialized
May 22, 2024 5:04: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/1716354242617/
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354242617/
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 23dc4f12-7af1-483c-a9cd-5448d5ecccb0 shut down
May 22, 2024 5:04:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bbaf6630-556c-4b13-a35b-3ede4c897b52 initialized
May 22, 2024 5:04: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/1716354242843/
May 22, 2024 5:04:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354242843/
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bbaf6630-556c-4b13-a35b-3ede4c897b52 shut down
May 22, 2024 5:04: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 22, 2024 5:04:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7c7ef6c5-dc60-4846-aeaa-7d6923e96501 initialized
May 22, 2024 5:04: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/1716354243121/
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354243121/
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7c7ef6c5-dc60-4846-aeaa-7d6923e96501 shut down
May 22, 2024 5:04: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 22, 2024 5:04:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8a5140ae-ac0a-486f-a91e-db4bd7ded832 initialized
May 22, 2024 5:04: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/1716354243336/
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354243336/
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8a5140ae-ac0a-486f-a91e-db4bd7ded832 shut down
May 22, 2024 5:04: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 22, 2024 5:04:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d0fc0dd4-ac6b-4956-ad0c-a6b9a0393e23 initialized
May 22, 2024 5:04: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/1716354243547/
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354243547/
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d0fc0dd4-ac6b-4956-ad0c-a6b9a0393e23 shut down
May 22, 2024 5:04: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 22, 2024 5:04:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5a5dbeff-573a-445c-a933-f59b02a1a166 initialized
May 22, 2024 5:04: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/1716354243787/
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354243787/
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5a5dbeff-573a-445c-a933-f59b02a1a166 shut down
May 22, 2024 5:04: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 22, 2024 5:04:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d8ed33d9-dea2-4f6b-add4-476266b275e9 initialized
May 22, 2024 5:04: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/1716354243989/
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354243989/
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d8ed33d9-dea2-4f6b-add4-476266b275e9 shut down
May 22, 2024 5:04: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 22, 2024 5:04:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f6226809-8cba-4258-a86f-0ab2c8dd250a initialized
May 22, 2024 5:04: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/1716354244193/
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354244193/
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f6226809-8cba-4258-a86f-0ab2c8dd250a shut down
May 22, 2024 5:04: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 22, 2024 5:04:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 142d493f-4dd9-41d3-8c03-3c14dccbff8e initialized
May 22, 2024 5:04: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/1716354244407/
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354244407/
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 142d493f-4dd9-41d3-8c03-3c14dccbff8e shut down
May 22, 2024 5:04: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 22, 2024 5:04:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 98c794e0-e491-4ed0-bd65-bb27c13bbb8a initialized
May 22, 2024 5:04: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/1716354244685/
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354244685/
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 98c794e0-e491-4ed0-bd65-bb27c13bbb8a shut down
May 22, 2024 5:04: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 22, 2024 5:04:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ed6e1cb4-1187-4de6-ab56-36b19358307c initialized
May 22, 2024 5:04: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/1716354244897/
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354244897/
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ed6e1cb4-1187-4de6-ab56-36b19358307c shut down
May 22, 2024 5:04: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 22, 2024 5:04:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 111e8fa1-9d1d-453f-a74b-e8808b9d7489 initialized
May 22, 2024 5:04: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/1716354245106/
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354245106/
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 111e8fa1-9d1d-453f-a74b-e8808b9d7489 shut down
May 22, 2024 5:04: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 22, 2024 5:04:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 56c32626-eacb-4b89-a839-959bdc7d767f initialized
May 22, 2024 5:04: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/1716354245314/
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354245314/
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 56c32626-eacb-4b89-a839-959bdc7d767f shut down
May 22, 2024 5:04: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 22, 2024 5:04:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3fae3aac-f0e2-4772-a25b-5829c00a90d2 initialized
May 22, 2024 5:04: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/1716354245552/
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354245552/
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3fae3aac-f0e2-4772-a25b-5829c00a90d2 shut down
May 22, 2024 5:04: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 22, 2024 5:04:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 00c29060-c5de-4675-8d67-7a5228b38ed9 initialized
May 22, 2024 5:04: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/1716354245763/
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354245763/
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 00c29060-c5de-4675-8d67-7a5228b38ed9 shut down
May 22, 2024 5:04: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 22, 2024 5:04:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3a7da2c2-6042-46a1-b2bb-3f07918ba8cf initialized
May 22, 2024 5:04: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/1716354245984/
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354245984/
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3a7da2c2-6042-46a1-b2bb-3f07918ba8cf shut down
May 22, 2024 5:04: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 22, 2024 5:04:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5a46aaf9-6446-4055-a655-dbfd59fd875e initialized
May 22, 2024 5:04: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/1716354246293/
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354246293/
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5a46aaf9-6446-4055-a655-dbfd59fd875e shut down
May 22, 2024 5:04: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 22, 2024 5:04:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3399e542-4499-4788-b697-9400daf53a90 initialized
May 22, 2024 5:04: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/1716354246491/
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354246491/
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3399e542-4499-4788-b697-9400daf53a90 shut down
May 22, 2024 5:04: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 22, 2024 5:04:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4653bf06-983b-4f57-baa2-99222ee7a5e0 initialized
May 22, 2024 5:04: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/1716354246677/
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354246677/
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4653bf06-983b-4f57-baa2-99222ee7a5e0 shut down
May 22, 2024 5:04: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 22, 2024 5:04:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bc170b43-eacc-40cf-9f3d-74f1c4acc8c0 initialized
May 22, 2024 5:04: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/1716354246879/
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354246879/
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bc170b43-eacc-40cf-9f3d-74f1c4acc8c0 shut down
May 22, 2024 5:04: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 22, 2024 5:04:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f284dda4-5d63-41d8-9b61-1dd5e6d80e82 initialized
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354247053/
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354247053/
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f284dda4-5d63-41d8-9b61-1dd5e6d80e82 shut down
May 22, 2024 5:04: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 22, 2024 5:04:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0c8f8016-a268-4d69-a889-e14e0b2fdc63 initialized
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354247256/
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354247256/
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0c8f8016-a268-4d69-a889-e14e0b2fdc63 shut down
May 22, 2024 5:04: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 22, 2024 5:04:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ebf8276d-29ec-452e-b18b-2a8a1379c4c0 initialized
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354247493/
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354247493/
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ebf8276d-29ec-452e-b18b-2a8a1379c4c0 shut down
[INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.78 s -- in org.eclipse.jnosql.mapping.graph.DefaultEdgeTraversalTest
[INFO] Running org.eclipse.jnosql.mapping.graph.DefaultGraphTemplateProducerTest
May 22, 2024 5:04: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 22, 2024 5:04:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3715a7f4-7e8d-44e4-a004-b0905a47645a initialized
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
May 22, 2024 5:04:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3715a7f4-7e8d-44e4-a004-b0905a47645a shut down
May 22, 2024 5:04: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 22, 2024 5:04:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container eedb9925-1335-4844-8917-39fbbe16e8bd initialized
May 22, 2024 5:04:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container eedb9925-1335-4844-8917-39fbbe16e8bd shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.125 s -- in org.eclipse.jnosql.mapping.graph.DefaultGraphTemplateProducerTest
[INFO] Running org.eclipse.jnosql.mapping.graph.DefaultGraphTraversalSourceTemplateTest
May 22, 2024 5:04: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 22, 2024 5:04:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 173020d5-d27b-4773-87fe-9433b459409f initialized
May 22, 2024 5:04: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/1716354249100/
May 22, 2024 5:04:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354249100/
May 22, 2024 5:04:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:09 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 173020d5-d27b-4773-87fe-9433b459409f shut down
May 22, 2024 5:04: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 22, 2024 5:04:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7cefc537-b5dc-49ef-9092-8b058a1f030d initialized
May 22, 2024 5:04: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/1716354249749/
May 22, 2024 5:04:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354249749/
May 22, 2024 5:04:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7cefc537-b5dc-49ef-9092-8b058a1f030d shut down
May 22, 2024 5:04: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 22, 2024 5:04:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 751121bb-7868-442b-a8ca-5e31f2f6f616 initialized
May 22, 2024 5:04: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/1716354250228/
May 22, 2024 5:04:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354250228/
May 22, 2024 5:04:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 751121bb-7868-442b-a8ca-5e31f2f6f616 shut down
May 22, 2024 5:04: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 22, 2024 5:04:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8c3d2b09-aef1-4003-8287-d0106073c912 initialized
May 22, 2024 5:04: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/1716354250630/
May 22, 2024 5:04:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354250630/
May 22, 2024 5:04:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8c3d2b09-aef1-4003-8287-d0106073c912 shut down
May 22, 2024 5:04: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 22, 2024 5:04:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f5d74bdc-8823-4bcb-b7dd-558772620d83 initialized
May 22, 2024 5:04: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/1716354251094/
May 22, 2024 5:04:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354251094/
May 22, 2024 5:04:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f5d74bdc-8823-4bcb-b7dd-558772620d83 shut down
May 22, 2024 5:04: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 22, 2024 5:04:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ffa777f8-14fa-4ba0-b1e6-93641b938c3e initialized
May 22, 2024 5:04: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/1716354251445/
May 22, 2024 5:04:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354251445/
May 22, 2024 5:04:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ffa777f8-14fa-4ba0-b1e6-93641b938c3e shut down
May 22, 2024 5:04: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 22, 2024 5:04:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7cccf7a5-e956-47c8-ab05-dc2d23dfa50a initialized
May 22, 2024 5:04: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/1716354251775/
May 22, 2024 5:04:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354251775/
May 22, 2024 5:04:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7cccf7a5-e956-47c8-ab05-dc2d23dfa50a shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 541ba571-261a-4375-b236-4ce0ac0a8d12 initialized
May 22, 2024 5:04: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/1716354252100/
May 22, 2024 5:04:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354252100/
May 22, 2024 5:04:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 541ba571-261a-4375-b236-4ce0ac0a8d12 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 86579ae8-54ee-497d-bcb9-ded63144db7b initialized
May 22, 2024 5:04: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/1716354252418/
May 22, 2024 5:04:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354252418/
May 22, 2024 5:04:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 86579ae8-54ee-497d-bcb9-ded63144db7b shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8ea47cde-ad60-4006-b662-59f53300a2ab initialized
May 22, 2024 5:04: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/1716354252744/
May 22, 2024 5:04:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354252744/
May 22, 2024 5:04:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8ea47cde-ad60-4006-b662-59f53300a2ab shut down
May 22, 2024 5:04: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 22, 2024 5:04:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1aa009fb-3771-483d-aa15-7a5b0b301a4b initialized
May 22, 2024 5:04: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/1716354253133/
May 22, 2024 5:04:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354253133/
May 22, 2024 5:04:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1aa009fb-3771-483d-aa15-7a5b0b301a4b shut down
May 22, 2024 5:04: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 22, 2024 5:04:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c194a165-adc3-4c7f-a32d-076cc78679e9 initialized
May 22, 2024 5:04: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/1716354253422/
May 22, 2024 5:04:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354253422/
May 22, 2024 5:04:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c194a165-adc3-4c7f-a32d-076cc78679e9 shut down
May 22, 2024 5:04: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 22, 2024 5:04:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d9e71a08-76bb-4bbd-9d03-f221b525a866 initialized
May 22, 2024 5:04: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/1716354253746/
May 22, 2024 5:04:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354253746/
May 22, 2024 5:04:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d9e71a08-76bb-4bbd-9d03-f221b525a866 shut down
May 22, 2024 5:04: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 22, 2024 5:04:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:14 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:14 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2018a4ac-013d-4d64-9f9e-534fa14d6c31 initialized
May 22, 2024 5:04: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/1716354254083/
May 22, 2024 5:04:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354254083/
May 22, 2024 5:04:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:15 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2018a4ac-013d-4d64-9f9e-534fa14d6c31 shut down
May 22, 2024 5:04: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 22, 2024 5:04:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ad80aa1f-85d5-47ea-9c56-c4807e6e06ae initialized
May 22, 2024 5:04: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/1716354255219/
May 22, 2024 5:04:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354255219/
May 22, 2024 5:04:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:16 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ad80aa1f-85d5-47ea-9c56-c4807e6e06ae shut down
May 22, 2024 5:04: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 22, 2024 5:04:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a0a16403-2356-4e89-9b48-d118b6af187f initialized
May 22, 2024 5:04: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/1716354256499/
May 22, 2024 5:04:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354256499/
May 22, 2024 5:04:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:16 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a0a16403-2356-4e89-9b48-d118b6af187f shut down
May 22, 2024 5:04: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 22, 2024 5:04:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c778447f-dc5f-4185-9414-2c961ede904b initialized
May 22, 2024 5:04: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/1716354256785/
May 22, 2024 5:04:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354256785/
May 22, 2024 5:04:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:16 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c778447f-dc5f-4185-9414-2c961ede904b shut down
May 22, 2024 5:04: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 22, 2024 5:04:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1ed358e2-43d0-4ec7-be96-cf5f1fb1281a initialized
May 22, 2024 5:04: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/1716354257058/
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354257058/
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1ed358e2-43d0-4ec7-be96-cf5f1fb1281a shut down
May 22, 2024 5:04: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 22, 2024 5:04:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 146d3645-e48e-467d-b8e7-16d06f35b89c initialized
May 22, 2024 5:04: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/1716354257357/
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354257357/
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 146d3645-e48e-467d-b8e7-16d06f35b89c shut down
May 22, 2024 5:04: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 22, 2024 5:04:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 694c5243-723f-4553-8bec-989ce4c6ece7 initialized
May 22, 2024 5:04: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/1716354257639/
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354257639/
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 694c5243-723f-4553-8bec-989ce4c6ece7 shut down
May 22, 2024 5:04: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 22, 2024 5:04:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:17 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 74a85701-7873-4f70-a90d-c3a135eb6632 initialized
May 22, 2024 5:04: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/1716354257943/
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354257943/
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 74a85701-7873-4f70-a90d-c3a135eb6632 shut down
May 22, 2024 5:04: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 22, 2024 5:04:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fdd24582-cb06-44ca-8be2-c159cc24f87d initialized
May 22, 2024 5:04: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/1716354258238/
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354258238/
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fdd24582-cb06-44ca-8be2-c159cc24f87d shut down
May 22, 2024 5:04: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 22, 2024 5:04:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b7e718cb-6948-4642-a13b-c611bcb10640 initialized
May 22, 2024 5:04: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/1716354258507/
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354258507/
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b7e718cb-6948-4642-a13b-c611bcb10640 shut down
May 22, 2024 5:04: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 22, 2024 5:04:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bf37fb7a-f77f-4607-bd0a-e2bc9e6d3b28 initialized
May 22, 2024 5:04: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/1716354258790/
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354258790/
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bf37fb7a-f77f-4607-bd0a-e2bc9e6d3b28 shut down
May 22, 2024 5:04: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 22, 2024 5:04:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:18 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ec253d84-db34-486e-9415-8fc804cb9a6e initialized
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354259043/
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354259043/
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ec253d84-db34-486e-9415-8fc804cb9a6e shut down
May 22, 2024 5:04:19 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 72226164-22e0-4e81-ad17-67aa45910e98 initialized
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354259314/
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354259314/
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 72226164-22e0-4e81-ad17-67aa45910e98 shut down
May 22, 2024 5:04:19 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 88b967ec-db1a-49a7-846a-21d3812d58ce initialized
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354259590/
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354259590/
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 88b967ec-db1a-49a7-846a-21d3812d58ce shut down
May 22, 2024 5:04:19 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b220f574-59ed-4ad7-9e0d-e0dbfd11cc0c initialized
May 22, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354259870/
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354259870/
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b220f574-59ed-4ad7-9e0d-e0dbfd11cc0c shut down
May 22, 2024 5:04:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1312f4c3-2e71-45fa-b30f-f473996c0277 initialized
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354260126/
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354260126/
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1312f4c3-2e71-45fa-b30f-f473996c0277 shut down
May 22, 2024 5:04:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ae589164-d02b-462a-beb8-1cc7b767a24f initialized
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354260390/
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354260390/
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ae589164-d02b-462a-beb8-1cc7b767a24f shut down
May 22, 2024 5:04:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c28c9ef2-cf44-4cd6-85da-586e73ac8d7c initialized
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354260643/
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354260643/
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c28c9ef2-cf44-4cd6-85da-586e73ac8d7c shut down
May 22, 2024 5:04:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ddc65724-ce4d-4aa6-bc86-806b42ee64b9 initialized
May 22, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354260902/
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354260902/
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ddc65724-ce4d-4aa6-bc86-806b42ee64b9 shut down
May 22, 2024 5:04:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 93cbafcc-f2f4-4922-a2a6-82e8fd49f35e initialized
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354261151/
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354261151/
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 93cbafcc-f2f4-4922-a2a6-82e8fd49f35e shut down
May 22, 2024 5:04:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2bee7477-1ee8-483a-8487-4d94ce8bbb76 initialized
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354261422/
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354261422/
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2bee7477-1ee8-483a-8487-4d94ce8bbb76 shut down
May 22, 2024 5:04:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 409dc092-6bbe-42df-8ca8-5a005386fe05 initialized
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354261696/
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354261696/
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 409dc092-6bbe-42df-8ca8-5a005386fe05 shut down
May 22, 2024 5:04:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 05975737-5bda-4f02-acc8-212beeaa70b8 initialized
May 22, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354261979/
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354261979/
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 05975737-5bda-4f02-acc8-212beeaa70b8 shut down
May 22, 2024 5:04:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8561c631-da5b-445f-b488-3b7c69dffb03 initialized
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354262274/
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354262274/
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8561c631-da5b-445f-b488-3b7c69dffb03 shut down
May 22, 2024 5:04:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 35298791-dc14-4e04-8718-1235290b0456 initialized
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354262519/
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354262519/
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 35298791-dc14-4e04-8718-1235290b0456 shut down
May 22, 2024 5:04:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1cb3cf64-c824-4bb5-97d7-f3b33ae60997 initialized
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354262767/
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354262767/
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1cb3cf64-c824-4bb5-97d7-f3b33ae60997 shut down
May 22, 2024 5:04:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 53c7ae22-4a47-4ca1-8b24-3a4fc6a227ee initialized
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354263013/
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354263013/
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 53c7ae22-4a47-4ca1-8b24-3a4fc6a227ee shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7486eaa2-eb08-411c-8ccc-4b46df3c26fa initialized
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354263277/
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354263277/
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7486eaa2-eb08-411c-8ccc-4b46df3c26fa shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a0f9e5c4-52a8-4f89-b294-be8cbdbc29df initialized
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354263525/
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354263525/
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a0f9e5c4-52a8-4f89-b294-be8cbdbc29df shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d1761be3-b36e-42f4-b131-3634badcfce0 initialized
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354263755/
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354263755/
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d1761be3-b36e-42f4-b131-3634badcfce0 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bad9cd7a-a5f9-47c5-902a-cd7603821ee9 initialized
May 22, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354263989/
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354263989/
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:24 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bad9cd7a-a5f9-47c5-902a-cd7603821ee9 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e83d5d10-76f1-4a02-b93a-0992d47a0df2 initialized
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354264223/
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354264223/
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:24 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e83d5d10-76f1-4a02-b93a-0992d47a0df2 shut down
[INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.60 s -- in org.eclipse.jnosql.mapping.graph.DefaultGraphTraversalSourceTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.graph.DefaultValueMapTraversalTest
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 32ca8cf5-9060-4b13-a1ea-7d44e418533a initialized
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354264473/
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354264473/
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:24 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 32ca8cf5-9060-4b13-a1ea-7d44e418533a shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e10df202-6df7-481b-b24a-fe5554c5c252 initialized
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354264727/
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354264727/
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:24 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e10df202-6df7-481b-b24a-fe5554c5c252 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1a880225-42cc-456b-94b6-22551a913392 initialized
May 22, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354264973/
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354264973/
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1a880225-42cc-456b-94b6-22551a913392 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 75a9d0a4-eb9f-4929-a9d7-afba97181db2 initialized
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354265196/
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354265196/
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 75a9d0a4-eb9f-4929-a9d7-afba97181db2 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2fa69586-632c-4f1e-b8cd-c40365fc4c7c initialized
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354265425/
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354265425/
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2fa69586-632c-4f1e-b8cd-c40365fc4c7c shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0f4fbb8d-f298-4ff9-87ff-9c764ce6d68a initialized
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354265681/
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354265681/
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0f4fbb8d-f298-4ff9-87ff-9c764ce6d68a shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0778329f-009d-4e25-9215-47dbc6921558 initialized
May 22, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354265906/
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354265906/
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0778329f-009d-4e25-9215-47dbc6921558 shut down
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.672 s -- in org.eclipse.jnosql.mapping.graph.DefaultValueMapTraversalTest
[INFO] Running org.eclipse.jnosql.mapping.graph.DefaultVertexTraversalTest
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1af96704-5973-4a9b-a3b4-6e83bb23d379 initialized
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354266129/
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354266129/
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1af96704-5973-4a9b-a3b4-6e83bb23d379 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 83c2ae87-ce4b-4c0e-9a2f-08756d58b967 initialized
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354266349/
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354266349/
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 83c2ae87-ce4b-4c0e-9a2f-08756d58b967 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 68e8cf7a-a1b9-4133-8fa6-f25bc39e2a96 initialized
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354266586/
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354266586/
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 68e8cf7a-a1b9-4133-8fa6-f25bc39e2a96 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 044c6989-ef5d-4787-a1e3-6bf524bc08cb initialized
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354266803/
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354266803/
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 044c6989-ef5d-4787-a1e3-6bf524bc08cb shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 30750ebb-3fd5-45eb-9729-58e6f5d42909 initialized
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354267000/
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354267000/
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 30750ebb-3fd5-45eb-9729-58e6f5d42909 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 32397d3f-0b4c-4918-87d3-bf214d010b3f initialized
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354267213/
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354267213/
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 32397d3f-0b4c-4918-87d3-bf214d010b3f shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1a97748e-f5f4-4999-931f-6c4c6586fbb9 initialized
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354267417/
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354267417/
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1a97748e-f5f4-4999-931f-6c4c6586fbb9 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2e6f1b3b-3828-496a-8a71-f2a59636b1bc initialized
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354267617/
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354267617/
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2e6f1b3b-3828-496a-8a71-f2a59636b1bc shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2e252757-e123-4554-a9a6-641fcf829573 initialized
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354267828/
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354267828/
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2e252757-e123-4554-a9a6-641fcf829573 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 38d7b01b-1db2-49fe-91a8-7872b31930ff initialized
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354268042/
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354268042/
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:28 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 38d7b01b-1db2-49fe-91a8-7872b31930ff shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 31eda0c0-f284-49b2-a713-cd575441fe13 initialized
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354268252/
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354268252/
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:28 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 31eda0c0-f284-49b2-a713-cd575441fe13 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fca3499c-d75f-4632-a7f7-09c702803809 initialized
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354268459/
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354268459/
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:28 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fca3499c-d75f-4632-a7f7-09c702803809 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 86bcdd23-c7eb-4117-97f8-497ae394bbf0 initialized
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354268665/
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354268665/
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:28 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 86bcdd23-c7eb-4117-97f8-497ae394bbf0 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a3abc7d1-3115-4c91-ae75-f9e5550363d6 initialized
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354268870/
May 22, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354268870/
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:29 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a3abc7d1-3115-4c91-ae75-f9e5550363d6 shut down
May 22, 2024 5:04:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c83db4fb-5968-4063-b306-41b5000a19b3 initialized
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354269077/
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354269077/
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:29 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c83db4fb-5968-4063-b306-41b5000a19b3 shut down
May 22, 2024 5:04:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a2b179df-0968-4383-86c3-4980847695e0 initialized
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354269256/
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354269256/
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:29 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a2b179df-0968-4383-86c3-4980847695e0 shut down
May 22, 2024 5:04:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a9374305-2774-4429-888a-c9c5dbcd0a7c initialized
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354269444/
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354269444/
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:29 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a9374305-2774-4429-888a-c9c5dbcd0a7c shut down
May 22, 2024 5:04:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 26f8d62e-dab8-4909-bda5-2abc643f1922 initialized
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354269651/
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354269651/
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:29 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 26f8d62e-dab8-4909-bda5-2abc643f1922 shut down
May 22, 2024 5:04:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 26d2af16-13c2-4fda-82f7-8e8596422bb2 initialized
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354269848/
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354269848/
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:29 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 26d2af16-13c2-4fda-82f7-8e8596422bb2 shut down
May 22, 2024 5:04:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6078f885-9d1d-49cf-8353-4dc8748e685a initialized
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354270045/
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354270045/
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:30 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6078f885-9d1d-49cf-8353-4dc8748e685a shut down
May 22, 2024 5:04:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container eed6cc64-cafe-41dc-be5e-9673ab4ebaf8 initialized
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354270243/
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354270243/
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:30 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container eed6cc64-cafe-41dc-be5e-9673ab4ebaf8 shut down
May 22, 2024 5:04:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f323489d-b8d5-432a-ab7a-81acab00240a initialized
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354270436/
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354270436/
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:30 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f323489d-b8d5-432a-ab7a-81acab00240a shut down
May 22, 2024 5:04:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a3a42ef7-3863-4f67-bc97-f68290b0a4f5 initialized
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354270640/
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354270640/
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:30 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a3a42ef7-3863-4f67-bc97-f68290b0a4f5 shut down
May 22, 2024 5:04:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1cd72962-dc0c-46d4-92af-cbfbf7175277 initialized
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354270849/
May 22, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354270849/
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:31 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1cd72962-dc0c-46d4-92af-cbfbf7175277 shut down
May 22, 2024 5:04:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b81eae5e-c428-4732-8fdf-e2a9c8688f50 initialized
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354271077/
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354271077/
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:31 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b81eae5e-c428-4732-8fdf-e2a9c8688f50 shut down
May 22, 2024 5:04:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 82ba3681-ecf8-432a-81de-2a4ab7f7f07d initialized
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354271273/
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354271273/
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:31 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 82ba3681-ecf8-432a-81de-2a4ab7f7f07d shut down
May 22, 2024 5:04:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 38b12cf6-3cde-4014-9f00-d50d10e1c9d9 initialized
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354271481/
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354271481/
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:31 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 38b12cf6-3cde-4014-9f00-d50d10e1c9d9 shut down
May 22, 2024 5:04:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dc86f18a-a11a-4e36-8967-4fa5446de472 initialized
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354271682/
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354271682/
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:31 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dc86f18a-a11a-4e36-8967-4fa5446de472 shut down
May 22, 2024 5:04:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bac11d76-76fd-4867-b2dd-d03b7d647702 initialized
May 22, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354271884/
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354271884/
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:32 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bac11d76-76fd-4867-b2dd-d03b7d647702 shut down
May 22, 2024 5:04:32 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8c71c950-731b-4c9b-8db1-b5690ab9e632 initialized
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354272086/
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354272086/
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:32 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8c71c950-731b-4c9b-8db1-b5690ab9e632 shut down
May 22, 2024 5:04:32 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3be112d3-f346-4284-ad84-724c19dd20a3 initialized
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354272288/
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354272288/
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:32 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3be112d3-f346-4284-ad84-724c19dd20a3 shut down
May 22, 2024 5:04:32 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d1307aee-ab89-4515-8c4e-f7c3bf3576f6 initialized
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354272484/
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354272484/
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:32 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d1307aee-ab89-4515-8c4e-f7c3bf3576f6 shut down
May 22, 2024 5:04:32 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 51f6c98e-86a3-4f17-b121-9d3da8a95f18 initialized
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354272670/
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354272670/
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:32 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 51f6c98e-86a3-4f17-b121-9d3da8a95f18 shut down
May 22, 2024 5:04:32 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 22, 2024 5:04:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e18c3e62-5f49-4730-b06f-199d91d743f6 initialized
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354272871/
May 22, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354272871/
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e18c3e62-5f49-4730-b06f-199d91d743f6 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0d0aea3b-457d-4b75-a5d8-26f44f2bbcd9 initialized
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354273069/
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354273069/
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0d0aea3b-457d-4b75-a5d8-26f44f2bbcd9 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dc83435f-7c9d-42ab-a1f3-fa8616b16e7a initialized
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354273261/
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354273261/
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dc83435f-7c9d-42ab-a1f3-fa8616b16e7a shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bd21ea6a-c8a7-4a79-9871-ab392888c164 initialized
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354273451/
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354273451/
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bd21ea6a-c8a7-4a79-9871-ab392888c164 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 354e621b-2d59-4112-a018-d9c57578d926 initialized
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354273639/
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354273639/
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 354e621b-2d59-4112-a018-d9c57578d926 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2483e654-12ea-47a4-ab40-d4158d311ea7 initialized
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354273831/
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354273831/
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2483e654-12ea-47a4-ab40-d4158d311ea7 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d3cbba16-5cea-45a5-9708-e54bbf9079ee initialized
May 22, 2024 5:04: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/1716354274020/
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354274020/
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d3cbba16-5cea-45a5-9708-e54bbf9079ee shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container edab1a84-dc2d-4e61-b105-9ba9b5935df5 initialized
May 22, 2024 5:04: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/1716354274208/
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354274208/
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container edab1a84-dc2d-4e61-b105-9ba9b5935df5 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3d920255-5ca4-46ad-9a43-85a9924b507e initialized
May 22, 2024 5:04: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/1716354274395/
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354274395/
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3d920255-5ca4-46ad-9a43-85a9924b507e shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 474784dc-9a59-49b9-98a4-468b04d01dc9 initialized
May 22, 2024 5:04: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/1716354274578/
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354274578/
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 474784dc-9a59-49b9-98a4-468b04d01dc9 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f0d63163-f3d4-4203-b79e-54950399e979 initialized
May 22, 2024 5:04: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/1716354274760/
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354274760/
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f0d63163-f3d4-4203-b79e-54950399e979 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ed67c3c3-8311-4f66-9459-54b2a28905b7 initialized
May 22, 2024 5:04: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/1716354274945/
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354274945/
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:35 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ed67c3c3-8311-4f66-9459-54b2a28905b7 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9fb01f9d-6da7-4fec-85c3-fbc88150d2a3 initialized
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354275123/
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354275123/
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:35 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9fb01f9d-6da7-4fec-85c3-fbc88150d2a3 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4e93cabb-3e84-4bd2-834a-18e3657260c4 initialized
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354275307/
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354275307/
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:35 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4e93cabb-3e84-4bd2-834a-18e3657260c4 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 21773c73-80de-4145-8da4-cc635684396f initialized
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354275496/
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354275496/
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:35 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 21773c73-80de-4145-8da4-cc635684396f shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8317ec82-7c0e-4521-ba7b-564d53d4a894 initialized
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354275680/
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04: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/1716354275680/
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:35 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8317ec82-7c0e-4521-ba7b-564d53d4a894 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5cfc386a-4945-469c-a1c4-254585410a4a initialized
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354275858/
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354275858/
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5cfc386a-4945-469c-a1c4-254585410a4a shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6f735afa-23cb-4030-b874-689c9f430870 initialized
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354276045/
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354276045/
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6f735afa-23cb-4030-b874-689c9f430870 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 604db420-5a07-44dd-bdb0-4cbace85b395 initialized
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354276224/
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354276224/
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 604db420-5a07-44dd-bdb0-4cbace85b395 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1a7a5373-6b1d-4af2-bd66-a5171314076b initialized
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354276417/
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354276417/
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1a7a5373-6b1d-4af2-bd66-a5171314076b shut down
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.51 s -- in org.eclipse.jnosql.mapping.graph.DefaultVertexTraversalTest
[INFO] Running org.eclipse.jnosql.mapping.graph.EdgeEntityTest
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 28ea9641-5525-418f-a9f7-a5e8dfc1d57a initialized
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354276629/
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354276629/
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 28ea9641-5525-418f-a9f7-a5e8dfc1d57a shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0d1b677f-acd0-4d59-b8e9-920447cab5aa initialized
May 22, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0d1b677f-acd0-4d59-b8e9-920447cab5aa shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 22cb1278-1e7c-4a66-865d-755b5c92f0b7 initialized
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354276852/
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354276852/
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 22cb1278-1e7c-4a66-865d-755b5c92f0b7 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0a3c928e-de45-458f-af55-3d79c8ff8478 initialized
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354277030/
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354277030/
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0a3c928e-de45-458f-af55-3d79c8ff8478 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7d92fad8-31cd-4512-bf03-c7c9ba308e51 initialized
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354277212/
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354277212/
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7d92fad8-31cd-4512-bf03-c7c9ba308e51 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1858e04a-ad24-4cf2-93f4-cbc9b51ba5a0 initialized
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354277391/
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354277391/
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1858e04a-ad24-4cf2-93f4-cbc9b51ba5a0 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3309eb17-6cd3-47d2-b028-862724e0d57f initialized
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354277566/
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354277566/
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3309eb17-6cd3-47d2-b028-862724e0d57f shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 484a1333-e25a-4739-9606-d51494e3674b initialized
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354277738/
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354277738/
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 484a1333-e25a-4739-9606-d51494e3674b shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cc9f5bd1-03ea-4f6b-81a8-6907327a0520 initialized
May 22, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354277914/
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354277914/
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cc9f5bd1-03ea-4f6b-81a8-6907327a0520 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c61707cd-8ae0-4eb2-bc41-3a6d11fa77cb initialized
May 22, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c61707cd-8ae0-4eb2-bc41-3a6d11fa77cb shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a62c2f52-455f-41a6-8920-19e9483b6290 initialized
May 22, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a62c2f52-455f-41a6-8920-19e9483b6290 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e5ae5de2-bdd1-482d-bb7e-4ba0d22ab464 initialized
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354278173/
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354278173/
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e5ae5de2-bdd1-482d-bb7e-4ba0d22ab464 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b23ffc59-eabf-47af-b979-03ec805167db initialized
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354278348/
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354278348/
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b23ffc59-eabf-47af-b979-03ec805167db shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container df38ac77-e401-44c7-b0e1-64d94c10fdfa initialized
May 22, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container df38ac77-e401-44c7-b0e1-64d94c10fdfa shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e59f737b-2f28-4a00-aa80-2bd1bbd0d019 initialized
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354278572/
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354278572/
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e59f737b-2f28-4a00-aa80-2bd1bbd0d019 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1a7f9bb0-e8f5-438d-a4c2-ac22d29e968a initialized
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354278750/
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354278750/
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1a7f9bb0-e8f5-438d-a4c2-ac22d29e968a shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0bee662e-87c2-463e-8934-ca30a993e457 initialized
May 22, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354278921/
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354278921/
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0bee662e-87c2-463e-8934-ca30a993e457 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c380b896-858a-4e84-8cac-f67d9a3467dd initialized
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354279099/
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354279099/
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c380b896-858a-4e84-8cac-f67d9a3467dd shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 693e7c95-862e-4bf5-936e-2c76ad392553 initialized
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354279269/
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354279269/
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 693e7c95-862e-4bf5-936e-2c76ad392553 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b45e15fd-10f0-4391-8188-7e8e9b7634e4 initialized
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354279450/
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354279450/
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b45e15fd-10f0-4391-8188-7e8e9b7634e4 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ae5f1a11-3ddd-46dd-9d15-22abf95aff97 initialized
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354279619/
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354279619/
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ae5f1a11-3ddd-46dd-9d15-22abf95aff97 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d66bbc8b-4982-4954-83b7-72db618a01cf initialized
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354279791/
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354279791/
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d66bbc8b-4982-4954-83b7-72db618a01cf shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f865dc1b-b413-40bd-ae7b-051e28342eb8 initialized
May 22, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354279947/
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354279947/
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f865dc1b-b413-40bd-ae7b-051e28342eb8 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 33354475-5b50-4214-8a91-f4ed2f3c1cc6 initialized
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354280123/
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354280123/
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 33354475-5b50-4214-8a91-f4ed2f3c1cc6 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3f706522-0b41-4b26-a999-f8c170ad15cd initialized
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354280296/
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354280296/
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3f706522-0b41-4b26-a999-f8c170ad15cd shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fc3a2484-af00-4f1f-b404-cb56a8a09327 initialized
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fc3a2484-af00-4f1f-b404-cb56a8a09327 shut down
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.868 s -- in org.eclipse.jnosql.mapping.graph.EdgeEntityTest
[INFO] Running org.eclipse.jnosql.mapping.graph.GraphTemplateProducerTest
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9b2d7e9f-ddac-4e08-873f-11cdc643ddf9 initialized
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9b2d7e9f-ddac-4e08-873f-11cdc643ddf9 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c520ba25-e9c3-4b7e-848b-d5a024468019 initialized
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c520ba25-e9c3-4b7e-848b-d5a024468019 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.eclipse.jnosql.mapping.graph.GraphTemplateProducerTest
[INFO] Running org.eclipse.jnosql.mapping.graph.GraphTemplateTest
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2282bd95-d061-40b9-84cb-c06da87b629a initialized
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2282bd95-d061-40b9-84cb-c06da87b629a shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4064ed9d-638a-413f-82b6-f4d4a96f9811 initialized
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4064ed9d-638a-413f-82b6-f4d4a96f9811 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.eclipse.jnosql.mapping.graph.GraphTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.graph.configuration.GraphSupplierTest
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 439d00ca-82e8-4a0c-a9fc-9f399e66b11c initialized
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 439d00ca-82e8-4a0c-a9fc-9f399e66b11c shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f8b70b19-70db-459a-bf3f-2dc680bd1ce2 initialized
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f8b70b19-70db-459a-bf3f-2dc680bd1ce2 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 576983d7-b7c7-488a-91b0-7d0ea62a7c6a initialized
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 576983d7-b7c7-488a-91b0-7d0ea62a7c6a shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d89210c5-1cd6-43c2-9a6b-c3db6f1cc915 initialized
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d89210c5-1cd6-43c2-9a6b-c3db6f1cc915 shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s -- in org.eclipse.jnosql.mapping.graph.configuration.GraphSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.graph.spi.GraphExtensionTest
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 73fbc714-cb06-4013-90e4-a8c9bead6867 initialized
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354280850/
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1716354280850/
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
May 22, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
May 22, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 73fbc714-cb06-4013-90e4-a8c9bead6867 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1b326ea5-5f0d-45bd-aa55-7a85018f76a5 initialized
May 22, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1b326ea5-5f0d-45bd-aa55-7a85018f76a5 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4e5305bd-59ee-41d8-9dfa-45b1ce433b77 initialized
May 22, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4e5305bd-59ee-41d8-9dfa-45b1ce433b77 shut down
May 22, 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 22, 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<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 22, 2024 5:04:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
May 22, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
May 22, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
May 22, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 843ceb0c-f894-4db7-965a-77c4710a708c initialized
May 22, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 843ceb0c-f894-4db7-965a-77c4710a708c shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 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<Vertex, CommunicationEntity>{
[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:23: warning: no comment
[WARNING] COUNT=26, TRUE=27, FALSE=28, ASC=29, DESC=30, AND=31, OR=32, ABS=33, LENGTH=34,
[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] COUNT=26, TRUE=27, FALSE=28, ASC=29, DESC=30, AND=31, OR=32, ABS=33, LENGTH=34,
[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] COUNT=26, TRUE=27, FALSE=28, ASC=29, DESC=30, AND=31, OR=32, ABS=33, LENGTH=34,
[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_TIME=41, BETWEEN=42, LIKE=43, THIS=44, EQ=45, GT=46, LT=47, NEQ=48,
[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] 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] FROM=17, WHERE=18, SET=19, ORDER=20, BY=21, NOT=22, IN=23, IS=24, NULL=25,
[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] DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, STRING=63,
[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] GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, COMMA=56,
[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] GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, COMMA=56,
[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] COUNT=26, TRUE=27, FALSE=28, ASC=29, DESC=30, AND=31, OR=32, ABS=33, LENGTH=34,
[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, SELECT=14, UPDATE=15, DELETE=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] COUNT=26, TRUE=27, FALSE=28, ASC=29, DESC=30, AND=31, OR=32, ABS=33, LENGTH=34,
[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] GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, COMMA=56,
[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] DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, STRING=63,
[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] 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_TIME=41, BETWEEN=42, LIKE=43, THIS=44, EQ=45, GT=46, LT=47, NEQ=48,
[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] COUNT=26, TRUE=27, FALSE=28, ASC=29, DESC=30, AND=31, OR=32, ABS=33, LENGTH=34,
[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] FROM=17, WHERE=18, SET=19, ORDER=20, BY=21, NOT=22, IN=23, IS=24, NULL=25,
[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_TIME=41, BETWEEN=42, LIKE=43, THIS=44, EQ=45, GT=46, LT=47, NEQ=48,
[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] GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, COMMA=56,
[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] DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, STRING=63,
[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] FROM=17, WHERE=18, SET=19, ORDER=20, BY=21, NOT=22, IN=23, IS=24, NULL=25,
[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] 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] FROM=17, WHERE=18, SET=19, ORDER=20, BY=21, NOT=22, IN=23, IS=24, NULL=25,
[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] LOWER=35, UPPER=36, LEFT=37, RIGHT=38, LOCAL_DATE=39, LOCAL_DATETIME=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] COUNT=26, TRUE=27, FALSE=28, ASC=29, DESC=30, AND=31, OR=32, ABS=33, LENGTH=34,
[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_TIME=41, BETWEEN=42, LIKE=43, THIS=44, EQ=45, GT=46, LT=47, NEQ=48,
[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] 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] LOWER=35, UPPER=36, LEFT=37, RIGHT=38, LOCAL_DATE=39, LOCAL_DATETIME=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] LOWER=35, UPPER=36, LEFT=37, RIGHT=38, LOCAL_DATE=39, LOCAL_DATETIME=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_TIME=41, BETWEEN=42, LIKE=43, THIS=44, EQ=45, GT=46, LT=47, NEQ=48,
[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] LOWER=35, UPPER=36, LEFT=37, RIGHT=38, LOCAL_DATE=39, LOCAL_DATETIME=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] DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, STRING=63,
[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_TIME=41, BETWEEN=42, LIKE=43, THIS=44, EQ=45, GT=46, LT=47, NEQ=48,
[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] GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, COMMA=56,
[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] GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, COMMA=56,
[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] GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, COMMA=56,
[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_TIME=41, BETWEEN=42, LIKE=43, THIS=44, EQ=45, GT=46, LT=47, NEQ=48,
[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] FROM=17, WHERE=18, SET=19, ORDER=20, BY=21, NOT=22, IN=23, IS=24, NULL=25,
[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] FROM=17, WHERE=18, SET=19, ORDER=20, BY=21, NOT=22, IN=23, IS=24, NULL=25,
[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] COUNT=26, TRUE=27, FALSE=28, ASC=29, DESC=30, AND=31, OR=32, ABS=33, LENGTH=34,
[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] FROM=17, WHERE=18, SET=19, ORDER=20, BY=21, NOT=22, IN=23, IS=24, NULL=25,
[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] GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, COMMA=56,
[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] DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, STRING=63,
[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] LOWER=35, UPPER=36, LEFT=37, RIGHT=38, LOCAL_DATE=39, LOCAL_DATETIME=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] DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, STRING=63,
[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, SELECT=14, UPDATE=15, DELETE=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] FROM=17, WHERE=18, SET=19, ORDER=20, BY=21, NOT=22, IN=23, IS=24, NULL=25,
[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] DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, STRING=63,
[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, SELECT=14, UPDATE=15, DELETE=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, SELECT=14, UPDATE=15, DELETE=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, SELECT=14, UPDATE=15, DELETE=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, SELECT=14, UPDATE=15, DELETE=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:25: warning: no comment
[WARNING] LOCAL_TIME=41, BETWEEN=42, LIKE=43, THIS=44, EQ=45, GT=46, LT=47, NEQ=48,
[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] COUNT=26, TRUE=27, FALSE=28, ASC=29, DESC=30, AND=31, OR=32, ABS=33, LENGTH=34,
[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, SELECT=14, UPDATE=15, DELETE=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] LOWER=35, UPPER=36, LEFT=37, RIGHT=38, LOCAL_DATE=39, LOCAL_DATETIME=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] FROM=17, WHERE=18, SET=19, ORDER=20, BY=21, NOT=22, IN=23, IS=24, NULL=25,
[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] 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:1149: 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:1088: 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:924: 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:2035: 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:2072: 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:1764: 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:1270: 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:1358: 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:2135: 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:1213: 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:2194: 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:1428: 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:803: 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:872: 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:1669: 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 [ 13.550 s]
[INFO] jnosql-communication ............................... SUCCESS [  0.150 s]
[INFO] jnosql-communication-core .......................... SUCCESS [ 17.384 s]
[INFO] jnosql-communication-query ......................... SUCCESS [ 13.621 s]
[INFO] jnosql-communication-key-value ..................... SUCCESS [  4.287 s]
[INFO] jnosql-communication-semistructured ................ SUCCESS [ 11.352 s]
[INFO] jnosql-mapping-parent .............................. SUCCESS [  2.062 s]
[INFO] jnosql-mapping-api-core ............................ SUCCESS [  7.892 s]
[INFO] jnosql-mapping-reflection .......................... SUCCESS [ 14.796 s]
[INFO] jnosql-mapping-core ................................ SUCCESS [ 17.401 s]
[INFO] jnosql-mapping-semistructured ...................... SUCCESS [ 30.696 s]
[INFO] jnosql-mapping-document ............................ SUCCESS [ 10.901 s]
[INFO] jnosql-mapping-column .............................. SUCCESS [ 12.170 s]
[INFO] jnosql-mapping-key-value ........................... SUCCESS [ 18.648 s]
[INFO] jnosql-mapping-graph ............................... SUCCESS [01:32 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:28 min
[INFO] Finished at: 2024-05-22T05:04:45Z
[INFO] ------------------------------------------------------------------------
Triggering a new build of jnosql-sonar
Finished: SUCCESS