Skip to content
Success

Console Output

GitHub pull request #498 of commit 6053953b1345ef45bdd4c9b696084c13d4fc528f, no merge conflicts.
Running as SYSTEM
Setting status of 6053953b1345ef45bdd4c9b696084c13d4fc528f to PENDING with url https://ci.eclipse.org/jnosql/job/jnosql/2196/ and message: 'Build started for merge commit.'
Agent basic-92x4t is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-92x4t"
  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-92x4t"
    - 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-92x4t"
    - 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-92x4t (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 1289fcca320b5d70c36e8d46c7e4c00058ea235a (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1289fcca320b5d70c36e8d46c7e4c00058ea235a # timeout=10
Commit message: "Merge pull request #494 from eclipse/add-support-order-by-find"
 > git rev-list --no-walk 1289fcca320b5d70c36e8d46c7e4c00058ea235a # 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.12.1:compile (default-compile) @ jnosql-communication-core ---
[WARNING] *******************************************************************************************************************************************************
[WARNING] * Required filename-based automodules detected: [microprofile-config-api-3.1.jar]. Please don't publish this project to a public artifact repository! *
[WARNING] *******************************************************************************************************************************************************
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 61 source files with javac [debug target 17 module-path] to target/classes
[INFO] /home/jenkins/agent/workspace/jnosql/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/reader/LongReader.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/reader/LongReader.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.12.1:testCompile (default-testCompile) @ jnosql-communication-core ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 50 source files with javac [debug target 17 module-path] to target/test-classes
[INFO] /home/jenkins/agent/workspace/jnosql/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.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.006 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.409 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenFilledParamsTest$WhenAddMethodIsCalledTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.442 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.004 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.008 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest$WhenAddMethodIsCalledTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.958 s -- in org.eclipse.jnosql.communication.ParamsTest
[INFO] Running org.eclipse.jnosql.communication.reader.BigDecimalReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 s -- in org.eclipse.jnosql.communication.reader.BigDecimalReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.YearReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s -- in org.eclipse.jnosql.communication.reader.YearReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.EnumReaderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.jnosql.communication.reader.EnumReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.LocalDateTimeReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.250 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.129 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.176 s -- in org.eclipse.jnosql.communication.reader.LongReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.ByteValueReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s -- in org.eclipse.jnosql.communication.reader.ByteValueReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.ByteReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.jnosql.communication.reader.ByteReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.SetTypeReferenceReaderTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 s -- in org.eclipse.jnosql.communication.reader.SetTypeReferenceReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.DateReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 s -- in org.eclipse.jnosql.communication.reader.DateReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.ShortValueReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s -- in org.eclipse.jnosql.communication.reader.ShortValueReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.LocalDateReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.eclipse.jnosql.communication.reader.LocalDateReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.CharacterReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.eclipse.jnosql.communication.reader.CharacterReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.StringReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 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.004 s -- in org.eclipse.jnosql.communication.reader.YearMonthTest
[INFO] Running org.eclipse.jnosql.communication.reader.DoubleReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.eclipse.jnosql.communication.reader.DoubleReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.IntegerReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.eclipse.jnosql.communication.reader.IntegerReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.StreamTypeReferenceReaderTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.jnosql.communication.reader.StreamTypeReferenceReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.ShortReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.communication.reader.ShortReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.OffsetDateTimeReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.eclipse.jnosql.communication.reader.OffsetDateTimeReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.QueueTypeReferenceReaderTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.jnosql.communication.reader.QueueTypeReferenceReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.BigIntegerReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.eclipse.jnosql.communication.reader.BigIntegerReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.ListTypeReferenceReaderTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 s -- in org.eclipse.jnosql.communication.reader.ListTypeReferenceReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.AtomicLongReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.jnosql.communication.reader.AtomicLongReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.CalendarReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.communication.reader.CalendarReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.ZonedDateTimeReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.eclipse.jnosql.communication.reader.ZonedDateTimeReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.NavigableSetTypeReferenceReaderTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.jnosql.communication.reader.NavigableSetTypeReferenceReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.FloatReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.eclipse.jnosql.communication.reader.FloatReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.OptionalTypeReferenceReaderTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.jnosql.communication.reader.OptionalTypeReferenceReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.NumberReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.communication.reader.NumberReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.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.OffsetTimeReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.jnosql.communication.reader.OffsetTimeReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.AtomicIntegerReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.jnosql.communication.reader.AtomicIntegerReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.BooleanReaderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.jnosql.communication.reader.BooleanReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.MapTypeReferenceReaderTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s -- in org.eclipse.jnosql.communication.reader.MapTypeReferenceReaderTest
[INFO] Running org.eclipse.jnosql.communication.writer.ValueWriterDecoratorTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.jnosql.communication.writer.ValueWriterDecoratorTest
[INFO] Running org.eclipse.jnosql.communication.writer.EnumValueWriterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.communication.writer.EnumValueWriterTest
[INFO] Running org.eclipse.jnosql.communication.writer.OptionalWriterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.communication.writer.OptionalWriterTest
[INFO] Running org.eclipse.jnosql.communication.writer.OptionalValueWriterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.communication.writer.OptionalValueWriterTest
[INFO] Running org.eclipse.jnosql.communication.writer.TemporalValueWriterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.communication.writer.TemporalValueWriterTest
[INFO] Running org.eclipse.jnosql.communication.writer.TemporalWriterTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.jnosql.communication.writer.TemporalWriterTest
[INFO] Running org.eclipse.jnosql.communication.ValueReaderDecoratorTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.communication.ValueReaderDecoratorTest
[INFO] Running org.eclipse.jnosql.communication.DefaultSettingsTest
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 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: 0.017 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.002 s -- in org.eclipse.jnosql.communication.NullValueTest
[INFO] Running org.eclipse.jnosql.communication.ValueUtilTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.communication.ValueUtilTest
[INFO] Running org.eclipse.jnosql.communication.SettingsBuilderTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.jnosql.communication.SettingsBuilderTest
[INFO] Running org.eclipse.jnosql.communication.ConditionTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.jnosql.communication.ConditionTest
[INFO] Running org.eclipse.jnosql.communication.ParamValueTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.jnosql.communication.ParamValueTest
[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] 102 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 102 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication-query ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/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/Query.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.12.1:compile (default-compile) @ jnosql-communication-query ---
[WARNING] *******************************************************************************************************************************************************
[WARNING] * Required filename-based automodules detected: [microprofile-config-api-3.1.jar]. Please don't publish this project to a public artifact repository! *
[WARNING] *******************************************************************************************************************************************************
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 60 source files with javac [debug target 17 module-path] to target/classes
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-communication-query ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-communication-query ---
[INFO] Copying 14 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jnosql-communication-query ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 49 source files with javac [debug target 17 module-path] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jnosql-communication-query ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.jnosql.communication.query.DefaultConditionQueryValueTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 s -- in org.eclipse.jnosql.communication.query.DefaultConditionQueryValueTest
[INFO] Running org.eclipse.jnosql.communication.query.method.DeleteByMethodQueryProviderTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s -- in org.eclipse.jnosql.communication.query.method.DeleteByMethodQueryProviderTest
[INFO] Running org.eclipse.jnosql.communication.query.method.SelectMethodProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.communication.query.method.SelectMethodProviderTest
[INFO] Running org.eclipse.jnosql.communication.query.method.MethodArrayValueTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 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.004 s -- in org.eclipse.jnosql.communication.query.method.MethodConditionTest
[INFO] Running org.eclipse.jnosql.communication.query.method.MethodQueryTest
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.eclipse.jnosql.communication.query.method.MethodQueryTest
[INFO] Running org.eclipse.jnosql.communication.query.method.SelectMethodQueryProviderTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.290 s -- in org.eclipse.jnosql.communication.query.method.SelectMethodQueryProviderTest
[INFO] Running org.eclipse.jnosql.communication.query.method.DeleteMethodProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.communication.query.method.DeleteMethodProviderTest
[INFO] Running org.eclipse.jnosql.communication.query.method.MethodParamQueryValueTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.jnosql.communication.query.method.MethodParamQueryValueTest
[INFO] Running org.eclipse.jnosql.communication.query.NumberQueryValueTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.communication.query.NumberQueryValueTest
[INFO] Running org.eclipse.jnosql.communication.query.PutQueryTest
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s -- in org.eclipse.jnosql.communication.query.PutQueryTest
[INFO] Running org.eclipse.jnosql.communication.query.FunctionQueryValueTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.jnosql.communication.query.FunctionQueryValueTest
[INFO] Running org.eclipse.jnosql.communication.query.DefaultFunctionTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.communication.query.DefaultFunctionTest
[INFO] Running org.eclipse.jnosql.communication.query.SelectQueryTest
[INFO] Tests run: 139, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 s -- in org.eclipse.jnosql.communication.query.SelectQueryTest
[INFO] Running org.eclipse.jnosql.communication.query.WhereTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.jnosql.communication.query.WhereTest
[INFO] Running org.eclipse.jnosql.communication.query.DefaultQueryConditionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.communication.query.DefaultQueryConditionTest
[INFO] Running org.eclipse.jnosql.communication.query.GetProviderTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.jnosql.communication.query.GetProviderTest
[INFO] Running org.eclipse.jnosql.communication.query.JSONQueryValueTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.jnosql.communication.query.JSONQueryValueTest
[INFO] Running org.eclipse.jnosql.communication.query.InsertQueryTest
[INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.jnosql.communication.query.InsertQueryTest
[INFO] Running org.eclipse.jnosql.communication.query.InsertQueryConverterTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s -- in org.eclipse.jnosql.communication.query.InsertQueryConverterTest
[INFO] Running org.eclipse.jnosql.communication.query.BooleanQueryValueTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.communication.query.BooleanQueryValueTest
[INFO] Running org.eclipse.jnosql.communication.query.SelectQueryConverterTest
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.eclipse.jnosql.communication.query.SelectQueryConverterTest
[INFO] Running org.eclipse.jnosql.communication.query.GetQueryTest
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.jnosql.communication.query.GetQueryTest
[INFO] Running org.eclipse.jnosql.communication.query.RemoveProviderTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.jnosql.communication.query.RemoveProviderTest
[INFO] Running org.eclipse.jnosql.communication.query.QueryParserTest
[INFO] Tests run: 132, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s -- in org.eclipse.jnosql.communication.query.QueryParserTest
[INFO] Running org.eclipse.jnosql.communication.query.UpdateQueryConverterTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.jnosql.communication.query.UpdateQueryConverterTest
[INFO] Running org.eclipse.jnosql.communication.query.DeleteQueryConverterTest
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.jnosql.communication.query.DeleteQueryConverterTest
[INFO] Running org.eclipse.jnosql.communication.query.DelQueryTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.jnosql.communication.query.DelQueryTest
[INFO] Running org.eclipse.jnosql.communication.query.PutProviderTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.jnosql.communication.query.PutProviderTest
[INFO] Running org.eclipse.jnosql.communication.query.StringQueryValueTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.communication.query.StringQueryValueTest
[INFO] Running org.eclipse.jnosql.communication.query.DeleteQueryTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.communication.query.DeleteQueryTest
[INFO] Running org.eclipse.jnosql.communication.query.DefaultArrayQueryValueTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.communication.query.DefaultArrayQueryValueTest
[INFO] Running org.eclipse.jnosql.communication.query.DefaultQueryValueTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.communication.query.DefaultQueryValueTest
[INFO] Running org.eclipse.jnosql.communication.query.UpdateQueryTest
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.jnosql.communication.query.UpdateQueryTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 810, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-communication-query ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/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] 102 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 102 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication-query ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/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:26: 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:25: 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/BooleanQueryValue.java:68: warning: no comment
[WARNING] public static QueryValue<Boolean> of(QueryParser.BoolContext context) {
[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/AbstractWhereSupplier.java:41: 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/AbstractWhereSupplier.java:39: 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/AbstractWhereSupplier.java:37: 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/AbstractSupplier.java:30: 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/JSONQueryValue.java:44: warning: no comment
[WARNING] public static JSONQueryValue of(QueryParser.JsonContext context) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:13: warning: no comment
[WARNING] public class MethodLexer extends Lexer {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:246: warning: no comment
[WARNING] public static final ATN _ATN =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:16: warning: no comment
[WARNING] protected static final DFA[] _decisionToDFA;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:113: warning: no comment
[WARNING] public static final String _serializedATN =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:17: warning: no comment
[WARNING] protected static final PredictionContextCache _sharedContextCache =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:22: warning: no comment
[WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:23: warning: no comment
[WARNING] public static String[] channelNames = {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:27: warning: no comment
[WARNING] public static String[] modeNames = {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:38: warning: no comment
[WARNING] public static final String[] ruleNames = makeRuleNames();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:22: warning: no comment
[WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:22: warning: no comment
[WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:22: warning: no comment
[WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:56: warning: no comment
[WARNING] public static final Vocabulary VOCABULARY = new VocabularyImpl(_LITERAL_NAMES, _SYMBOLIC_NAMES);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:22: warning: no comment
[WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:90: warning: no comment
[WARNING] public MethodLexer(CharStream input) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:13: warning: no comment
[WARNING] public class MethodParser extends Parser {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:629: warning: no comment
[WARNING] public static class AndContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:703: warning: no comment
[WARNING] public static class AscContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1163: warning: no comment
[WARNING] public static class BetweenContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:363: warning: no comment
[WARNING] public static class ConditionContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:175: warning: no comment
[WARNING] public static class DeleteByContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:740: warning: no comment
[WARNING] public static class DescContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:861: warning: no comment
[WARNING] public static class EqContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:939: warning: no comment
[WARNING] public static class GtContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:995: warning: no comment
[WARNING] public static class GteContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1219: warning: no comment
[WARNING] public static class InContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1275: warning: no comment
[WARNING] public static class LikeContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1051: warning: no comment
[WARNING] public static class LtContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1107: warning: no comment
[WARNING] public static class LteContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1331: warning: no comment
[WARNING] public static class NotContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:666: warning: no comment
[WARNING] public static class OrContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:499: warning: no comment
[WARNING] public static class OrderContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:559: warning: no comment
[WARNING] public static class OrderNameContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:105: warning: no comment
[WARNING] public static class SelectContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:229: warning: no comment
[WARNING] public static class SelectStartContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:777: warning: no comment
[WARNING] public static class TruthContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:819: warning: no comment
[WARNING] public static class UntruthContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1368: warning: no comment
[WARNING] public static class VariableContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:275: warning: no comment
[WARNING] public static class WhereContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1509: warning: no comment
[WARNING] public static final ATN _ATN =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:16: warning: no comment
[WARNING] protected static final DFA[] _decisionToDFA;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1405: warning: no comment
[WARNING] public static final String _serializedATN =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:17: warning: no comment
[WARNING] protected static final PredictionContextCache _sharedContextCache =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:22: warning: no comment
[WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:25: warning: no comment
[WARNING] RULE_condition = 4, RULE_order = 5, RULE_orderName = 6, RULE_and = 7,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:26: warning: no comment
[WARNING] RULE_or = 8, RULE_asc = 9, RULE_desc = 10, RULE_truth = 11, RULE_untruth = 12,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:28: warning: no comment
[WARNING] RULE_between = 18, RULE_in = 19, RULE_like = 20, RULE_not = 21, RULE_variable = 22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:25: warning: no comment
[WARNING] RULE_condition = 4, RULE_order = 5, RULE_orderName = 6, RULE_and = 7,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:24: warning: no comment
[WARNING] RULE_select = 0, RULE_deleteBy = 1, RULE_selectStart = 2, RULE_where = 3,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:26: warning: no comment
[WARNING] RULE_or = 8, RULE_asc = 9, RULE_desc = 10, RULE_truth = 11, RULE_untruth = 12,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:27: warning: no comment
[WARNING] RULE_eq = 13, RULE_gt = 14, RULE_gte = 15, RULE_lt = 16, RULE_lte = 17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:27: warning: no comment
[WARNING] RULE_eq = 13, RULE_gt = 14, RULE_gte = 15, RULE_lt = 16, RULE_lte = 17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:27: warning: no comment
[WARNING] RULE_eq = 13, RULE_gt = 14, RULE_gte = 15, RULE_lt = 16, RULE_lte = 17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:28: warning: no comment
[WARNING] RULE_between = 18, RULE_in = 19, RULE_like = 20, RULE_not = 21, RULE_variable = 22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:28: warning: no comment
[WARNING] RULE_between = 18, RULE_in = 19, RULE_like = 20, RULE_not = 21, RULE_variable = 22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:27: warning: no comment
[WARNING] RULE_eq = 13, RULE_gt = 14, RULE_gte = 15, RULE_lt = 16, RULE_lte = 17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:27: warning: no comment
[WARNING] RULE_eq = 13, RULE_gt = 14, RULE_gte = 15, RULE_lt = 16, RULE_lte = 17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:28: warning: no comment
[WARNING] RULE_between = 18, RULE_in = 19, RULE_like = 20, RULE_not = 21, RULE_variable = 22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:26: warning: no comment
[WARNING] RULE_or = 8, RULE_asc = 9, RULE_desc = 10, RULE_truth = 11, RULE_untruth = 12,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:25: warning: no comment
[WARNING] RULE_condition = 4, RULE_order = 5, RULE_orderName = 6, RULE_and = 7,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:25: warning: no comment
[WARNING] RULE_condition = 4, RULE_order = 5, RULE_orderName = 6, RULE_and = 7,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:24: warning: no comment
[WARNING] RULE_select = 0, RULE_deleteBy = 1, RULE_selectStart = 2, RULE_where = 3,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:24: warning: no comment
[WARNING] RULE_select = 0, RULE_deleteBy = 1, RULE_selectStart = 2, RULE_where = 3,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:26: warning: no comment
[WARNING] RULE_or = 8, RULE_asc = 9, RULE_desc = 10, RULE_truth = 11, RULE_untruth = 12,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:26: warning: no comment
[WARNING] RULE_or = 8, RULE_asc = 9, RULE_desc = 10, RULE_truth = 11, RULE_untruth = 12,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:28: warning: no comment
[WARNING] RULE_between = 18, RULE_in = 19, RULE_like = 20, RULE_not = 21, RULE_variable = 22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:24: warning: no comment
[WARNING] RULE_select = 0, RULE_deleteBy = 1, RULE_selectStart = 2, RULE_where = 3,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:36: warning: no comment
[WARNING] public static final String[] ruleNames = makeRuleNames();
[WARNING] ^
[WARNING] 100 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/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 127 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] 20 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 20 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication-key-value ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/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.12.1:compile (default-compile) @ jnosql-communication-key-value ---
[INFO] Required filename-based automodules detected: [microprofile-config-api-3.1.jar]. Please don't publish this project to a public artifact repository!
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 13 source files with javac [debug target 17 module-path] to target/classes
[INFO] /home/jenkins/agent/workspace/jnosql/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.12.1:testCompile (default-testCompile) @ jnosql-communication-key-value ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [debug target 17 module-path] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jnosql-communication-key-value ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.jnosql.communication.keyvalue.KeyValueEntityTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.369 s -- in org.eclipse.jnosql.communication.keyvalue.KeyValueEntityTest
[INFO] Running org.eclipse.jnosql.communication.keyvalue.KeyValueQueryParserTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.533 s -- in org.eclipse.jnosql.communication.keyvalue.KeyValueQueryParserTest
[INFO] Running org.eclipse.jnosql.communication.keyvalue.PutQueryParserTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.jnosql.communication.keyvalue.PutQueryParserTest
[INFO] Running org.eclipse.jnosql.communication.keyvalue.KeyValueEntityParamsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.communication.keyvalue.KeyValueEntityParamsTest
[INFO] Running org.eclipse.jnosql.communication.keyvalue.GetQueryParserTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.160 s -- in org.eclipse.jnosql.communication.keyvalue.GetQueryParserTest
[INFO] Running org.eclipse.jnosql.communication.keyvalue.DelQueryParserTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.jnosql.communication.keyvalue.DelQueryParserTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-communication-key-value ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/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] 20 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 20 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication-key-value ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/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 10 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.12.1:compile (default-compile) @ jnosql-communication-semistructured ---
[INFO] Required filename-based automodules detected: [microprofile-config-api-3.1.jar]. Please don't publish this project to a public artifact repository!
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 34 source files with javac [debug target 17 module-path] to target/classes
[INFO] /home/jenkins/agent/workspace/jnosql/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.12.1:testCompile (default-testCompile) @ jnosql-communication-semistructured ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 20 source files with javac [debug target 17 module-path] to target/test-classes
[INFO] /home/jenkins/agent/workspace/jnosql/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.DefaultElementDeleteQueryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.220 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: 1.843 s -- in org.eclipse.jnosql.communication.semistructured.DefaultElementQueryBuilderTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultElementQueryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.jnosql.communication.semistructured.DefaultElementQueryTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.DeleteQueryParserTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 s -- in org.eclipse.jnosql.communication.semistructured.DeleteQueryParserTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultElementQueryParserTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s -- in org.eclipse.jnosql.communication.semistructured.DefaultElementQueryParserTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.CommunicationEntityTest
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.118 s -- in org.eclipse.jnosql.communication.semistructured.CommunicationEntityTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.ElementDeleteQueryParamsTest
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s -- in org.eclipse.jnosql.communication.semistructured.ElementDeleteQueryParamsTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.DatabaseManagerTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.748 s -- in org.eclipse.jnosql.communication.semistructured.DatabaseManagerTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultElementConditionTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.jnosql.communication.semistructured.DefaultElementConditionTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultDeleteQueryBuilderTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.jnosql.communication.semistructured.DefaultDeleteQueryBuilderTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultSelectQueryBuilderTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.eclipse.jnosql.communication.semistructured.DefaultSelectQueryBuilderTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.ElementParamsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.jnosql.communication.semistructured.ElementParamsTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.ElementsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.communication.semistructured.ElementsTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.SelectQueryParserTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s -- in org.eclipse.jnosql.communication.semistructured.SelectQueryParserTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.InsertQueryParserTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.jnosql.communication.semistructured.InsertQueryParserTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.DatabaseConfigurationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.communication.semistructured.DatabaseConfigurationTest
[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.ElementDeleteQueryTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.jnosql.communication.semistructured.ElementDeleteQueryTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.UpdateQueryParserTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.jnosql.communication.semistructured.UpdateQueryParserTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 288, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-communication-semistructured ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/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/SelectQueryParser.java:28: warning: no comment
[WARNING] public final class SelectQueryParser implements BiFunction<org.eclipse.jnosql.communication.query.SelectQuery, CommunicationObserverParser, QueryParams> {
[WARNING] ^
[WARNING] 1 warning
[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 40 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.12.1:compile (default-compile) @ jnosql-mapping-api-core ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 33 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-api-core ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-api-core ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jnosql-mapping-api-core ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 27 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/jnosql/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.DatabasesTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
Apr 09, 2024 6:32:45 PM 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: 1.944 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.038 s -- in org.eclipse.jnosql.mapping.DynamicQueryExceptionTest
[INFO] Running org.eclipse.jnosql.mapping.DatabaseQualifierTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.jnosql.mapping.DatabaseQualifierTest
[INFO] Running org.eclipse.jnosql.mapping.metadata.MappingTypeTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.jnosql.mapping.metadata.MappingTypeTest
[INFO] Running org.eclipse.jnosql.mapping.metadata.ConstructorBuilderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.456 s -- in org.eclipse.jnosql.mapping.metadata.ConstructorBuilderTest
[INFO] Running org.eclipse.jnosql.mapping.metadata.ClassInformationNotFoundExceptionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.jnosql.mapping.metadata.ClassInformationNotFoundExceptionTest
[INFO] Running org.eclipse.jnosql.mapping.metadata.InheritanceMetadataTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.568 s -- in org.eclipse.jnosql.mapping.metadata.InheritanceMetadataTest
[INFO] Running org.eclipse.jnosql.mapping.metadata.DefaultFieldValueTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s -- in org.eclipse.jnosql.mapping.metadata.DefaultFieldValueTest
[INFO] Running org.eclipse.jnosql.mapping.DatabaseMetadataTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.jnosql.mapping.DatabaseMetadataTest
[INFO] Running org.eclipse.jnosql.mapping.EntityPrePersistTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.jnosql.mapping.EntityPrePersistTest
[INFO] Running org.eclipse.jnosql.mapping.IdNotFoundExceptionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.jnosql.mapping.IdNotFoundExceptionTest
[INFO] Running org.eclipse.jnosql.mapping.EntityPostPersistTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.jnosql.mapping.EntityPostPersistTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-api-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/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.12.1:compile (default-compile) @ jnosql-mapping-reflection ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 33 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/jnosql/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.12.1:testCompile (default-testCompile) @ jnosql-mapping-reflection ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 72 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/jnosql/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.MappingTypeTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 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.024 s -- in org.eclipse.jnosql.mapping.reflection.ParameterMetaDataBuilderTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultEntityMetadataTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.866 s -- in org.eclipse.jnosql.mapping.reflection.DefaultEntityMetadataTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.ReflectionClassConverterJavaFieldParserTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.jnosql.mapping.reflection.ReflectionClassConverterJavaFieldParserTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultGenericFieldMetaDataTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.jnosql.mapping.reflection.DefaultGenericFieldMetaDataTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.StringUtilsTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.jnosql.mapping.reflection.StringUtilsTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultEntitiesMetadataTest
Apr 09, 2024 6:32:55 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
Apr 09, 2024 6:32:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:32:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:32:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 04c4716a-8732-4a1d-8e96-1ac25f03440c initialized
Apr 09, 2024 6:33:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 04c4716a-8732-4a1d-8e96-1ac25f03440c shut down
Apr 09, 2024 6:33:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fdda7add-06d1-4473-8154-ea4e5bd2d635 initialized
Apr 09, 2024 6:33:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fdda7add-06d1-4473-8154-ea4e5bd2d635 shut down
Apr 09, 2024 6:33:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fdcf6eb3-1151-40e4-8ff4-dd6569c6ed1c initialized
Apr 09, 2024 6:33:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fdcf6eb3-1151-40e4-8ff4-dd6569c6ed1c shut down
Apr 09, 2024 6:33:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a9708190-d0ce-4241-bd92-25cb633b7b71 initialized
Apr 09, 2024 6:33:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a9708190-d0ce-4241-bd92-25cb633b7b71 shut down
Apr 09, 2024 6:33:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f3f14255-aeda-406c-b003-db0a213727cc initialized
Apr 09, 2024 6:33:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f3f14255-aeda-406c-b003-db0a213727cc shut down
Apr 09, 2024 6:33:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7f206c20-54ca-42d3-a4af-66b1956ecd30 initialized
Apr 09, 2024 6:33:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7f206c20-54ca-42d3-a4af-66b1956ecd30 shut down
Apr 09, 2024 6:33:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 77b9dc19-0ee7-40f6-853f-9d73d4a3a7c2 initialized
Apr 09, 2024 6:33:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 77b9dc19-0ee7-40f6-853f-9d73d4a3a7c2 shut down
Apr 09, 2024 6:33:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 69b368fc-8a22-4c84-9518-41b5db2592be initialized
Apr 09, 2024 6:33:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 69b368fc-8a22-4c84-9518-41b5db2592be shut down
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.587 s -- in org.eclipse.jnosql.mapping.reflection.DefaultEntitiesMetadataTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.ConstructorComparableTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.mapping.reflection.ConstructorComparableTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.ClassGraphClassScannerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.jnosql.mapping.reflection.ClassGraphClassScannerTest
[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.819 s -- in org.eclipse.jnosql.mapping.reflection.ReflectionConstructorBuilderSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.collection.SetSupplierTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.jnosql.mapping.reflection.collection.SetSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.collection.DequeSupplierTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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.004 s -- in org.eclipse.jnosql.mapping.reflection.collection.ListSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.collection.TreeSetSupplierTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.mapping.reflection.collection.TreeSetSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultConstructorBuilderTest
Apr 09, 2024 6:33:01 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:01 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:01 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7e11303c-ae15-4bbf-bc28-b8215f903fa7 initialized
Apr 09, 2024 6:33:01 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7e11303c-ae15-4bbf-bc28-b8215f903fa7 shut down
Apr 09, 2024 6:33:01 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:01 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:02 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 615b1b36-e4b8-440c-832b-895aec2c3260 initialized
Apr 09, 2024 6:33:02 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 615b1b36-e4b8-440c-832b-895aec2c3260 shut down
Apr 09, 2024 6:33:02 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:02 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:02 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 56aaa7ec-dfb4-49de-a382-0a28a47ce2f7 initialized
Apr 09, 2024 6:33:03 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 56aaa7ec-dfb4-49de-a382-0a28a47ce2f7 shut down
Apr 09, 2024 6:33:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:03 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a5552924-657b-49b9-b130-81aff5406f17 initialized
Apr 09, 2024 6:33:03 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a5552924-657b-49b9-b130-81aff5406f17 shut down
Apr 09, 2024 6:33:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:03 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a2d05a23-59de-410c-82be-d30cef6f0a7b initialized
Apr 09, 2024 6:33:03 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a2d05a23-59de-410c-82be-d30cef6f0a7b shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.617 s -- in org.eclipse.jnosql.mapping.reflection.DefaultConstructorBuilderTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultParameterMetaDataTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.jnosql.mapping.reflection.DefaultParameterMetaDataTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultGenericParameterMetaDataTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.jnosql.mapping.reflection.DefaultGenericParameterMetaDataTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.EmbeddedFieldMetadataTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.mapping.reflection.EmbeddedFieldMetadataTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.ConstructorEventTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.jnosql.mapping.reflection.ConstructorEventTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.ConstructorMetadataBuilderTest
Apr 09, 2024 6:33:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:03 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4b9e499e-e2f9-4008-803b-438dabbe6823 initialized
Apr 09, 2024 6:33:03 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4b9e499e-e2f9-4008-803b-438dabbe6823 shut down
Apr 09, 2024 6:33:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:03 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ab2ed9e8-743e-4cc4-834b-1784215d0ec0 initialized
Apr 09, 2024 6:33:03 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ab2ed9e8-743e-4cc4-834b-1784215d0ec0 shut down
Apr 09, 2024 6:33:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:03 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 27e8095a-ca05-40be-9def-6e66f101262f initialized
Apr 09, 2024 6:33:03 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 27e8095a-ca05-40be-9def-6e66f101262f shut down
Apr 09, 2024 6:33:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:03 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container baaee102-38b7-4cf4-a5cb-e64b116fcb6a initialized
Apr 09, 2024 6:33:03 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container baaee102-38b7-4cf4-a5cb-e64b116fcb6a shut down
Apr 09, 2024 6:33:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:03 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c0f7274f-eead-452d-8de4-3a4b036d61cb initialized
Apr 09, 2024 6:33:03 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c0f7274f-eead-452d-8de4-3a4b036d61cb shut down
Apr 09, 2024 6:33:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:03 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f1aed672-6d01-4395-ae4e-84b9b1e9a4ab initialized
Apr 09, 2024 6:33:03 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f1aed672-6d01-4395-ae4e-84b9b1e9a4ab shut down
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 s -- in org.eclipse.jnosql.mapping.reflection.ConstructorMetadataBuilderTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultFieldMetadataTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.258 s -- in org.eclipse.jnosql.mapping.reflection.DefaultFieldMetadataTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.ClassConverterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.mapping.reflection.ClassConverterTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.ReflectionClassConverterTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.jnosql.mapping.reflection.ReflectionClassConverterTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.ReflectionsTest
Apr 09, 2024 6:33:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fe5a6875-e3ff-4b26-93a8-046b1edb0079 initialized
Apr 09, 2024 6:33:04 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fe5a6875-e3ff-4b26-93a8-046b1edb0079 shut down
Apr 09, 2024 6:33:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f3e0f08e-eb80-4042-9ec4-057ebf322ca1 initialized
Apr 09, 2024 6:33:04 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f3e0f08e-eb80-4042-9ec4-057ebf322ca1 shut down
Apr 09, 2024 6:33:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0d4e3209-19fa-40df-8788-b362723e667e initialized
Apr 09, 2024 6:33:04 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0d4e3209-19fa-40df-8788-b362723e667e shut down
Apr 09, 2024 6:33:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fee33656-de43-412f-9aa0-1d3bd159436f initialized
Apr 09, 2024 6:33:04 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fee33656-de43-412f-9aa0-1d3bd159436f shut down
Apr 09, 2024 6:33:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d3eba8e9-390b-4080-ba63-a8e0e284ee1d initialized
Apr 09, 2024 6:33:04 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d3eba8e9-390b-4080-ba63-a8e0e284ee1d shut down
Apr 09, 2024 6:33:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container eb6a98e8-4742-4d56-b908-66e1631f6fd1 initialized
Apr 09, 2024 6:33:04 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container eb6a98e8-4742-4d56-b908-66e1631f6fd1 shut down
Apr 09, 2024 6:33:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ac7faa0b-b17c-4424-ad3b-714ecac55b98 initialized
Apr 09, 2024 6:33:04 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ac7faa0b-b17c-4424-ad3b-714ecac55b98 shut down
Apr 09, 2024 6:33:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6697cb9c-0d33-4c08-a1fb-4f0141ffed16 initialized
Apr 09, 2024 6:33:04 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6697cb9c-0d33-4c08-a1fb-4f0141ffed16 shut down
Apr 09, 2024 6:33:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dfca4dfc-6d24-459c-9768-e7d10b3ff6d0 initialized
Apr 09, 2024 6:33:04 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dfca4dfc-6d24-459c-9768-e7d10b3ff6d0 shut down
Apr 09, 2024 6:33:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8cac0fbc-5ef6-43a7-b80c-7d7d558ddf63 initialized
Apr 09, 2024 6:33:05 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8cac0fbc-5ef6-43a7-b80c-7d7d558ddf63 shut down
Apr 09, 2024 6:33:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:05 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f184a4f7-a3f3-4dc3-ad3e-18015bdd7f12 initialized
Apr 09, 2024 6:33:05 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f184a4f7-a3f3-4dc3-ad3e-18015bdd7f12 shut down
Apr 09, 2024 6:33:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:05 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3a75d214-2337-4b86-ac66-618be1a32cc1 initialized
Apr 09, 2024 6:33:05 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3a75d214-2337-4b86-ac66-618be1a32cc1 shut down
Apr 09, 2024 6:33:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:05 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a1404407-ffe5-430a-9885-f2a77245559a initialized
Apr 09, 2024 6:33:05 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a1404407-ffe5-430a-9885-f2a77245559a shut down
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.026 s -- in org.eclipse.jnosql.mapping.reflection.ReflectionsTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.FieldMetadataTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.jnosql.mapping.reflection.FieldMetadataTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.RepositoryFilterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.mapping.reflection.RepositoryFilterTest
[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.12.1:compile (default-compile) @ jnosql-mapping-core ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 35 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicReturn.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/repository/DynamicReturn.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-core ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-core ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jnosql-mapping-core ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 73 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/src/test/java/org/eclipse/jnosql/mapping/core/repository/returns/SetRepositoryReturnTest.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/repository/returns/SetRepositoryReturnTest.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.repository.returns.SetRepositoryReturnTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.887 s -- in org.eclipse.jnosql.mapping.core.repository.returns.SetRepositoryReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.InstanceRepositoryReturnTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 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.014 s -- in org.eclipse.jnosql.mapping.core.repository.returns.ListRepositoryReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.StreamRepositoryReturnTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.jnosql.mapping.core.repository.returns.StreamRepositoryReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.QueueRepositoryReturnTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.jnosql.mapping.core.repository.returns.QueueRepositoryReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.SortedSetRepositoryReturnTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.jnosql.mapping.core.repository.returns.SortedSetRepositoryReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.PageRepositoryReturnTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.jnosql.mapping.core.repository.returns.PageRepositoryReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.OptionalRepositoryReturnTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.jnosql.mapping.core.repository.returns.OptionalRepositoryReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.RepositoryReflectionUtilsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s -- in org.eclipse.jnosql.mapping.core.repository.RepositoryReflectionUtilsTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.DynamicReturnTest
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.jnosql.mapping.core.repository.DynamicReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.DefaultRepositoryReturnTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.jnosql.mapping.core.repository.DefaultRepositoryReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.RepositoryObserverParserTest
Apr 09, 2024 6:33:13 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
Apr 09, 2024 6:33:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:19 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4f4ca8f9-5225-4e7b-9c33-f977fde9ea88 initialized
Apr 09, 2024 6:33:19 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4f4ca8f9-5225-4e7b-9c33-f977fde9ea88 shut down
Apr 09, 2024 6:33:19 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:19 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:19 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1f89f1a8-fdad-49f0-85f9-1ce22a7fae64 initialized
Apr 09, 2024 6:33:19 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1f89f1a8-fdad-49f0-85f9-1ce22a7fae64 shut down
Apr 09, 2024 6:33:19 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:19 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:19 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8aa7a948-641c-458f-8a7b-4d9fb8b56903 initialized
Apr 09, 2024 6:33:19 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8aa7a948-641c-458f-8a7b-4d9fb8b56903 shut down
Apr 09, 2024 6:33:19 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:19 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:19 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 03dc6fbc-ab01-45d7-841c-700da2dfa260 initialized
Apr 09, 2024 6:33:19 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 03dc6fbc-ab01-45d7-841c-700da2dfa260 shut down
Apr 09, 2024 6:33:19 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:19 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:19 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f0e743cc-d045-475b-ac22-239547b48f19 initialized
Apr 09, 2024 6:33:19 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f0e743cc-d045-475b-ac22-239547b48f19 shut down
Apr 09, 2024 6:33:19 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:19 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:19 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5477b791-0c7c-427a-b87c-acac061fad62 initialized
Apr 09, 2024 6:33:19 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5477b791-0c7c-427a-b87c-acac061fad62 shut down
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.036 s -- in org.eclipse.jnosql.mapping.core.repository.RepositoryObserverParserTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.DynamicQueryMethodReturnTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 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.173 s -- in org.eclipse.jnosql.mapping.core.repository.DynamicReturnPaginationTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.SpecialParametersTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.jnosql.mapping.core.repository.SpecialParametersTest
[INFO] Running org.eclipse.jnosql.mapping.core.NoSQLPageTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.928 s -- in org.eclipse.jnosql.mapping.core.NoSQLPageTest
[INFO] Running org.eclipse.jnosql.mapping.core.util.ParamsBinderTest
Apr 09, 2024 6:33:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:21 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8d9606a7-4ad4-4680-9185-13c8de092af7 initialized
Apr 09, 2024 6:33:21 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8d9606a7-4ad4-4680-9185-13c8de092af7 shut down
Apr 09, 2024 6:33:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:21 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 86253c54-c27c-4668-b1bc-db8898c9e847 initialized
Apr 09, 2024 6:33:21 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 86253c54-c27c-4668-b1bc-db8898c9e847 shut down
Apr 09, 2024 6:33:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:21 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 18ce598e-f585-40af-8b4c-f7a292bc1ef6 initialized
Apr 09, 2024 6:33:21 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 18ce598e-f585-40af-8b4c-f7a292bc1ef6 shut down
Apr 09, 2024 6:33:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:21 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 33fc0d00-895f-497f-8919-923deb11489e initialized
Apr 09, 2024 6:33:21 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 33fc0d00-895f-497f-8919-923deb11489e shut down
Apr 09, 2024 6:33:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:21 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3941c0f9-efb0-42d3-a949-8772f513a437 initialized
Apr 09, 2024 6:33:21 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3941c0f9-efb0-42d3-a949-8772f513a437 shut down
Apr 09, 2024 6:33:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:21 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4c648288-8dd8-41a3-9d23-a906e13ac5d5 initialized
Apr 09, 2024 6:33:21 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4c648288-8dd8-41a3-9d23-a906e13ac5d5 shut down
Apr 09, 2024 6:33:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:21 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5cc2e42a-07e8-4d15-8be4-c07fcab4d477 initialized
Apr 09, 2024 6:33:21 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5cc2e42a-07e8-4d15-8be4-c07fcab4d477 shut down
Apr 09, 2024 6:33:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:21 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9e7700a6-4118-45be-9c19-19cea53f1978 initialized
Apr 09, 2024 6:33:21 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9e7700a6-4118-45be-9c19-19cea53f1978 shut down
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.669 s -- in org.eclipse.jnosql.mapping.core.util.ParamsBinderTest
[INFO] Running org.eclipse.jnosql.mapping.core.util.ConverterUtilTest
Apr 09, 2024 6:33:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:21 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 82c98db9-0443-45af-b3c7-9b093e6a00cd initialized
Apr 09, 2024 6:33:21 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 82c98db9-0443-45af-b3c7-9b093e6a00cd shut down
Apr 09, 2024 6:33:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:21 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0768ed51-4a2a-4206-9203-6eb867491028 initialized
Apr 09, 2024 6:33:22 PM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.core.entities.MoneyConverter not found on CDI context, creating by constructor
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0768ed51-4a2a-4206-9203-6eb867491028 shut down
Apr 09, 2024 6:33:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:22 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4aef8d48-67e6-4579-8540-94fed1da6651 initialized
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4aef8d48-67e6-4579-8540-94fed1da6651 shut down
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s -- in org.eclipse.jnosql.mapping.core.util.ConverterUtilTest
[INFO] Running org.eclipse.jnosql.mapping.core.util.AnnotationLiteralUtilTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.mapping.core.util.AnnotationLiteralUtilTest
[INFO] Running org.eclipse.jnosql.mapping.core.spi.AbstractBeanTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.mapping.core.spi.AbstractBeanTest
[INFO] Running org.eclipse.jnosql.mapping.core.config.MappingConfigurationsTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 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.144 s -- in org.eclipse.jnosql.mapping.core.config.MicroProfileSettingsTest
[INFO] Running org.eclipse.jnosql.mapping.core.query.AbstractRepositoryTest
Apr 09, 2024 6:33:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:22 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e1ae21db-8672-4fe4-a302-dea7bac90bde initialized
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e1ae21db-8672-4fe4-a302-dea7bac90bde shut down
Apr 09, 2024 6:33:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:22 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 72372f12-2e7b-40f7-9884-9b992857f5b9 initialized
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 72372f12-2e7b-40f7-9884-9b992857f5b9 shut down
Apr 09, 2024 6:33:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:22 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 46428a22-5218-4cab-9136-f641a3158c7e initialized
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 46428a22-5218-4cab-9136-f641a3158c7e shut down
Apr 09, 2024 6:33:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:22 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d4b56b39-4d6b-4503-8679-4d8d7588ab2f initialized
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d4b56b39-4d6b-4503-8679-4d8d7588ab2f shut down
Apr 09, 2024 6:33:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:22 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 16f9335b-2f43-492e-972a-ca58b043d9fc initialized
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 16f9335b-2f43-492e-972a-ca58b043d9fc shut down
Apr 09, 2024 6:33:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:22 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 91bf5559-14b8-4db6-b1d2-6a850e6aac87 initialized
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 91bf5559-14b8-4db6-b1d2-6a850e6aac87 shut down
Apr 09, 2024 6:33:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:22 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cdc07f3f-f29c-41d6-b161-5344bda7d843 initialized
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cdc07f3f-f29c-41d6-b161-5344bda7d843 shut down
Apr 09, 2024 6:33:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:22 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0910a58c-3524-4a85-a8f4-e4d37ed69050 initialized
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0910a58c-3524-4a85-a8f4-e4d37ed69050 shut down
Apr 09, 2024 6:33:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:22 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f38c3b9d-7f8d-4d95-98f0-e7744ee154db initialized
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f38c3b9d-7f8d-4d95-98f0-e7744ee154db shut down
Apr 09, 2024 6:33:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:22 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4a336c99-66a0-46c7-af7a-6d4c89a460c0 initialized
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4a336c99-66a0-46c7-af7a-6d4c89a460c0 shut down
Apr 09, 2024 6:33:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:22 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container edda2497-0063-4f96-af60-81c919ac3c94 initialized
Apr 09, 2024 6:33:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container edda2497-0063-4f96-af60-81c919ac3c94 shut down
Apr 09, 2024 6:33:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:22 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e0a13022-2e70-4471-a192-46025c4166e2 initialized
Apr 09, 2024 6:33:23 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e0a13022-2e70-4471-a192-46025c4166e2 shut down
Apr 09, 2024 6:33:23 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:23 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e0b86197-4952-43fa-adc9-e06a6f4313dc initialized
Apr 09, 2024 6:33:23 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e0b86197-4952-43fa-adc9-e06a6f4313dc shut down
Apr 09, 2024 6:33:23 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:23 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9834b5ea-612f-45fd-9aed-8e656afc6c71 initialized
Apr 09, 2024 6:33:23 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9834b5ea-612f-45fd-9aed-8e656afc6c71 shut down
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.885 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.364 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.334 s -- in org.eclipse.jnosql.mapping.core.query.RepositoryTypeTest
[INFO] Running org.eclipse.jnosql.mapping.core.DatabaseQualifierTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.jnosql.mapping.core.DatabaseQualifierTest
[INFO] Running org.eclipse.jnosql.mapping.core.ConvertersTest
Apr 09, 2024 6:33:23 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:23 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9e9086a9-c1e5-4598-b962-51d3da09fa93 initialized
Apr 09, 2024 6:33:23 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9e9086a9-c1e5-4598-b962-51d3da09fa93 shut down
Apr 09, 2024 6:33:23 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:23 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 839f7afd-13f8-46c8-8ca5-4230d9877437 initialized
Apr 09, 2024 6:33:24 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 839f7afd-13f8-46c8-8ca5-4230d9877437 shut down
Apr 09, 2024 6:33:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:24 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ec8977fd-5582-424c-94cd-dd0a0af04131 initialized
Apr 09, 2024 6:33:24 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ec8977fd-5582-424c-94cd-dd0a0af04131 shut down
Apr 09, 2024 6:33:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:24 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container baf63b66-6302-495d-a888-6657d2ffd285 initialized
Apr 09, 2024 6:33:24 PM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.core.VetedConverter not found on CDI context, creating by constructor
Apr 09, 2024 6:33:24 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container baf63b66-6302-495d-a888-6657d2ffd285 shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 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.064 s -- in org.eclipse.jnosql.mapping.core.DatabaseMetadataTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 279, 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:76: warning: no comment
[WARNING] public static final class DynamicQueryMethodReturnBuilder {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:67: warning: no comment
[WARNING] public static DynamicQueryMethodReturnBuilder builder() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:117: warning: no comment
[WARNING] public DynamicQueryMethodReturn build() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:96: warning: no comment
[WARNING] public DynamicQueryMethodReturnBuilder withArgs(Object[] args) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:91: warning: no comment
[WARNING] public DynamicQueryMethodReturnBuilder withMethod(Method method) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:113: warning: no comment
[WARNING] public DynamicQueryMethodReturnBuilder withPrepareConverter(Function<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:108: warning: no comment
[WARNING] public DynamicQueryMethodReturnBuilder withQueryConverter(Function<String, Stream<?>> queryConverter) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:103: warning: no comment
[WARNING] public DynamicQueryMethodReturnBuilder withTypeClass(Class<?> typeClass) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/spi/EntityMetadataExtension.java:51: warning: no comment
[WARNING] public void afterBeanDiscovery(@Observes BeforeBeanDiscovery event) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/InstanceRepositoryReturn.java:22: warning: no comment
[WARNING] public class InstanceRepositoryReturn implements RepositoryReturn {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/RepositoryReturn.java:21: warning: no comment
[WARNING] <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] 42 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/target/jnosql-mapping-core-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-core ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/target/jacoco.exec
[INFO] Analyzed bundle 'jnosql-mapping-core' with 40 classes
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jnosql-mapping-core ---
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-core/1.1.1-SNAPSHOT/jnosql-mapping-core-1.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/target/jnosql-mapping-core-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-core/1.1.1-SNAPSHOT/jnosql-mapping-core-1.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/target/jnosql-mapping-core-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-core/1.1.1-SNAPSHOT/jnosql-mapping-core-1.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/target/jnosql-mapping-core-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-core/1.1.1-SNAPSHOT/jnosql-mapping-core-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] ------< org.eclipse.jnosql.mapping:jnosql-mapping-semistructured >------
[INFO] Building jnosql-mapping-semistructured 1.1.1-SNAPSHOT            [11/15]
[INFO]   from jnosql-mapping/jnosql-mapping-semistructured/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-semistructured ---
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-semistructured ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 103 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 103 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.12.1:compile (default-compile) @ jnosql-mapping-semistructured ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 26 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-semistructured ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-semistructured ---
[INFO] Copying 3 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jnosql-mapping-semistructured ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 74 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/src/test/java/org/eclipse/jnosql/mapping/semistructured/MapperDeleteTest.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/MapperDeleteTest.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.EntityImmutableTest
Apr 09, 2024 6:33:30 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
Apr 09, 2024 6:33:31 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:31 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 84beb09e-1ce5-430a-b26e-82dbdf67618a initialized
Apr 09, 2024 6:33:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 84beb09e-1ce5-430a-b26e-82dbdf67618a shut down
Apr 09, 2024 6:33:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:37 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 703df88f-b96b-4de6-bdf1-af5a865d1b9f initialized
Apr 09, 2024 6:33:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 703df88f-b96b-4de6-bdf1-af5a865d1b9f shut down
Apr 09, 2024 6:33:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:37 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container eb3d8f7d-93ea-4621-a627-aee5ae79b891 initialized
Apr 09, 2024 6:33:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container eb3d8f7d-93ea-4621-a627-aee5ae79b891 shut down
Apr 09, 2024 6:33:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:37 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2f9bf81c-7508-48a8-a457-496727bd4074 initialized
Apr 09, 2024 6:33:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2f9bf81c-7508-48a8-a457-496727bd4074 shut down
Apr 09, 2024 6:33:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:37 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f3e58306-0d94-4ba1-98e5-465452929f79 initialized
Apr 09, 2024 6:33:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f3e58306-0d94-4ba1-98e5-465452929f79 shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.102 s -- in org.eclipse.jnosql.mapping.semistructured.EntityImmutableTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperObserverTest
Apr 09, 2024 6:33:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:37 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 360a8a00-a794-45b6-ab35-48ef9b8c454a initialized
Apr 09, 2024 6:33:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 360a8a00-a794-45b6-ab35-48ef9b8c454a shut down
Apr 09, 2024 6:33:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:37 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a77cc5f3-236c-4457-a19b-b64224338845 initialized
Apr 09, 2024 6:33:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a77cc5f3-236c-4457-a19b-b64224338845 shut down
Apr 09, 2024 6:33:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:38 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bf473e9f-5b89-4e98-bf4c-05b9a29f48bb initialized
Apr 09, 2024 6:33:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bf473e9f-5b89-4e98-bf4c-05b9a29f48bb shut down
Apr 09, 2024 6:33:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:38 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c268a031-60e8-434d-9381-1507e4d7adab initialized
Apr 09, 2024 6:33:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c268a031-60e8-434d-9381-1507e4d7adab shut down
Apr 09, 2024 6:33:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:38 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8d665cbd-35d3-4d84-aa67-ae1b458df8d0 initialized
Apr 09, 2024 6:33:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8d665cbd-35d3-4d84-aa67-ae1b458df8d0 shut down
Apr 09, 2024 6:33:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:38 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7b627f64-541b-4269-af61-846a4bdb8406 initialized
Apr 09, 2024 6:33:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7b627f64-541b-4269-af61-846a4bdb8406 shut down
Apr 09, 2024 6:33:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:38 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9e1b1a7b-1bae-49ee-bcb6-df9244ffc983 initialized
Apr 09, 2024 6:33:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9e1b1a7b-1bae-49ee-bcb6-df9244ffc983 shut down
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.607 s -- in org.eclipse.jnosql.mapping.semistructured.MapperObserverTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.EventPersistManagerTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.993 s -- in org.eclipse.jnosql.mapping.semistructured.EventPersistManagerTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.DatabaseQualifierTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.jnosql.mapping.semistructured.DatabaseQualifierTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.ParamsBinderTest
Apr 09, 2024 6:33:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:39 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d61c698f-fb25-4a69-99a0-d6502884a0b5 initialized
Apr 09, 2024 6:33:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d61c698f-fb25-4a69-99a0-d6502884a0b5 shut down
Apr 09, 2024 6:33:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 586562f7-970c-44a0-ac90-5466047114d3 initialized
Apr 09, 2024 6:33:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 586562f7-970c-44a0-ac90-5466047114d3 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.727 s -- in org.eclipse.jnosql.mapping.semistructured.query.ParamsBinderTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyTest
Apr 09, 2024 6:33:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c29621a8-5ba9-4eac-b2c0-d310d7167453 initialized
Apr 09, 2024 6:33:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c29621a8-5ba9-4eac-b2c0-d310d7167453 shut down
Apr 09, 2024 6:33:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1db3a0d1-18d8-4e71-94b7-84afffe73503 initialized
Apr 09, 2024 6:33:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1db3a0d1-18d8-4e71-94b7-84afffe73503 shut down
Apr 09, 2024 6:33:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9c452eec-492e-4b0c-bb0e-8d07d87f69e3 initialized
Apr 09, 2024 6:33:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9c452eec-492e-4b0c-bb0e-8d07d87f69e3 shut down
Apr 09, 2024 6:33:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9d899083-342c-4fb5-a43a-96cdcdde964f initialized
Apr 09, 2024 6:33:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9d899083-342c-4fb5-a43a-96cdcdde964f shut down
Apr 09, 2024 6:33:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 19e58af1-cfda-49b4-941b-7c1c0f0f9f68 initialized
Apr 09, 2024 6:33:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 19e58af1-cfda-49b4-941b-7c1c0f0f9f68 shut down
Apr 09, 2024 6:33:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 03640413-6530-4755-81da-9c6d2baf4f45 initialized
Apr 09, 2024 6:33:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 03640413-6530-4755-81da-9c6d2baf4f45 shut down
Apr 09, 2024 6:33:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ae27d1d8-b242-44ab-a9ea-0b8fd31cba5c initialized
Apr 09, 2024 6:33:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ae27d1d8-b242-44ab-a9ea-0b8fd31cba5c shut down
Apr 09, 2024 6:33:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a5f5532c-c544-4512-95fa-d1b57ee00b0b initialized
Apr 09, 2024 6:33:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a5f5532c-c544-4512-95fa-d1b57ee00b0b shut down
Apr 09, 2024 6:33:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d0d3915a-e360-4557-a666-ebfc2585113a initialized
Apr 09, 2024 6:33:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d0d3915a-e360-4557-a666-ebfc2585113a shut down
Apr 09, 2024 6:33:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f3fc51bb-1122-4889-a5c9-bbf9066d9118 initialized
Apr 09, 2024 6:33:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f3fc51bb-1122-4889-a5c9-bbf9066d9118 shut down
Apr 09, 2024 6:33:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6d1443ee-36c7-494c-aba0-adca772b954d initialized
Apr 09, 2024 6:33:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6d1443ee-36c7-494c-aba0-adca772b954d shut down
Apr 09, 2024 6:33:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8d9b4442-1070-4be0-85a0-6d69508cea26 initialized
Apr 09, 2024 6:33:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8d9b4442-1070-4be0-85a0-6d69508cea26 shut down
Apr 09, 2024 6:33:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3c76203f-b262-4e97-ab00-f3a9b50c3be3 initialized
Apr 09, 2024 6:33:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3c76203f-b262-4e97-ab00-f3a9b50c3be3 shut down
Apr 09, 2024 6:33:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 84163670-3f39-4b26-b140-ebe1c96e8432 initialized
Apr 09, 2024 6:33:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 84163670-3f39-4b26-b140-ebe1c96e8432 shut down
Apr 09, 2024 6:33:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1d4f1eb5-b6d2-4d68-b827-f45c5624424a initialized
Apr 09, 2024 6:33:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1d4f1eb5-b6d2-4d68-b827-f45c5624424a shut down
Apr 09, 2024 6:33:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 765eb86b-80cb-4de4-9fc7-7579218c08e3 initialized
Apr 09, 2024 6:33:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 765eb86b-80cb-4de4-9fc7-7579218c08e3 shut down
Apr 09, 2024 6:33:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f5f941dd-6fe1-4e13-96e3-0cb2414ae3f9 initialized
Apr 09, 2024 6:33:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f5f941dd-6fe1-4e13-96e3-0cb2414ae3f9 shut down
Apr 09, 2024 6:33:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 018489aa-8595-46ad-ac1e-81d57979980a initialized
Apr 09, 2024 6:33:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 018489aa-8595-46ad-ac1e-81d57979980a shut down
Apr 09, 2024 6:33:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c1950b44-e8b8-4ec3-b935-586442573b90 initialized
Apr 09, 2024 6:33:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c1950b44-e8b8-4ec3-b935-586442573b90 shut down
Apr 09, 2024 6:33:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a02dbf4f-3e15-4e86-b59d-e95c49663426 initialized
Apr 09, 2024 6:33:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a02dbf4f-3e15-4e86-b59d-e95c49663426 shut down
Apr 09, 2024 6:33:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4aee082d-3a15-4402-9179-1e64433e5a69 initialized
Apr 09, 2024 6:33:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4aee082d-3a15-4402-9179-1e64433e5a69 shut down
Apr 09, 2024 6:33:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f89ca7e3-6892-4f4d-9370-a00f935b8994 initialized
Apr 09, 2024 6:33:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f89ca7e3-6892-4f4d-9370-a00f935b8994 shut down
Apr 09, 2024 6:33:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container befcdf5f-7764-4008-88a5-e53c8be2da98 initialized
Apr 09, 2024 6:33:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container befcdf5f-7764-4008-88a5-e53c8be2da98 shut down
Apr 09, 2024 6:33:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 63066092-2ca9-4d2c-b479-0bda0c2a8d77 initialized
Apr 09, 2024 6:33:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 63066092-2ca9-4d2c-b479-0bda0c2a8d77 shut down
Apr 09, 2024 6:33:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 69f692bb-75d6-4cc3-859e-bea390dbdb1c initialized
Apr 09, 2024 6:33:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 69f692bb-75d6-4cc3-859e-bea390dbdb1c shut down
Apr 09, 2024 6:33:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5a94cb90-d1a3-4d04-ba77-ef1380570670 initialized
Apr 09, 2024 6:33:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5a94cb90-d1a3-4d04-ba77-ef1380570670 shut down
Apr 09, 2024 6:33:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 27727c49-b68a-4244-aaeb-b42dc3d5190a initialized
Apr 09, 2024 6:33:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 27727c49-b68a-4244-aaeb-b42dc3d5190a shut down
Apr 09, 2024 6:33:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6affa506-21bf-4631-9b06-46e53e1fb62f initialized
Apr 09, 2024 6:33:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6affa506-21bf-4631-9b06-46e53e1fb62f shut down
Apr 09, 2024 6:33:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 63f8a16b-9885-4da9-80e5-6bdad59eca0b initialized
Apr 09, 2024 6:33:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 63f8a16b-9885-4da9-80e5-6bdad59eca0b shut down
Apr 09, 2024 6:33:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bf79a742-040e-47dd-8255-bc8b46bd417c initialized
Apr 09, 2024 6:33:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bf79a742-040e-47dd-8255-bc8b46bd417c shut down
Apr 09, 2024 6:33:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ebc0028e-7ac3-4d2f-977b-e70ae688fff2 initialized
Apr 09, 2024 6:33:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ebc0028e-7ac3-4d2f-977b-e70ae688fff2 shut down
Apr 09, 2024 6:33:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7606f83c-1afc-4b82-9148-b9fb9bd89e3d initialized
Apr 09, 2024 6:33:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7606f83c-1afc-4b82-9148-b9fb9bd89e3d shut down
Apr 09, 2024 6:33:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c5b875ad-d689-48f6-bc3e-3776d0593947 initialized
Apr 09, 2024 6:33:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c5b875ad-d689-48f6-bc3e-3776d0593947 shut down
Apr 09, 2024 6:33:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7b4947bc-3620-4471-9bed-1d524d43a73b initialized
Apr 09, 2024 6:33:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7b4947bc-3620-4471-9bed-1d524d43a73b shut down
Apr 09, 2024 6:33:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 90e395c1-69ed-42c9-9fdc-f64cedd4d4ef initialized
Apr 09, 2024 6:33:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 90e395c1-69ed-42c9-9fdc-f64cedd4d4ef shut down
Apr 09, 2024 6:33:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3e6d657a-af19-4b82-a219-d702d221b834 initialized
Apr 09, 2024 6:33:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3e6d657a-af19-4b82-a219-d702d221b834 shut down
Apr 09, 2024 6:33:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8104f28e-bd3c-44f7-9efd-ed535fca870c initialized
Apr 09, 2024 6:33:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8104f28e-bd3c-44f7-9efd-ed535fca870c shut down
Apr 09, 2024 6:33:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4986ccc7-a2ca-4375-a645-1a89af742a6d initialized
Apr 09, 2024 6:33:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4986ccc7-a2ca-4375-a645-1a89af742a6d shut down
Apr 09, 2024 6:33:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 22b12272-15ce-445e-912f-8220e09e15fa initialized
Apr 09, 2024 6:33:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 22b12272-15ce-445e-912f-8220e09e15fa shut down
Apr 09, 2024 6:33:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 98c7d8fd-b836-420b-b579-ca3284d3edbc initialized
Apr 09, 2024 6:33:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 98c7d8fd-b836-420b-b579-ca3284d3edbc shut down
Apr 09, 2024 6:33:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 577ff50f-975f-437b-93f1-3410f27e721f initialized
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 577ff50f-975f-437b-93f1-3410f27e721f shut down
Apr 09, 2024 6:33:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c5805813-6777-45e6-8751-54e584362599 initialized
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c5805813-6777-45e6-8751-54e584362599 shut down
Apr 09, 2024 6:33:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container eaec23b1-5d49-43cc-b222-3f8362a6ba2d initialized
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container eaec23b1-5d49-43cc-b222-3f8362a6ba2d shut down
Apr 09, 2024 6:33:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6d0b01fa-2d58-4fc5-a1c5-150b0c6fde94 initialized
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6d0b01fa-2d58-4fc5-a1c5-150b0c6fde94 shut down
Apr 09, 2024 6:33:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3b788b95-5548-42ca-8a36-281db6bf4c45 initialized
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3b788b95-5548-42ca-8a36-281db6bf4c45 shut down
Apr 09, 2024 6:33:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d2f2a0fb-8967-4ed7-af20-eacffdcece61 initialized
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d2f2a0fb-8967-4ed7-af20-eacffdcece61 shut down
Apr 09, 2024 6:33:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 55ffda22-0734-449f-9a19-e3e046e9df26 initialized
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 55ffda22-0734-449f-9a19-e3e046e9df26 shut down
Apr 09, 2024 6:33:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6cd059fb-e1fe-47ca-af56-efd5ec121ea6 initialized
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6cd059fb-e1fe-47ca-af56-efd5ec121ea6 shut down
Apr 09, 2024 6:33:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 504a1596-1929-4795-8f30-403436c4f4ad initialized
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 504a1596-1929-4795-8f30-403436c4f4ad shut down
Apr 09, 2024 6:33:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4545931f-79ba-4735-8984-484128b060d0 initialized
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4545931f-79ba-4735-8984-484128b060d0 shut down
Apr 09, 2024 6:33:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ad72474c-2030-41aa-aee5-d50e6ee1bfd8 initialized
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ad72474c-2030-41aa-aee5-d50e6ee1bfd8 shut down
Apr 09, 2024 6:33:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 859a0396-ec7c-4059-81e0-91d7934f5c01 initialized
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 859a0396-ec7c-4059-81e0-91d7934f5c01 shut down
Apr 09, 2024 6:33:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7cf915aa-262d-40ac-b9c7-b3bb7f085227 initialized
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7cf915aa-262d-40ac-b9c7-b3bb7f085227 shut down
Apr 09, 2024 6:33:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c4b8c92f-0402-43c0-b715-649d2cfbba4b initialized
Apr 09, 2024 6:33:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c4b8c92f-0402-43c0-b715-649d2cfbba4b shut down
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.564 s -- in org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.DynamicQueryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.907 s -- in org.eclipse.jnosql.mapping.semistructured.query.DynamicQueryTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.RepositorySemistructuredObserverParserTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.jnosql.mapping.semistructured.query.RepositorySemistructuredObserverParserTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.CrudRepositoryProxyTest
Apr 09, 2024 6:33:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:47 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dddf9526-fc85-42e5-9393-830fe67e27f5 initialized
Apr 09, 2024 6:33:47 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dddf9526-fc85-42e5-9393-830fe67e27f5 shut down
Apr 09, 2024 6:33:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:47 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5e9ecff9-3ebc-4c41-93c6-ddefd28213d6 initialized
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5e9ecff9-3ebc-4c41-93c6-ddefd28213d6 shut down
Apr 09, 2024 6:33:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8f4b05f6-7e1f-4f7a-9bb0-a60e32fcf744 initialized
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8f4b05f6-7e1f-4f7a-9bb0-a60e32fcf744 shut down
Apr 09, 2024 6:33:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container efe74595-3e13-468f-8051-aa6f1faa8b22 initialized
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container efe74595-3e13-468f-8051-aa6f1faa8b22 shut down
Apr 09, 2024 6:33:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 359dd884-050d-4648-9858-4b585f363217 initialized
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 359dd884-050d-4648-9858-4b585f363217 shut down
Apr 09, 2024 6:33:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container eec58483-a128-41f4-9e7e-eb1f4f684a2e initialized
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container eec58483-a128-41f4-9e7e-eb1f4f684a2e shut down
Apr 09, 2024 6:33:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5e6e7224-cc8e-4fe9-b40d-a3c7831c491c initialized
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5e6e7224-cc8e-4fe9-b40d-a3c7831c491c shut down
Apr 09, 2024 6:33:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 84db2748-d156-4e76-9a97-eef4fc9ee92a initialized
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 84db2748-d156-4e76-9a97-eef4fc9ee92a shut down
Apr 09, 2024 6:33:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d884789a-5203-468f-961b-2c2cd8801536 initialized
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d884789a-5203-468f-961b-2c2cd8801536 shut down
Apr 09, 2024 6:33:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3c851440-3d00-4afc-bd53-3ccd03a17adb initialized
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3c851440-3d00-4afc-bd53-3ccd03a17adb shut down
Apr 09, 2024 6:33:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 27643450-5249-44e8-a217-499cc06dc0de initialized
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 27643450-5249-44e8-a217-499cc06dc0de shut down
Apr 09, 2024 6:33:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9bf22f86-9321-415a-9f14-2c3a5f18eb96 initialized
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9bf22f86-9321-415a-9f14-2c3a5f18eb96 shut down
Apr 09, 2024 6:33:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8fdf6455-c491-4196-95bd-0c78f0c71d45 initialized
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8fdf6455-c491-4196-95bd-0c78f0c71d45 shut down
Apr 09, 2024 6:33:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e3ad767e-1ba3-4b74-b6f4-5df2b90927d4 initialized
Apr 09, 2024 6:33:48 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e3ad767e-1ba3-4b74-b6f4-5df2b90927d4 shut down
Apr 09, 2024 6:33:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cf8f153a-4160-4f23-9b5e-155dd52af4b4 initialized
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cf8f153a-4160-4f23-9b5e-155dd52af4b4 shut down
Apr 09, 2024 6:33:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e2d702ba-762e-45dc-bfc1-712f8ad13c28 initialized
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e2d702ba-762e-45dc-bfc1-712f8ad13c28 shut down
Apr 09, 2024 6:33:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 160657a1-bb27-4b18-868c-875c2232f085 initialized
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 160657a1-bb27-4b18-868c-875c2232f085 shut down
Apr 09, 2024 6:33:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b9b54e51-de38-47ee-8829-476ae1be6907 initialized
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b9b54e51-de38-47ee-8829-476ae1be6907 shut down
Apr 09, 2024 6:33:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5c4cf40b-29f6-4048-a241-4c1a20fbed71 initialized
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5c4cf40b-29f6-4048-a241-4c1a20fbed71 shut down
Apr 09, 2024 6:33:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bb6bd366-d77a-4f60-98b9-38cc847063e5 initialized
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bb6bd366-d77a-4f60-98b9-38cc847063e5 shut down
Apr 09, 2024 6:33:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 372484bb-d44b-4caa-af55-2b48c5c7c257 initialized
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 372484bb-d44b-4caa-af55-2b48c5c7c257 shut down
Apr 09, 2024 6:33:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5022b83c-c384-45c6-a96d-a8d934f836e0 initialized
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5022b83c-c384-45c6-a96d-a8d934f836e0 shut down
Apr 09, 2024 6:33:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 63838a1d-88b5-4332-bc41-5b4a94331bc3 initialized
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 63838a1d-88b5-4332-bc41-5b4a94331bc3 shut down
Apr 09, 2024 6:33:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8975b9c5-c17a-4a48-aa04-27b5b3e6677a initialized
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8975b9c5-c17a-4a48-aa04-27b5b3e6677a shut down
Apr 09, 2024 6:33:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1e6956a0-8a42-4d36-b268-dcf02300d388 initialized
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1e6956a0-8a42-4d36-b268-dcf02300d388 shut down
Apr 09, 2024 6:33:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container aecba252-36d0-44d3-bdba-d213cbbd04de initialized
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container aecba252-36d0-44d3-bdba-d213cbbd04de shut down
Apr 09, 2024 6:33:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8dccb1b2-7417-429f-a983-e6d957c09eb4 initialized
Apr 09, 2024 6:33:49 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8dccb1b2-7417-429f-a983-e6d957c09eb4 shut down
Apr 09, 2024 6:33:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c45a8214-3cf1-4893-832d-efcf029e0438 initialized
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c45a8214-3cf1-4893-832d-efcf029e0438 shut down
Apr 09, 2024 6:33:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:50 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0c20d9c2-dd72-4445-ad90-76d7ffd9181e initialized
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0c20d9c2-dd72-4445-ad90-76d7ffd9181e shut down
Apr 09, 2024 6:33:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:50 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 46bb9264-045c-474e-a18b-0eaeec771215 initialized
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 46bb9264-045c-474e-a18b-0eaeec771215 shut down
Apr 09, 2024 6:33:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:50 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a98c5de7-35bc-475e-bb21-a876469c96e0 initialized
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a98c5de7-35bc-475e-bb21-a876469c96e0 shut down
Apr 09, 2024 6:33:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:50 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7a74bf59-549e-4f1c-a8f4-b8a5af8f7915 initialized
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7a74bf59-549e-4f1c-a8f4-b8a5af8f7915 shut down
Apr 09, 2024 6:33:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:50 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5440327f-dbda-41b3-8f89-a596da902aa6 initialized
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5440327f-dbda-41b3-8f89-a596da902aa6 shut down
Apr 09, 2024 6:33:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:50 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 101f09c2-cf78-4373-b216-b673ce7df982 initialized
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 101f09c2-cf78-4373-b216-b673ce7df982 shut down
Apr 09, 2024 6:33:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:50 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container eb9ca556-05e9-4286-acf1-902db5197b9f initialized
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container eb9ca556-05e9-4286-acf1-902db5197b9f shut down
Apr 09, 2024 6:33:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:50 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 329bfb29-c81e-47f4-9786-d22383956a48 initialized
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 329bfb29-c81e-47f4-9786-d22383956a48 shut down
Apr 09, 2024 6:33:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:50 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 76756937-e4c7-491e-aed8-421ec1e9c528 initialized
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 76756937-e4c7-491e-aed8-421ec1e9c528 shut down
Apr 09, 2024 6:33:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:50 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6a807f34-a959-450f-a360-49a41e9bda53 initialized
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6a807f34-a959-450f-a360-49a41e9bda53 shut down
Apr 09, 2024 6:33:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:50 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0101bcf0-e6ef-434b-b8bc-e54e3ebf428e initialized
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0101bcf0-e6ef-434b-b8bc-e54e3ebf428e shut down
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.960 s -- in org.eclipse.jnosql.mapping.semistructured.query.CrudRepositoryProxyTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.SemistructuredParameterBasedQueryTest
Apr 09, 2024 6:33:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:50 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 84a796e0-dfeb-472e-a1fe-36abb34340a5 initialized
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 84a796e0-dfeb-472e-a1fe-36abb34340a5 shut down
Apr 09, 2024 6:33:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c5a394a5-d366-404d-96b3-7e21435fd1a4 initialized
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c5a394a5-d366-404d-96b3-7e21435fd1a4 shut down
Apr 09, 2024 6:33:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 11dea894-1197-4e87-9a9b-21942d273218 initialized
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 11dea894-1197-4e87-9a9b-21942d273218 shut down
Apr 09, 2024 6:33:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7b6988cb-c82f-4a7c-9f03-c58875337618 initialized
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7b6988cb-c82f-4a7c-9f03-c58875337618 shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.437 s -- in org.eclipse.jnosql.mapping.semistructured.query.SemistructuredParameterBasedQueryTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.CrudInheritanceRepositoryProxyTest
Apr 09, 2024 6:33:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 01c2c5e6-e7ef-4522-99da-3b79a4c7ff30 initialized
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 01c2c5e6-e7ef-4522-99da-3b79a4c7ff30 shut down
Apr 09, 2024 6:33:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e3434a2c-c3e8-4ec6-bbe0-8dbd32adeaaf initialized
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e3434a2c-c3e8-4ec6-bbe0-8dbd32adeaaf shut down
Apr 09, 2024 6:33:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3d804cb5-1996-49d9-b8b0-3718ba946c0a initialized
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3d804cb5-1996-49d9-b8b0-3718ba946c0a shut down
Apr 09, 2024 6:33:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3d8f5a5e-b3c9-4ea5-a008-d4b2a617b7fe initialized
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3d8f5a5e-b3c9-4ea5-a008-d4b2a617b7fe shut down
Apr 09, 2024 6:33:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f3f3be73-bbe8-4dba-abb5-d31599704b91 initialized
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f3f3be73-bbe8-4dba-abb5-d31599704b91 shut down
Apr 09, 2024 6:33:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5b837adc-53c6-4ead-91c1-f90b4a33ed48 initialized
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5b837adc-53c6-4ead-91c1-f90b4a33ed48 shut down
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 s -- in org.eclipse.jnosql.mapping.semistructured.query.CrudInheritanceRepositoryProxyTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyPageRequestTest
Apr 09, 2024 6:33:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c73a26a7-f948-48f0-8154-553eeffe8bad initialized
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c73a26a7-f948-48f0-8154-553eeffe8bad shut down
Apr 09, 2024 6:33:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ace820b8-50f9-4b38-8f32-dad7d627b3e7 initialized
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ace820b8-50f9-4b38-8f32-dad7d627b3e7 shut down
Apr 09, 2024 6:33:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3ea8a9b4-7381-4bee-9b5e-24f18c84b63d initialized
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3ea8a9b4-7381-4bee-9b5e-24f18c84b63d shut down
Apr 09, 2024 6:33:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 96106544-3bad-4c9f-8c1f-a99627000e84 initialized
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 96106544-3bad-4c9f-8c1f-a99627000e84 shut down
Apr 09, 2024 6:33:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c0ab319a-01fd-4c4b-84da-5ea7a2d80763 initialized
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c0ab319a-01fd-4c4b-84da-5ea7a2d80763 shut down
Apr 09, 2024 6:33:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c01dc3cc-1a24-4995-a56c-60402cd5e778 initialized
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c01dc3cc-1a24-4995-a56c-60402cd5e778 shut down
Apr 09, 2024 6:33:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1499cc28-db85-4d80-9b3e-9e0cc9a3de07 initialized
Apr 09, 2024 6:33:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1499cc28-db85-4d80-9b3e-9e0cc9a3de07 shut down
Apr 09, 2024 6:33:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b703d9d3-710d-4b1c-a5b6-f1bb023b5b72 initialized
Apr 09, 2024 6:33:52 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b703d9d3-710d-4b1c-a5b6-f1bb023b5b72 shut down
Apr 09, 2024 6:33:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e9394e3d-94e4-4755-85ae-7a8316904751 initialized
Apr 09, 2024 6:33:52 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e9394e3d-94e4-4755-85ae-7a8316904751 shut down
Apr 09, 2024 6:33:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 435886ec-815b-4554-b226-c9acfc99a9d6 initialized
Apr 09, 2024 6:33:52 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 435886ec-815b-4554-b226-c9acfc99a9d6 shut down
Apr 09, 2024 6:33:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7bf833ba-585f-43a1-8475-988687b6e0c0 initialized
Apr 09, 2024 6:33:52 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7bf833ba-585f-43a1-8475-988687b6e0c0 shut down
Apr 09, 2024 6:33:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ff16d77a-ff48-4e19-899f-f9e9b3d71d31 initialized
Apr 09, 2024 6:33:52 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ff16d77a-ff48-4e19-899f-f9e9b3d71d31 shut down
Apr 09, 2024 6:33:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 92e3912e-986c-42f8-98a4-fa9052715c8b initialized
Apr 09, 2024 6:33:52 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 92e3912e-986c-42f8-98a4-fa9052715c8b shut down
Apr 09, 2024 6:33:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 30022d59-a3a1-4340-86ee-89d30c921921 initialized
Apr 09, 2024 6:33:52 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 30022d59-a3a1-4340-86ee-89d30c921921 shut down
Apr 09, 2024 6:33:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5f4c4b45-720f-4587-bc88-280dc4bbe96e initialized
Apr 09, 2024 6:33:52 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5f4c4b45-720f-4587-bc88-280dc4bbe96e shut down
Apr 09, 2024 6:33:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 00bb1447-2457-4e19-82f0-7990ea19e1f8 initialized
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 00bb1447-2457-4e19-82f0-7990ea19e1f8 shut down
Apr 09, 2024 6:33:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3e21f621-851b-483b-96cf-78c93d8d9fb1 initialized
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3e21f621-851b-483b-96cf-78c93d8d9fb1 shut down
Apr 09, 2024 6:33:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a660e2cd-a4c0-47b1-8415-91328db3c6b8 initialized
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a660e2cd-a4c0-47b1-8415-91328db3c6b8 shut down
Apr 09, 2024 6:33:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0743c97a-9d0d-490f-9e07-85fb3622d1c0 initialized
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0743c97a-9d0d-490f-9e07-85fb3622d1c0 shut down
Apr 09, 2024 6:33:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8a74534a-db6d-4369-8715-d0c97b92e276 initialized
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8a74534a-db6d-4369-8715-d0c97b92e276 shut down
Apr 09, 2024 6:33:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 70c7f804-ef9c-463b-8e3c-a8a58fcf0eef initialized
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 70c7f804-ef9c-463b-8e3c-a8a58fcf0eef shut down
Apr 09, 2024 6:33:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f3873798-a5fa-4450-b399-a96352512b45 initialized
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f3873798-a5fa-4450-b399-a96352512b45 shut down
Apr 09, 2024 6:33:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ff2c11a2-24e4-4f40-a69c-e765650b6e64 initialized
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ff2c11a2-24e4-4f40-a69c-e765650b6e64 shut down
Apr 09, 2024 6:33:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dcaf1514-dc88-4624-a377-c9f418bb8271 initialized
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dcaf1514-dc88-4624-a377-c9f418bb8271 shut down
Apr 09, 2024 6:33:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e197888d-c069-4424-a164-ee7480d2f1c2 initialized
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e197888d-c069-4424-a164-ee7480d2f1c2 shut down
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.094 s -- in org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyPageRequestTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperDeleteTest
Apr 09, 2024 6:33:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c18b3962-04ca-4447-b078-bc3b30f14403 initialized
Apr 09, 2024 6:33:53 PM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c18b3962-04ca-4447-b078-bc3b30f14403 shut down
Apr 09, 2024 6:33:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ca3343bf-7a9b-455a-b2d5-bd25132e88ed initialized
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ca3343bf-7a9b-455a-b2d5-bd25132e88ed shut down
Apr 09, 2024 6:33:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 73318eea-bcee-40a2-8c5e-b7959d62e52e initialized
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 73318eea-bcee-40a2-8c5e-b7959d62e52e shut down
Apr 09, 2024 6:33:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container eb46042f-9a1c-45d0-acaf-7760d74b514e initialized
Apr 09, 2024 6:33:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container eb46042f-9a1c-45d0-acaf-7760d74b514e shut down
Apr 09, 2024 6:33:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4dac264c-b42b-4a71-9c81-c5a46b0bdfed initialized
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4dac264c-b42b-4a71-9c81-c5a46b0bdfed shut down
Apr 09, 2024 6:33:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 91d2dca3-2f35-487b-9db6-d56a3bfcf6ce initialized
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 91d2dca3-2f35-487b-9db6-d56a3bfcf6ce shut down
Apr 09, 2024 6:33:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2c0c726d-ac71-4287-b72d-e0f90c329d5b initialized
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2c0c726d-ac71-4287-b72d-e0f90c329d5b shut down
Apr 09, 2024 6:33:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 89c535df-353e-4c56-8cc9-25983f8dd1b3 initialized
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 89c535df-353e-4c56-8cc9-25983f8dd1b3 shut down
Apr 09, 2024 6:33:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3619d887-8358-4771-b237-c84a8fa07684 initialized
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3619d887-8358-4771-b237-c84a8fa07684 shut down
Apr 09, 2024 6:33:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f2eb312b-bf02-4bb7-b192-48299541d9a3 initialized
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f2eb312b-bf02-4bb7-b192-48299541d9a3 shut down
Apr 09, 2024 6:33:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 30c53d8c-7796-4d70-aed8-761ce96bf88c initialized
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 30c53d8c-7796-4d70-aed8-761ce96bf88c shut down
Apr 09, 2024 6:33:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cd14d411-b860-45ea-9864-f6c2c083325e initialized
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cd14d411-b860-45ea-9864-f6c2c083325e shut down
Apr 09, 2024 6:33:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bae4af0b-748c-433a-b6ae-1c2525c32f71 initialized
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bae4af0b-748c-433a-b6ae-1c2525c32f71 shut down
Apr 09, 2024 6:33:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 47eea597-42f1-4c5a-a13e-4111a086cf82 initialized
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 47eea597-42f1-4c5a-a13e-4111a086cf82 shut down
Apr 09, 2024 6:33:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2441c5e3-d658-40e4-9e6f-a31181c85fe7 initialized
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2441c5e3-d658-40e4-9e6f-a31181c85fe7 shut down
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.936 s -- in org.eclipse.jnosql.mapping.semistructured.MapperDeleteTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterConstructorTest
Apr 09, 2024 6:33:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6e94a607-8e47-4979-a125-221415b7025d initialized
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6e94a607-8e47-4979-a125-221415b7025d shut down
Apr 09, 2024 6:33:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ffd65dc1-dd3c-43e4-83ed-e4aa298c9d9c initialized
Apr 09, 2024 6:33:54 PM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ffd65dc1-dd3c-43e4-83ed-e4aa298c9d9c shut down
Apr 09, 2024 6:33:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 01472843-8993-46a0-97fd-26e1bfbbfb14 initialized
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 01472843-8993-46a0-97fd-26e1bfbbfb14 shut down
Apr 09, 2024 6:33:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6fbce314-bfe3-42a1-9843-68e09198eb12 initialized
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6fbce314-bfe3-42a1-9843-68e09198eb12 shut down
Apr 09, 2024 6:33:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 89d89f56-5477-43de-8274-878d444da37d initialized
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 89d89f56-5477-43de-8274-878d444da37d shut down
Apr 09, 2024 6:33:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 55d942b1-ac8e-47fc-abbd-6e51d0b06b87 initialized
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 55d942b1-ac8e-47fc-abbd-6e51d0b06b87 shut down
Apr 09, 2024 6:33:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 14089d00-adac-4d11-95f8-7864d4393c97 initialized
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 14089d00-adac-4d11-95f8-7864d4393c97 shut down
Apr 09, 2024 6:33:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e3971c51-eeaa-4cf2-94fe-66c4e5b902bf initialized
Apr 09, 2024 6:33:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e3971c51-eeaa-4cf2-94fe-66c4e5b902bf shut down
Apr 09, 2024 6:33:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a8ff8d82-d656-448e-9384-d797caf5f37a initialized
Apr 09, 2024 6:33:55 PM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a8ff8d82-d656-448e-9384-d797caf5f37a shut down
Apr 09, 2024 6:33:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 822b39ce-3166-497e-8a72-2b57604eb0ce initialized
Apr 09, 2024 6:33:55 PM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 822b39ce-3166-497e-8a72-2b57604eb0ce shut down
Apr 09, 2024 6:33:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3b724620-c180-4a50-bf34-ac789bf4b0b9 initialized
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3b724620-c180-4a50-bf34-ac789bf4b0b9 shut down
Apr 09, 2024 6:33:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9a94ff8e-92c9-4542-87d4-1444e87932c8 initialized
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9a94ff8e-92c9-4542-87d4-1444e87932c8 shut down
Apr 09, 2024 6:33:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 66daba3a-cb34-4a8f-be23-c3556c1e5414 initialized
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 66daba3a-cb34-4a8f-be23-c3556c1e5414 shut down
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.632 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterConstructorTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.DefaultColumnTemplateTest
Apr 09, 2024 6:33:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9e884c87-3a8a-4b08-9c93-33a805e1506f initialized
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9e884c87-3a8a-4b08-9c93-33a805e1506f shut down
Apr 09, 2024 6:33:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d2b6f6a2-71a2-4826-90ae-776606c21f26 initialized
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d2b6f6a2-71a2-4826-90ae-776606c21f26 shut down
Apr 09, 2024 6:33:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ec91dfba-b714-44a9-8caa-f06ac62395a3 initialized
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ec91dfba-b714-44a9-8caa-f06ac62395a3 shut down
Apr 09, 2024 6:33:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8c5d76a8-b3b3-4853-8926-fa023f1199f3 initialized
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8c5d76a8-b3b3-4853-8926-fa023f1199f3 shut down
Apr 09, 2024 6:33:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2e7f180a-d5e0-4389-82a4-27d0e83b6448 initialized
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2e7f180a-d5e0-4389-82a4-27d0e83b6448 shut down
Apr 09, 2024 6:33:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4e2b97c9-d7d0-4bdb-a075-2707123d55c5 initialized
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4e2b97c9-d7d0-4bdb-a075-2707123d55c5 shut down
Apr 09, 2024 6:33:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d0c3582a-b312-4751-ba15-9cc3777cba02 initialized
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d0c3582a-b312-4751-ba15-9cc3777cba02 shut down
Apr 09, 2024 6:33:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6e8766be-a4d9-4355-b08b-762f0be6bc5c initialized
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6e8766be-a4d9-4355-b08b-762f0be6bc5c shut down
Apr 09, 2024 6:33:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c470f5e3-c30e-406d-86e5-dc64f9be685c initialized
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c470f5e3-c30e-406d-86e5-dc64f9be685c shut down
Apr 09, 2024 6:33:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d6dc8ac4-a5bb-4a6b-89b1-323d202851ca initialized
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d6dc8ac4-a5bb-4a6b-89b1-323d202851ca shut down
Apr 09, 2024 6:33:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 26cfae43-20a5-4ed5-b54d-af96224c8b5f initialized
Apr 09, 2024 6:33:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 26cfae43-20a5-4ed5-b54d-af96224c8b5f shut down
Apr 09, 2024 6:33:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 247c24d6-1d5d-4b5f-91af-a9327105e9e4 initialized
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 247c24d6-1d5d-4b5f-91af-a9327105e9e4 shut down
Apr 09, 2024 6:33:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1fc08d76-881c-44cd-8e50-dadfbc58a19d initialized
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1fc08d76-881c-44cd-8e50-dadfbc58a19d shut down
Apr 09, 2024 6:33:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2a762b3e-7c1e-4e2a-9b72-0cfeec7fc42b initialized
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2a762b3e-7c1e-4e2a-9b72-0cfeec7fc42b shut down
Apr 09, 2024 6:33:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3865e428-0964-4bf4-87f0-a234d30e8595 initialized
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3865e428-0964-4bf4-87f0-a234d30e8595 shut down
Apr 09, 2024 6:33:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0943729f-6c9f-4140-8719-c914bc579916 initialized
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0943729f-6c9f-4140-8719-c914bc579916 shut down
Apr 09, 2024 6:33:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ea64b3ce-dd61-4867-81bd-265690669bee initialized
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ea64b3ce-dd61-4867-81bd-265690669bee shut down
Apr 09, 2024 6:33:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 60d8e411-389c-4084-b7a3-8e238e8f3085 initialized
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 60d8e411-389c-4084-b7a3-8e238e8f3085 shut down
Apr 09, 2024 6:33:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a01c5662-d986-4c03-84db-a0675a55f81e initialized
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a01c5662-d986-4c03-84db-a0675a55f81e shut down
Apr 09, 2024 6:33:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 92afe5f0-8aa4-4eeb-b493-4b84e44dad32 initialized
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 92afe5f0-8aa4-4eeb-b493-4b84e44dad32 shut down
Apr 09, 2024 6:33:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0c65ef5b-f6a9-41f6-9b3d-aef79911b9c1 initialized
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0c65ef5b-f6a9-41f6-9b3d-aef79911b9c1 shut down
Apr 09, 2024 6:33:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 04f2c099-a4e1-48b6-afc4-59c70d604336 initialized
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 04f2c099-a4e1-48b6-afc4-59c70d604336 shut down
Apr 09, 2024 6:33:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9e0d246a-2db5-4d75-a7c1-1cd208808a35 initialized
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9e0d246a-2db5-4d75-a7c1-1cd208808a35 shut down
Apr 09, 2024 6:33:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 24c17780-3f8c-4bf1-ac0c-9485d1bab04f initialized
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 24c17780-3f8c-4bf1-ac0c-9485d1bab04f shut down
Apr 09, 2024 6:33:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 651abb4e-0e30-43fe-989e-57d7978db75b initialized
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 651abb4e-0e30-43fe-989e-57d7978db75b shut down
Apr 09, 2024 6:33:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 26ef08a1-c1b2-4013-aac5-61ace2d190e8 initialized
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 26ef08a1-c1b2-4013-aac5-61ace2d190e8 shut down
Apr 09, 2024 6:33:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bb893379-d235-473f-a8cc-b3e6b59d3f05 initialized
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bb893379-d235-473f-a8cc-b3e6b59d3f05 shut down
Apr 09, 2024 6:33:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 449b8e3b-ae45-4289-afa3-c769c0e49ec6 initialized
Apr 09, 2024 6:33:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 449b8e3b-ae45-4289-afa3-c769c0e49ec6 shut down
Apr 09, 2024 6:33:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 54d7d4be-1881-43d6-be6e-1ebba7fef61c initialized
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 54d7d4be-1881-43d6-be6e-1ebba7fef61c shut down
Apr 09, 2024 6:33:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 822ea241-92ff-438a-a24a-cc8e292d4bf1 initialized
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 822ea241-92ff-438a-a24a-cc8e292d4bf1 shut down
Apr 09, 2024 6:33:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 350ced19-0d03-41da-b994-c92a0090ed54 initialized
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 350ced19-0d03-41da-b994-c92a0090ed54 shut down
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.914 s -- in org.eclipse.jnosql.mapping.semistructured.DefaultColumnTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperSelectTest
Apr 09, 2024 6:33:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d95a3e36-4ef1-4859-95b0-425e0cd1ce08 initialized
Apr 09, 2024 6:33:57 PM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d95a3e36-4ef1-4859-95b0-425e0cd1ce08 shut down
Apr 09, 2024 6:33:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f24e90ee-ed6a-4513-8e5c-a3a06a6f642e initialized
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f24e90ee-ed6a-4513-8e5c-a3a06a6f642e shut down
Apr 09, 2024 6:33:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1869e257-d4eb-4a90-9dfd-e54bb7434370 initialized
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1869e257-d4eb-4a90-9dfd-e54bb7434370 shut down
Apr 09, 2024 6:33:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2f979bb7-4030-4b3e-8499-4e5535d9424f initialized
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2f979bb7-4030-4b3e-8499-4e5535d9424f shut down
Apr 09, 2024 6:33:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8f2b034d-d8a1-4466-a1a0-2a2c8552a05b initialized
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8f2b034d-d8a1-4466-a1a0-2a2c8552a05b shut down
Apr 09, 2024 6:33:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bceb49a0-f2a7-41da-8a51-85eecc8601f2 initialized
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bceb49a0-f2a7-41da-8a51-85eecc8601f2 shut down
Apr 09, 2024 6:33:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8d8c2d9c-ca2e-426f-a349-71df7742806b initialized
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8d8c2d9c-ca2e-426f-a349-71df7742806b shut down
Apr 09, 2024 6:33:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4fa17242-8cec-45ed-86ab-54cebbc70ee1 initialized
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4fa17242-8cec-45ed-86ab-54cebbc70ee1 shut down
Apr 09, 2024 6:33:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5a0710af-d1db-4465-ba37-6379db3f91c0 initialized
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5a0710af-d1db-4465-ba37-6379db3f91c0 shut down
Apr 09, 2024 6:33:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ad8c6825-db73-4a22-9b48-2f8d4f7bc487 initialized
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ad8c6825-db73-4a22-9b48-2f8d4f7bc487 shut down
Apr 09, 2024 6:33:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8f24a577-b156-4067-8fe2-ce77677d6873 initialized
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8f24a577-b156-4067-8fe2-ce77677d6873 shut down
Apr 09, 2024 6:33:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 94a632a8-5285-4cfa-963d-7d9255a162d8 initialized
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 94a632a8-5285-4cfa-963d-7d9255a162d8 shut down
Apr 09, 2024 6:33:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9a143b7d-12e2-4188-bfd5-8f94e23b8f6d initialized
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9a143b7d-12e2-4188-bfd5-8f94e23b8f6d shut down
Apr 09, 2024 6:33:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 088b4f66-9625-4e38-9e25-54104a003bfd initialized
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 088b4f66-9625-4e38-9e25-54104a003bfd shut down
Apr 09, 2024 6:33:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 78209733-c97e-4953-a649-809fa3112f97 initialized
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 78209733-c97e-4953-a649-809fa3112f97 shut down
Apr 09, 2024 6:33:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a449356d-1099-4070-90f0-60901813f84d initialized
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a449356d-1099-4070-90f0-60901813f84d shut down
Apr 09, 2024 6:33:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 28be5095-7362-4fb9-bb55-00d19191fee8 initialized
Apr 09, 2024 6:33:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 28be5095-7362-4fb9-bb55-00d19191fee8 shut down
Apr 09, 2024 6:33:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a7c1f647-321e-4b8d-a1de-f477dcc9da50 initialized
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a7c1f647-321e-4b8d-a1de-f477dcc9da50 shut down
Apr 09, 2024 6:33:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c84dd227-1afa-4664-aa63-046611eda1a1 initialized
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c84dd227-1afa-4664-aa63-046611eda1a1 shut down
Apr 09, 2024 6:33:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ab558605-47fc-4f8a-a1ba-31d2b75ddbdc initialized
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ab558605-47fc-4f8a-a1ba-31d2b75ddbdc shut down
Apr 09, 2024 6:33:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3dc5467a-f63c-4700-92ae-398ec5746429 initialized
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3dc5467a-f63c-4700-92ae-398ec5746429 shut down
Apr 09, 2024 6:33:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3f8aedfe-c0bc-47d9-a157-d3ef6f8e93ba initialized
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3f8aedfe-c0bc-47d9-a157-d3ef6f8e93ba shut down
Apr 09, 2024 6:33:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 30ae4b71-505d-4160-8674-d21595f79373 initialized
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 30ae4b71-505d-4160-8674-d21595f79373 shut down
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.119 s -- in org.eclipse.jnosql.mapping.semistructured.MapperSelectTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.TemplateInheritanceTest
Apr 09, 2024 6:33:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f1ce5c58-292b-4c0b-a321-2a2486c41e1f initialized
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f1ce5c58-292b-4c0b-a321-2a2486c41e1f shut down
Apr 09, 2024 6:33:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6c88d9f5-0f5d-405d-a6c5-fee5c2cdf3c0 initialized
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6c88d9f5-0f5d-405d-a6c5-fee5c2cdf3c0 shut down
Apr 09, 2024 6:33:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4fc4f9a9-6dbc-49ce-8d2a-d156172c0de4 initialized
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4fc4f9a9-6dbc-49ce-8d2a-d156172c0de4 shut down
Apr 09, 2024 6:33:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 38038e51-6331-4abd-93ae-016013d86977 initialized
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 38038e51-6331-4abd-93ae-016013d86977 shut down
Apr 09, 2024 6:33:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d9de6efe-35cd-4152-b627-43fd649ffb4e initialized
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d9de6efe-35cd-4152-b627-43fd649ffb4e shut down
Apr 09, 2024 6:33:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ac18c834-94af-496a-a91c-ce01f90c453a initialized
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ac18c834-94af-496a-a91c-ce01f90c453a shut down
Apr 09, 2024 6:33:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7e122a0e-f016-47d6-8902-76143d9f8234 initialized
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7e122a0e-f016-47d6-8902-76143d9f8234 shut down
Apr 09, 2024 6:33:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4a00febe-0b4c-4037-9a26-d4d580e1e325 initialized
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4a00febe-0b4c-4037-9a26-d4d580e1e325 shut down
Apr 09, 2024 6:33:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e5dd0c98-301e-44c5-a669-436a5ee18b68 initialized
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e5dd0c98-301e-44c5-a669-436a5ee18b68 shut down
Apr 09, 2024 6:33:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e7d5d84f-389e-4c4c-95da-4541438bb3bf initialized
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e7d5d84f-389e-4c4c-95da-4541438bb3bf shut down
Apr 09, 2024 6:33:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d6540a04-63ef-4b31-b119-82b88bd150ea initialized
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d6540a04-63ef-4b31-b119-82b88bd150ea shut down
Apr 09, 2024 6:33:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fe50a662-61ed-4460-8b6e-5fda66abe49b initialized
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fe50a662-61ed-4460-8b6e-5fda66abe49b shut down
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.559 s -- in org.eclipse.jnosql.mapping.semistructured.TemplateInheritanceTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterTest
Apr 09, 2024 6:33:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5bcf7be4-899e-4418-b4b6-45897d4c7bfe initialized
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5bcf7be4-899e-4418-b4b6-45897d4c7bfe shut down
Apr 09, 2024 6:33:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c12570d6-2b6b-4685-9179-bba16403fefd initialized
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c12570d6-2b6b-4685-9179-bba16403fefd shut down
Apr 09, 2024 6:33:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 83b5a61f-d436-41ba-a964-1213a0cc07a2 initialized
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 83b5a61f-d436-41ba-a964-1213a0cc07a2 shut down
Apr 09, 2024 6:33:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5abbd5eb-3ed3-4fa1-82a4-9844295031db initialized
Apr 09, 2024 6:33:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5abbd5eb-3ed3-4fa1-82a4-9844295031db shut down
Apr 09, 2024 6:33:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d791f0a1-b604-4ec9-be05-647c543ec1d0 initialized
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d791f0a1-b604-4ec9-be05-647c543ec1d0 shut down
Apr 09, 2024 6:33:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2e17c7d9-d40b-4f57-a9fa-adbde1f1a723 initialized
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2e17c7d9-d40b-4f57-a9fa-adbde1f1a723 shut down
Apr 09, 2024 6:33:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f4203561-274c-4025-9f84-0e84f570a20a initialized
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f4203561-274c-4025-9f84-0e84f570a20a shut down
Apr 09, 2024 6:33:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 09ef8de7-7951-4640-b1df-67476eca21af initialized
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 09ef8de7-7951-4640-b1df-67476eca21af shut down
Apr 09, 2024 6:33:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 45258228-5b2c-4e0a-96b1-cb1f268b5386 initialized
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 45258228-5b2c-4e0a-96b1-cb1f268b5386 shut down
Apr 09, 2024 6:33:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 58336cad-8d41-47bc-a7f9-d135440e3795 initialized
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 58336cad-8d41-47bc-a7f9-d135440e3795 shut down
Apr 09, 2024 6:33:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bc911980-3e2e-4c8e-8729-a67a48a04132 initialized
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bc911980-3e2e-4c8e-8729-a67a48a04132 shut down
Apr 09, 2024 6:33:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 796620fa-6713-47bf-8f7d-06516c088439 initialized
Apr 09, 2024 6:33:59 PM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 796620fa-6713-47bf-8f7d-06516c088439 shut down
Apr 09, 2024 6:33:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9a53943d-e4aa-4746-929c-7730ce121d38 initialized
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9a53943d-e4aa-4746-929c-7730ce121d38 shut down
Apr 09, 2024 6:33:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c13cb1ea-5a8d-4d49-ae09-01773db136c2 initialized
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c13cb1ea-5a8d-4d49-ae09-01773db136c2 shut down
Apr 09, 2024 6:33:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5d254f5b-373a-4076-9f65-56dea7b89985 initialized
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5d254f5b-373a-4076-9f65-56dea7b89985 shut down
Apr 09, 2024 6:33:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cf1878c8-9a30-4d3a-8031-5d9b97738195 initialized
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cf1878c8-9a30-4d3a-8031-5d9b97738195 shut down
Apr 09, 2024 6:33:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 64b7e1ff-871f-466d-986e-bef2d70ff4dc initialized
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 64b7e1ff-871f-466d-986e-bef2d70ff4dc shut down
Apr 09, 2024 6:33:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a9152174-771e-4d17-82b8-43a3de77ee44 initialized
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a9152174-771e-4d17-82b8-43a3de77ee44 shut down
Apr 09, 2024 6:33:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f02bc9be-1165-47f7-9a16-a1a03aae5570 initialized
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f02bc9be-1165-47f7-9a16-a1a03aae5570 shut down
Apr 09, 2024 6:33:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4dc3585d-ea48-4909-a44f-8baee682d5bd initialized
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4dc3585d-ea48-4909-a44f-8baee682d5bd shut down
Apr 09, 2024 6:33:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a60e0dd3-9489-4e51-a1db-07b9d875d350 initialized
Apr 09, 2024 6:33:59 PM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a60e0dd3-9489-4e51-a1db-07b9d875d350 shut down
Apr 09, 2024 6:33:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c7c3009b-3a85-409e-b663-cdba6c12c830 initialized
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c7c3009b-3a85-409e-b663-cdba6c12c830 shut down
Apr 09, 2024 6:33:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 34d1b073-c355-48d1-9d2b-ea115d169dd7 initialized
Apr 09, 2024 6:33:59 PM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor
Apr 09, 2024 6:33:59 PM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 34d1b073-c355-48d1-9d2b-ea115d169dd7 shut down
Apr 09, 2024 6:33:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c8ce4d71-3040-4b4f-8629-10e3d75b8df4 initialized
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c8ce4d71-3040-4b4f-8629-10e3d75b8df4 shut down
Apr 09, 2024 6:33:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:33:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fc3bf6c3-c93c-48a3-ba9b-3fdd0ae74289 initialized
Apr 09, 2024 6:33:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fc3bf6c3-c93c-48a3-ba9b-3fdd0ae74289 shut down
Apr 09, 2024 6:33:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1c443a63-0a5f-4ddb-af4e-13eaf3e2cdf6 initialized
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1c443a63-0a5f-4ddb-af4e-13eaf3e2cdf6 shut down
Apr 09, 2024 6:34:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 432d39ab-992c-44ae-bc08-3871c4afa137 initialized
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 432d39ab-992c-44ae-bc08-3871c4afa137 shut down
Apr 09, 2024 6:34:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ff921d0a-f102-450a-85bc-4822cd0f08b9 initialized
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ff921d0a-f102-450a-85bc-4822cd0f08b9 shut down
Apr 09, 2024 6:34:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 427501ba-df28-4c5c-9230-c1244d165f36 initialized
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 427501ba-df28-4c5c-9230-c1244d165f36 shut down
Apr 09, 2024 6:34:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5d9ef4ce-48d5-4800-b4bd-6f53f0ffb3c6 initialized
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5d9ef4ce-48d5-4800-b4bd-6f53f0ffb3c6 shut down
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.394 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterInheritanceTest
Apr 09, 2024 6:34:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c4d0e45d-28f2-40f7-8682-92e3669572b4 initialized
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c4d0e45d-28f2-40f7-8682-92e3669572b4 shut down
Apr 09, 2024 6:34:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0df1ca77-3a12-48f3-9fc9-db1c92711400 initialized
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0df1ca77-3a12-48f3-9fc9-db1c92711400 shut down
Apr 09, 2024 6:34:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e44953c3-15cc-47f2-ae85-a077e63d7819 initialized
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e44953c3-15cc-47f2-ae85-a077e63d7819 shut down
Apr 09, 2024 6:34:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2ca37f17-01f4-4179-9a69-21a7f064f1f4 initialized
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2ca37f17-01f4-4179-9a69-21a7f064f1f4 shut down
Apr 09, 2024 6:34:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5ddea6fe-30e8-4516-ac34-7c52da923b19 initialized
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5ddea6fe-30e8-4516-ac34-7c52da923b19 shut down
Apr 09, 2024 6:34:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e347e4f0-369d-47e5-970a-6ccbcd28cc07 initialized
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e347e4f0-369d-47e5-970a-6ccbcd28cc07 shut down
Apr 09, 2024 6:34:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 44c07ad5-7238-4746-b4e4-706e41d35627 initialized
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 44c07ad5-7238-4746-b4e4-706e41d35627 shut down
Apr 09, 2024 6:34:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c6c3dc01-2242-4874-a915-3bf6aeb0eaf7 initialized
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c6c3dc01-2242-4874-a915-3bf6aeb0eaf7 shut down
Apr 09, 2024 6:34:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9df11f8f-d8c8-4c40-b712-25ada58d5d9c initialized
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9df11f8f-d8c8-4c40-b712-25ada58d5d9c shut down
Apr 09, 2024 6:34:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c02a1ac1-244f-4d67-8003-b114358710cb initialized
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c02a1ac1-244f-4d67-8003-b114358710cb shut down
Apr 09, 2024 6:34:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 362a4e08-eb48-4748-9041-cd0c6864e744 initialized
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 362a4e08-eb48-4748-9041-cd0c6864e744 shut down
Apr 09, 2024 6:34:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a70e9e83-a125-42f1-a2d9-a2637b011698 initialized
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a70e9e83-a125-42f1-a2d9-a2637b011698 shut down
Apr 09, 2024 6:34:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7173033c-1ed2-4007-975c-bd6bf61379f7 initialized
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7173033c-1ed2-4007-975c-bd6bf61379f7 shut down
Apr 09, 2024 6:34:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 97bdb8a6-42a1-44ec-9838-f701e7f4c1b4 initialized
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 97bdb8a6-42a1-44ec-9838-f701e7f4c1b4 shut down
Apr 09, 2024 6:34:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d78ea98a-ddcf-4530-8ed8-ba2b1857b0cc initialized
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d78ea98a-ddcf-4530-8ed8-ba2b1857b0cc shut down
Apr 09, 2024 6:34:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7e015e8d-dafb-471b-adca-8c8f8b9523ac initialized
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7e015e8d-dafb-471b-adca-8c8f8b9523ac shut down
Apr 09, 2024 6:34:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ba67cfcd-bca3-485d-8b07-8af8a18cad34 initialized
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ba67cfcd-bca3-485d-8b07-8af8a18cad34 shut down
Apr 09, 2024 6:34:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 39e3966a-07c6-4456-b8e1-19aa24065da2 initialized
Apr 09, 2024 6:34:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 39e3966a-07c6-4456-b8e1-19aa24065da2 shut down
Apr 09, 2024 6:34:01 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:01 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:01 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dac544e0-e37a-4ddc-8e05-6c7a6b913edc initialized
Apr 09, 2024 6:34:01 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dac544e0-e37a-4ddc-8e05-6c7a6b913edc shut down
Apr 09, 2024 6:34:01 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:01 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:01 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d4735a0a-6d50-4cc6-9e36-92bb9eb3e91d initialized
Apr 09, 2024 6:34:01 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d4735a0a-6d50-4cc6-9e36-92bb9eb3e91d shut down
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.863 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterInheritanceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 306, 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] 103 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 103 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:319: 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:50: 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:40: warning: no comment
[WARNING] INSTANCE;
[WARNING] ^
[WARNING] 18 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.12.1:compile (default-compile) @ jnosql-mapping-document ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 8 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/jnosql/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.12.1:testCompile (default-testCompile) @ jnosql-mapping-document ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-document ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.jnosql.mapping.document.query.DocumentRepositoryExtensionTest
Apr 09, 2024 6:34:05 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
Apr 09, 2024 6:34:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:05 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 09, 2024 6:34:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:09 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 09, 2024 6:34:09 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
Apr 09, 2024 6:34:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cdd0286e-5f4f-4815-b9c8-a3a8aec8fa15 initialized
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
Apr 09, 2024 6:34:12 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cdd0286e-5f4f-4815-b9c8-a3a8aec8fa15 shut down
Apr 09, 2024 6:34:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:12 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:12 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:12 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 09, 2024 6:34:12 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:12 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 09, 2024 6:34:12 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
Apr 09, 2024 6:34:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b6472fc8-33ce-4ab6-8058-a64354bc0506 initialized
Apr 09, 2024 6:34:12 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b6472fc8-33ce-4ab6-8058-a64354bc0506 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.626 s -- in org.eclipse.jnosql.mapping.document.query.DocumentRepositoryExtensionTest
[INFO] Running org.eclipse.jnosql.mapping.document.DefaultDocumentTemplateProducerTest
Apr 09, 2024 6:34:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:12 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:12 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:12 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 09, 2024 6:34:12 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:12 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 09, 2024 6:34:12 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
Apr 09, 2024 6:34:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f5419c95-31b0-44d2-9204-72138f0436da initialized
Apr 09, 2024 6:34:12 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f5419c95-31b0-44d2-9204-72138f0436da shut down
Apr 09, 2024 6:34:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:12 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:12 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:12 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 09, 2024 6:34:12 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:12 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 09, 2024 6:34:12 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
Apr 09, 2024 6:34:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 35d5339e-b6f2-41e3-9bd0-2668effb8e18 initialized
Apr 09, 2024 6:34:12 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 35d5339e-b6f2-41e3-9bd0-2668effb8e18 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 s -- in org.eclipse.jnosql.mapping.document.DefaultDocumentTemplateProducerTest
[INFO] Running org.eclipse.jnosql.mapping.document.configuration.DocumentManagerSupplierTest
Apr 09, 2024 6:34:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:12 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:12 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:12 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 09, 2024 6:34:12 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:12 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 09, 2024 6:34:12 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
Apr 09, 2024 6:34:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 792f2e66-8976-45e5-982b-b9a18fe5b648 initialized
Apr 09, 2024 6:34:13 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 792f2e66-8976-45e5-982b-b9a18fe5b648 shut down
Apr 09, 2024 6:34:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:13 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:13 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 09, 2024 6:34:13 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:13 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 09, 2024 6:34:13 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
Apr 09, 2024 6:34:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bb1eb417-2c5b-4795-8a1e-440bce85674e initialized
Apr 09, 2024 6:34:13 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bb1eb417-2c5b-4795-8a1e-440bce85674e shut down
Apr 09, 2024 6:34:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:13 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:13 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 09, 2024 6:34:13 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:13 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 09, 2024 6:34:13 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
Apr 09, 2024 6:34:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1da52a17-bcd3-4454-8cd6-3cd95b4eab29 initialized
Apr 09, 2024 6:34:13 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1da52a17-bcd3-4454-8cd6-3cd95b4eab29 shut down
Apr 09, 2024 6:34:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:13 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:13 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 09, 2024 6:34:13 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:13 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 09, 2024 6:34:13 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
Apr 09, 2024 6:34:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 329bb2f0-a4a3-428c-9d9c-8ffb1e91d0f6 initialized
Apr 09, 2024 6:34:13 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 329bb2f0-a4a3-428c-9d9c-8ffb1e91d0f6 shut down
Apr 09, 2024 6:34:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:13 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:13 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 09, 2024 6:34:13 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:13 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 09, 2024 6:34:13 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
Apr 09, 2024 6:34:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a0131b33-1a98-487b-a7ae-a771872cfae6 initialized
Apr 09, 2024 6:34:13 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a0131b33-1a98-487b-a7ae-a771872cfae6 shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.062 s -- in org.eclipse.jnosql.mapping.document.configuration.DocumentManagerSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.document.DocumentTemplateTest
Apr 09, 2024 6:34:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
Apr 09, 2024 6:34:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b087af9a-3296-4ba2-b55b-7708a0f859d1 initialized
Apr 09, 2024 6:34:14 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b087af9a-3296-4ba2-b55b-7708a0f859d1 shut down
Apr 09, 2024 6:34:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
Apr 09, 2024 6:34:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4f6b0306-d6ca-45ca-b83a-f1f8127f8dc5 initialized
Apr 09, 2024 6:34:14 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4f6b0306-d6ca-45ca-b83a-f1f8127f8dc5 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.190 s -- in org.eclipse.jnosql.mapping.document.DocumentTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.document.spi.DocumentExtensionTest
Apr 09, 2024 6:34:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
Apr 09, 2024 6:34:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 886db28c-7332-4bd8-928b-2ad597384174 initialized
Apr 09, 2024 6:34:14 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 886db28c-7332-4bd8-928b-2ad597384174 shut down
Apr 09, 2024 6:34:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
Apr 09, 2024 6:34:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d4d68ef6-5cb2-425d-b7fc-95a4522f3015 initialized
Apr 09, 2024 6:34:14 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d4d68ef6-5cb2-425d-b7fc-95a4522f3015 shut down
Apr 09, 2024 6:34:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
Apr 09, 2024 6:34:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fa044b07-156f-48c6-9cd3-4bfb849684d5 initialized
Apr 09, 2024 6:34:14 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fa044b07-156f-48c6-9cd3-4bfb849684d5 shut down
Apr 09, 2024 6:34:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 09, 2024 6:34:14 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
Apr 09, 2024 6:34:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7e3fc237-006c-4141-8b7b-0778ee6108d8 initialized
Apr 09, 2024 6:34:14 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7e3fc237-006c-4141-8b7b-0778ee6108d8 shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.408 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.12.1:compile (default-compile) @ jnosql-mapping-column ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 8 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/jnosql/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.12.1:testCompile (default-testCompile) @ jnosql-mapping-column ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 13 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-column ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.jnosql.mapping.column.ColumnTemplateTest
Apr 09, 2024 6:34:18 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
Apr 09, 2024 6:34:18 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:18 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:22 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:22 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:22 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 09, 2024 6:34:22 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 09, 2024 6:34:22 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
Apr 09, 2024 6:34:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fb9fdbdd-2063-410c-8e91-c6916d9a6fc3 initialized
Apr 09, 2024 6:34:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fb9fdbdd-2063-410c-8e91-c6916d9a6fc3 shut down
Apr 09, 2024 6:34:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:22 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:22 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:22 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:22 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 09, 2024 6:34:23 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 09, 2024 6:34:23 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
Apr 09, 2024 6:34:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fbba5aaf-fb51-4b68-9df5-5075ce1d515e initialized
Apr 09, 2024 6:34:23 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fbba5aaf-fb51-4b68-9df5-5075ce1d515e shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.033 s -- in org.eclipse.jnosql.mapping.column.ColumnTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.column.query.ColumnRepositoryExtensionTest
Apr 09, 2024 6:34:23 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:23 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:23 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:23 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:23 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 09, 2024 6:34:23 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 09, 2024 6:34:23 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
Apr 09, 2024 6:34:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 57f2a5a5-985f-4e1d-81b8-2198d33b6595 initialized
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
Apr 09, 2024 6:34:24 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 57f2a5a5-985f-4e1d-81b8-2198d33b6595 shut down
Apr 09, 2024 6:34:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:25 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
Apr 09, 2024 6:34:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0e81a94c-ad60-4f2f-80ab-d51b3f69ea90 initialized
Apr 09, 2024 6:34:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0e81a94c-ad60-4f2f-80ab-d51b3f69ea90 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.192 s -- in org.eclipse.jnosql.mapping.column.query.ColumnRepositoryExtensionTest
[INFO] Running org.eclipse.jnosql.mapping.column.spi.ColumnExtensionTest
Apr 09, 2024 6:34:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:25 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
Apr 09, 2024 6:34:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0b84bd6e-1093-49c8-b3b6-afa2f27cf79a initialized
Apr 09, 2024 6:34:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0b84bd6e-1093-49c8-b3b6-afa2f27cf79a shut down
Apr 09, 2024 6:34:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:25 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
Apr 09, 2024 6:34:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4607a6d6-d0f9-4878-a020-f47a2790b01f initialized
Apr 09, 2024 6:34:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4607a6d6-d0f9-4878-a020-f47a2790b01f shut down
Apr 09, 2024 6:34:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:25 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
Apr 09, 2024 6:34:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 17582acb-445e-45e8-9631-395dc5dcc7ed initialized
Apr 09, 2024 6:34:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 17582acb-445e-45e8-9631-395dc5dcc7ed shut down
Apr 09, 2024 6:34:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:25 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
Apr 09, 2024 6:34:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bd214964-8190-485e-b171-29ce0455edee initialized
Apr 09, 2024 6:34:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bd214964-8190-485e-b171-29ce0455edee shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.587 s -- in org.eclipse.jnosql.mapping.column.spi.ColumnExtensionTest
[INFO] Running org.eclipse.jnosql.mapping.column.configuration.ColumnManagerSupplierTest
Apr 09, 2024 6:34:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:25 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 09, 2024 6:34:25 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
Apr 09, 2024 6:34:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c55fe177-1aa8-4606-8e90-dca2b9e98cc3 initialized
Apr 09, 2024 6:34:26 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c55fe177-1aa8-4606-8e90-dca2b9e98cc3 shut down
Apr 09, 2024 6:34:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:26 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
Apr 09, 2024 6:34:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f449a5d1-a356-4852-86a9-31ce1889abe1 initialized
Apr 09, 2024 6:34:26 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f449a5d1-a356-4852-86a9-31ce1889abe1 shut down
Apr 09, 2024 6:34:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:26 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
Apr 09, 2024 6:34:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0115eb8b-3a18-4dd2-a70c-d17c7ddca072 initialized
Apr 09, 2024 6:34:26 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0115eb8b-3a18-4dd2-a70c-d17c7ddca072 shut down
Apr 09, 2024 6:34:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:26 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
Apr 09, 2024 6:34:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d6bfc3e2-c908-4d22-9fff-a0ba32627e17 initialized
Apr 09, 2024 6:34:26 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d6bfc3e2-c908-4d22-9fff-a0ba32627e17 shut down
Apr 09, 2024 6:34:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:26 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
Apr 09, 2024 6:34:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container df7fd11b-86bc-4e2c-ba3d-a678d1e7922c initialized
Apr 09, 2024 6:34:26 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container df7fd11b-86bc-4e2c-ba3d-a678d1e7922c shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.924 s -- in org.eclipse.jnosql.mapping.column.configuration.ColumnManagerSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.column.DefaultColumnTemplateProducerTest
Apr 09, 2024 6:34:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:26 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
Apr 09, 2024 6:34:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d0db27cb-bbd6-42f7-8296-165e60239bad initialized
Apr 09, 2024 6:34:26 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d0db27cb-bbd6-42f7-8296-165e60239bad shut down
Apr 09, 2024 6:34:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:26 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 09, 2024 6:34:26 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
Apr 09, 2024 6:34:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container faea530b-6213-4eb5-9179-75a78f702c76 initialized
Apr 09, 2024 6:34:26 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container faea530b-6213-4eb5-9179-75a78f702c76 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s -- in org.eclipse.jnosql.mapping.column.DefaultColumnTemplateProducerTest
[INFO] Running org.eclipse.jnosql.mapping.column.DatabaseQualifierTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.jnosql.mapping.column.DatabaseQualifierTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-column ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/target/jnosql-mapping-column-1.1.1-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-column >>>
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-column ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 24 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 24 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-column ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-column <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-column ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/target/jnosql-mapping-column-1.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-column ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/target/jnosql-mapping-column-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-column ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/target/jacoco.exec
[INFO] Analyzed bundle 'jnosql-mapping-column' with 7 classes
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jnosql-mapping-column ---
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-column/1.1.1-SNAPSHOT/jnosql-mapping-column-1.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/target/jnosql-mapping-column-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-column/1.1.1-SNAPSHOT/jnosql-mapping-column-1.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/target/jnosql-mapping-column-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-column/1.1.1-SNAPSHOT/jnosql-mapping-column-1.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/target/jnosql-mapping-column-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-column/1.1.1-SNAPSHOT/jnosql-mapping-column-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --------< org.eclipse.jnosql.mapping:jnosql-mapping-key-value >---------
[INFO] Building jnosql-mapping-key-value 1.1.1-SNAPSHOT                 [14/15]
[INFO]   from jnosql-mapping/jnosql-mapping-key-value/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-key-value ---
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-key-value ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 56 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 56 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-key-value ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-key-value ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.12.1:compile (default-compile) @ jnosql-mapping-key-value ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 22 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/jnosql/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.12.1:testCompile (default-testCompile) @ jnosql-mapping-key-value ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 31 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/jnosql/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.spi.KeyValueExtensionTest
Apr 09, 2024 6:34:31 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
Apr 09, 2024 6:34:31 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:31 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:35 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:35 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:35 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ca83e7dc-1bcd-43fd-89e6-f9705f0ea33d initialized
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
Apr 09, 2024 6:34:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ca83e7dc-1bcd-43fd-89e6-f9705f0ea33d shut down
Apr 09, 2024 6:34:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:37 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:37 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:37 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:37 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 927e8995-de73-46bb-8b43-2f4782812c9d initialized
Apr 09, 2024 6:34:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 927e8995-de73-46bb-8b43-2f4782812c9d shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.922 s -- in org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtensionTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateTest
Apr 09, 2024 6:34:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:37 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:37 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:37 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:37 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 170318cb-5185-480c-a745-cd96e1c6a9e7 initialized
Apr 09, 2024 6:34:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 170318cb-5185-480c-a745-cd96e1c6a9e7 shut down
Apr 09, 2024 6:34:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:37 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:37 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:37 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:37 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bbe78ffa-6102-423d-a6ae-e56dbe0b296e initialized
Apr 09, 2024 6:34:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bbe78ffa-6102-423d-a6ae-e56dbe0b296e shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.CollectionSupplierTest
Apr 09, 2024 6:34:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:38 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:38 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:38 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:38 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ebb489ac-2aaf-4842-af24-6d6c79288732 initialized
Apr 09, 2024 6:34:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ebb489ac-2aaf-4842-af24-6d6c79288732 shut down
Apr 09, 2024 6:34:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:38 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:38 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:38 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:38 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 99f841b3-a47a-4294-8379-77ca597c6cc7 initialized
Apr 09, 2024 6:34:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 99f841b3-a47a-4294-8379-77ca597c6cc7 shut down
Apr 09, 2024 6:34:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:38 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:38 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:38 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:38 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 38d504fb-1923-4761-9f30-e1dcdfc6e00b initialized
Apr 09, 2024 6:34:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 38d504fb-1923-4761-9f30-e1dcdfc6e00b shut down
Apr 09, 2024 6:34:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:38 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:38 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:38 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:38 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1480d721-dd45-49ed-b110-fe062a72d19d initialized
Apr 09, 2024 6:34:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1480d721-dd45-49ed-b110-fe062a72d19d shut down
Apr 09, 2024 6:34:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:38 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 421ef587-bac2-4721-968f-610646365c29 initialized
Apr 09, 2024 6:34:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 421ef587-bac2-4721-968f-610646365c29 shut down
Apr 09, 2024 6:34:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:39 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c2dda486-3ea0-4969-add1-63bfda650536 initialized
Apr 09, 2024 6:34:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c2dda486-3ea0-4969-add1-63bfda650536 shut down
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.234 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.CollectionSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerSupplierTest
Apr 09, 2024 6:34:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:39 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 549af50b-7ea7-4b69-a02f-623e39df759d initialized
Apr 09, 2024 6:34:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 549af50b-7ea7-4b69-a02f-623e39df759d shut down
Apr 09, 2024 6:34:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:39 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 70590755-a67b-49c4-8bad-b445ae7060da initialized
Apr 09, 2024 6:34:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 70590755-a67b-49c4-8bad-b445ae7060da shut down
Apr 09, 2024 6:34:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:39 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bfb9d664-21ee-4599-9ef8-00c9ed3660e7 initialized
Apr 09, 2024 6:34:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bfb9d664-21ee-4599-9ef8-00c9ed3660e7 shut down
Apr 09, 2024 6:34:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:39 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 36172ad2-86b9-48a1-8f64-e5b470a15409 initialized
Apr 09, 2024 6:34:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 36172ad2-86b9-48a1-8f64-e5b470a15409 shut down
Apr 09, 2024 6:34:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:39 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container da664fb9-f737-4e32-add1-31b42282111f initialized
Apr 09, 2024 6:34:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container da664fb9-f737-4e32-add1-31b42282111f shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerFactorySupplierTest
Apr 09, 2024 6:34:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:39 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6c79e475-81b1-4bc1-9c0a-5e71c79c3274 initialized
Apr 09, 2024 6:34:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6c79e475-81b1-4bc1-9c0a-5e71c79c3274 shut down
Apr 09, 2024 6:34:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:39 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5a0ad1ea-c0b1-402a-a2d7-0be84e0f9be3 initialized
Apr 09, 2024 6:34:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5a0ad1ea-c0b1-402a-a2d7-0be84e0f9be3 shut down
Apr 09, 2024 6:34:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:39 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:39 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6a6447db-fde2-467c-86d3-86cbb180b9b7 initialized
Apr 09, 2024 6:34:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6a6447db-fde2-467c-86d3-86cbb180b9b7 shut down
Apr 09, 2024 6:34:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3ff338ce-10cc-41fb-88a2-3867dfcc606a initialized
Apr 09, 2024 6:34:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3ff338ce-10cc-41fb-88a2-3867dfcc606a shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerFactorySupplierTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.query.DefaultKeyValueRepositoryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s -- in org.eclipse.jnosql.mapping.keyvalue.query.DefaultKeyValueRepositoryTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProducerTest
Apr 09, 2024 6:34:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 75efbdfc-8d59-4fbe-a468-0a0b4e2972eb initialized
Apr 09, 2024 6:34:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 75efbdfc-8d59-4fbe-a468-0a0b4e2972eb shut down
Apr 09, 2024 6:34:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 92cb07ab-5103-4665-bd87-afdff7644918 initialized
Apr 09, 2024 6:34:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 92cb07ab-5103-4665-bd87-afdff7644918 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s -- in org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProducerTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProxyTest
Apr 09, 2024 6:34:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b557567d-9230-487d-94eb-0bfaff7d0bc8 initialized
Apr 09, 2024 6:34:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b557567d-9230-487d-94eb-0bfaff7d0bc8 shut down
Apr 09, 2024 6:34:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e66d2aa0-61bc-4b3c-8172-af4e08560e82 initialized
Apr 09, 2024 6:34:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e66d2aa0-61bc-4b3c-8172-af4e08560e82 shut down
Apr 09, 2024 6:34:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container af1096c7-d0d5-483b-8148-1776850c36f8 initialized
Apr 09, 2024 6:34:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container af1096c7-d0d5-483b-8148-1776850c36f8 shut down
Apr 09, 2024 6:34:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 45dd2111-3adc-4f86-b23e-efeccf8e45cf initialized
Apr 09, 2024 6:34:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 45dd2111-3adc-4f86-b23e-efeccf8e45cf shut down
Apr 09, 2024 6:34:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 69b4b525-4a76-46f1-9e4c-cdb6190b1101 initialized
Apr 09, 2024 6:34:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 69b4b525-4a76-46f1-9e4c-cdb6190b1101 shut down
Apr 09, 2024 6:34:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 90ba77a0-87e2-4c6b-bbc3-94b4dcec06f5 initialized
Apr 09, 2024 6:34:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 90ba77a0-87e2-4c6b-bbc3-94b4dcec06f5 shut down
Apr 09, 2024 6:34:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:40 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5db3288b-2c28-49db-bce3-e9e983dc152a initialized
Apr 09, 2024 6:34:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5db3288b-2c28-49db-bce3-e9e983dc152a shut down
Apr 09, 2024 6:34:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1d74b2da-eab4-4475-aad1-da3b0686ea8d initialized
Apr 09, 2024 6:34:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1d74b2da-eab4-4475-aad1-da3b0686ea8d shut down
Apr 09, 2024 6:34:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f249afa3-e360-401c-9fdc-48cff1ab9279 initialized
Apr 09, 2024 6:34:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f249afa3-e360-401c-9fdc-48cff1ab9279 shut down
Apr 09, 2024 6:34:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 132bfbf4-52b6-41a2-afa1-34af75e382f7 initialized
Apr 09, 2024 6:34:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 132bfbf4-52b6-41a2-afa1-34af75e382f7 shut down
Apr 09, 2024 6:34:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4d0b4e4c-7d57-456f-8e1b-a10b4ac33839 initialized
Apr 09, 2024 6:34:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4d0b4e4c-7d57-456f-8e1b-a10b4ac33839 shut down
Apr 09, 2024 6:34:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 27206e5f-9fb9-4512-9f85-3daa5c39861d initialized
Apr 09, 2024 6:34:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 27206e5f-9fb9-4512-9f85-3daa5c39861d shut down
Apr 09, 2024 6:34:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9b928627-8af2-4771-9b1a-c4f16d857a56 initialized
Apr 09, 2024 6:34:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9b928627-8af2-4771-9b1a-c4f16d857a56 shut down
Apr 09, 2024 6:34:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0dd921af-1179-41da-b267-b2f802fe3a1b initialized
Apr 09, 2024 6:34:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0dd921af-1179-41da-b267-b2f802fe3a1b shut down
Apr 09, 2024 6:34:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e154ca01-18c9-42ef-a64c-67fe07d382d1 initialized
Apr 09, 2024 6:34:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e154ca01-18c9-42ef-a64c-67fe07d382d1 shut down
Apr 09, 2024 6:34:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9c3a8455-2397-497c-bd6c-43ba9118d373 initialized
Apr 09, 2024 6:34:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9c3a8455-2397-497c-bd6c-43ba9118d373 shut down
Apr 09, 2024 6:34:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a9be8db6-3f0a-49b7-bcd6-7c98b0975a12 initialized
Apr 09, 2024 6:34:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a9be8db6-3f0a-49b7-bcd6-7c98b0975a12 shut down
Apr 09, 2024 6:34:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:41 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 13c84f9c-4935-4ad8-b97a-750a20e7b847 initialized
Apr 09, 2024 6:34:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 13c84f9c-4935-4ad8-b97a-750a20e7b847 shut down
Apr 09, 2024 6:34:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:42 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:42 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:42 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4d9a5828-2de1-4a30-9cfa-0795112a7408 initialized
Apr 09, 2024 6:34:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4d9a5828-2de1-4a30-9cfa-0795112a7408 shut down
Apr 09, 2024 6:34:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:42 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:42 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:42 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b38f01a2-c785-4066-9161-25f4651be08f initialized
Apr 09, 2024 6:34:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b38f01a2-c785-4066-9161-25f4651be08f shut down
Apr 09, 2024 6:34:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:42 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:42 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:42 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 703487f9-3b4b-4032-bc0c-c5da00447760 initialized
Apr 09, 2024 6:34:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 703487f9-3b4b-4032-bc0c-c5da00447760 shut down
Apr 09, 2024 6:34:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:42 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:42 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:42 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 84d856d0-fda1-4d78-907f-e2dc37a5ef2f initialized
Apr 09, 2024 6:34:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 84d856d0-fda1-4d78-907f-e2dc37a5ef2f shut down
Apr 09, 2024 6:34:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:42 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:42 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:42 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9187ced7-7f7a-43bb-a39e-500cabe5907b initialized
Apr 09, 2024 6:34:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9187ced7-7f7a-43bb-a39e-500cabe5907b shut down
Apr 09, 2024 6:34:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c26edb1d-eaa2-48d2-9efe-4141d9d7ef90 initialized
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c26edb1d-eaa2-48d2-9efe-4141d9d7ef90 shut down
Apr 09, 2024 6:34:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container accc1b87-9fde-4b96-bee0-f8fedd6b7cfb initialized
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container accc1b87-9fde-4b96-bee0-f8fedd6b7cfb shut down
Apr 09, 2024 6:34:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ffab5dba-97e8-459e-96c0-cf27b46f661f initialized
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ffab5dba-97e8-459e-96c0-cf27b46f661f shut down
Apr 09, 2024 6:34:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ae837ccd-6b85-43e0-a96d-6714159fb376 initialized
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ae837ccd-6b85-43e0-a96d-6714159fb376 shut down
Apr 09, 2024 6:34:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0de5d7c6-2425-41c9-99e9-00c3a555406a initialized
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0de5d7c6-2425-41c9-99e9-00c3a555406a shut down
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.783 s -- in org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProxyTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueTemplateTest
Apr 09, 2024 6:34:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e1b61c2d-b650-4897-bb3c-34167763742f initialized
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e1b61c2d-b650-4897-bb3c-34167763742f shut down
Apr 09, 2024 6:34:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8667156f-c741-4300-a327-bc6f9e9d216b initialized
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8667156f-c741-4300-a327-bc6f9e9d216b shut down
Apr 09, 2024 6:34:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bdf11eae-8add-46a6-8454-67b8d855f0ef initialized
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bdf11eae-8add-46a6-8454-67b8d855f0ef shut down
Apr 09, 2024 6:34:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 302c0a4b-1f13-4e9b-92fb-c1a033f0063d initialized
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 302c0a4b-1f13-4e9b-92fb-c1a033f0063d shut down
Apr 09, 2024 6:34:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6212e994-b182-47fb-9c2f-8f5689d1d994 initialized
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6212e994-b182-47fb-9c2f-8f5689d1d994 shut down
Apr 09, 2024 6:34:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c2024b68-99bb-49b6-8fd2-56eda0d762da initialized
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c2024b68-99bb-49b6-8fd2-56eda0d762da shut down
Apr 09, 2024 6:34:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f6735121-e2ec-4419-8f9d-22c7e5f7b684 initialized
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f6735121-e2ec-4419-8f9d-22c7e5f7b684 shut down
Apr 09, 2024 6:34:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6590008e-4095-430d-b3f3-da16a4543f23 initialized
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6590008e-4095-430d-b3f3-da16a4543f23 shut down
Apr 09, 2024 6:34:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 38369299-e105-4f0c-9a4a-58baf5837ccf initialized
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 38369299-e105-4f0c-9a4a-58baf5837ccf shut down
Apr 09, 2024 6:34:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 03b4d088-6055-4223-9e78-2c53b64491c9 initialized
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 03b4d088-6055-4223-9e78-2c53b64491c9 shut down
Apr 09, 2024 6:34:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 40e18659-01c2-4ce7-8c06-b7443f6c361a initialized
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 40e18659-01c2-4ce7-8c06-b7443f6c361a shut down
Apr 09, 2024 6:34:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:43 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 27eb2898-37db-4436-9ba9-7782c9a4695f initialized
Apr 09, 2024 6:34:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 27eb2898-37db-4436-9ba9-7782c9a4695f shut down
Apr 09, 2024 6:34:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7fbf8aa3-616b-447c-8cff-43837762522b initialized
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7fbf8aa3-616b-447c-8cff-43837762522b shut down
Apr 09, 2024 6:34:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4c7a5111-3f2a-4821-93c5-0a84e57f2900 initialized
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4c7a5111-3f2a-4821-93c5-0a84e57f2900 shut down
Apr 09, 2024 6:34:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c8238fd3-07a9-498a-b3fe-cef1a67e8073 initialized
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c8238fd3-07a9-498a-b3fe-cef1a67e8073 shut down
Apr 09, 2024 6:34:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 75bc4a4e-551e-422a-8583-4b26d82b5449 initialized
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 75bc4a4e-551e-422a-8583-4b26d82b5449 shut down
Apr 09, 2024 6:34:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 162f9c6a-8637-4628-90f8-e2a829e8718b initialized
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 162f9c6a-8637-4628-90f8-e2a829e8718b shut down
Apr 09, 2024 6:34:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b0fb1625-15d0-458c-93e6-f64e78671415 initialized
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b0fb1625-15d0-458c-93e6-f64e78671415 shut down
Apr 09, 2024 6:34:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8cfc7ef5-92b8-4b40-b3ae-81e1021d8a2a initialized
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8cfc7ef5-92b8-4b40-b3ae-81e1021d8a2a shut down
Apr 09, 2024 6:34:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2b060250-2907-41c7-b90b-e4b81c409dcc initialized
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2b060250-2907-41c7-b90b-e4b81c409dcc shut down
Apr 09, 2024 6:34:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 32057189-3841-4bd4-8a34-9c20f50ebaf1 initialized
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 32057189-3841-4bd4-8a34-9c20f50ebaf1 shut down
Apr 09, 2024 6:34:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dd8f96ed-b68c-4d9f-8626-c659864b86df initialized
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dd8f96ed-b68c-4d9f-8626-c659864b86df shut down
Apr 09, 2024 6:34:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 505fe311-9d82-42a2-922a-170a37606761 initialized
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 505fe311-9d82-42a2-922a-170a37606761 shut down
Apr 09, 2024 6:34:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d5cc24e4-9a04-4e5c-9e1f-39a546c85aa7 initialized
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d5cc24e4-9a04-4e5c-9e1f-39a546c85aa7 shut down
Apr 09, 2024 6:34:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4378c458-4193-4c0a-ae2e-adf779c55c14 initialized
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4378c458-4193-4c0a-ae2e-adf779c55c14 shut down
Apr 09, 2024 6:34:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4a30d00b-dac4-41f9-ac68-43dbb992ab43 initialized
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4a30d00b-dac4-41f9-ac68-43dbb992ab43 shut down
Apr 09, 2024 6:34:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0033700f-d0c7-4862-a43b-59840f8519df initialized
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0033700f-d0c7-4862-a43b-59840f8519df shut down
Apr 09, 2024 6:34:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ccbf7230-b067-4d5b-b421-9fb36205c876 initialized
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ccbf7230-b067-4d5b-b421-9fb36205c876 shut down
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.542 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.052 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueEventPersistManagerTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueEntityConverterTest
Apr 09, 2024 6:34:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0ec9a8e5-ed96-49b5-89b7-60956f09f72e initialized
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0ec9a8e5-ed96-49b5-89b7-60956f09f72e shut down
Apr 09, 2024 6:34:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container be1dcbb6-51b9-4bf9-9fb4-55341fd81b8d initialized
Apr 09, 2024 6:34:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container be1dcbb6-51b9-4bf9-9fb4-55341fd81b8d shut down
Apr 09, 2024 6:34:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:44 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 20581ceb-e2b0-4609-ba6c-ecad755f22bb initialized
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 20581ceb-e2b0-4609-ba6c-ecad755f22bb shut down
Apr 09, 2024 6:34:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d2df6cc5-e0e0-418e-b6db-823320627956 initialized
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d2df6cc5-e0e0-418e-b6db-823320627956 shut down
Apr 09, 2024 6:34:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e5c1d388-420f-4f1c-87b2-b8b2acf734b9 initialized
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e5c1d388-420f-4f1c-87b2-b8b2acf734b9 shut down
Apr 09, 2024 6:34:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f04e7661-dfd0-4536-b155-11f37a7efcd2 initialized
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.keyvalue.entities.PlateConverter not found on CDI context, creating by constructor
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f04e7661-dfd0-4536-b155-11f37a7efcd2 shut down
Apr 09, 2024 6:34:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1b453852-dfa8-4839-9baa-2c83977ba12d initialized
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1b453852-dfa8-4839-9baa-2c83977ba12d shut down
Apr 09, 2024 6:34:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c6616e53-b37a-4511-8b22-03f224bfe221 initialized
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c6616e53-b37a-4511-8b22-03f224bfe221 shut down
Apr 09, 2024 6:34:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9993b969-1bf5-44d2-bece-88149824cb77 initialized
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9993b969-1bf5-44d2-bece-88149824cb77 shut down
Apr 09, 2024 6:34:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ef5a46f2-160a-4c13-bc59-d9c6a41dcf78 initialized
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ef5a46f2-160a-4c13-bc59-d9c6a41dcf78 shut down
Apr 09, 2024 6:34:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2211c363-2b10-4a5d-aa00-6f7692474170 initialized
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2211c363-2b10-4a5d-aa00-6f7692474170 shut down
Apr 09, 2024 6:34:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6b717506-67a5-4ff3-afbc-835732c0f3a4 initialized
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6b717506-67a5-4ff3-afbc-835732c0f3a4 shut down
Apr 09, 2024 6:34:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 30af2d3c-2841-4115-8d2e-d36ac4ae31fd initialized
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 30af2d3c-2841-4115-8d2e-d36ac4ae31fd shut down
Apr 09, 2024 6:34:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3c6b1a02-2e1f-49eb-9975-a87ab3683b02 initialized
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3c6b1a02-2e1f-49eb-9975-a87ab3683b02 shut down
Apr 09, 2024 6:34:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c21b13a5-1456-40f7-b7eb-871fa3ef5413 initialized
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.keyvalue.entities.PlateConverter not found on CDI context, creating by constructor
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c21b13a5-1456-40f7-b7eb-871fa3ef5413 shut down
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.632 s -- in org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueEntityConverterTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateProducerTest
Apr 09, 2024 6:34:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d16ac90f-8f12-4253-bc57-88e5115966cf initialized
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d16ac90f-8f12-4253-bc57-88e5115966cf shut down
Apr 09, 2024 6:34:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:34:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 09, 2024 6:34:45 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container acd8333b-042a-4f01-90c3-94872876b099 initialized
Apr 09, 2024 6:34:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container acd8333b-042a-4f01-90c3-94872876b099 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateProducerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-key-value ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/target/jnosql-mapping-key-value-1.1.1-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-key-value >>>
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-key-value ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 56 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 56 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-key-value ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-key-value <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-key-value ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/target/jnosql-mapping-key-value-1.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-key-value ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in https://www.jnosql.org/jnosql-communication/jnosql-communication-key-value/apidocs/ are in named modules.
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/AbstractKeyValueRepositoryProxy.java:23: 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:26: 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:28: 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:43: 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:47: 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:45: 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:188: 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 23 classes
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jnosql-mapping-key-value ---
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-key-value/1.1.1-SNAPSHOT/jnosql-mapping-key-value-1.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/target/jnosql-mapping-key-value-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-key-value/1.1.1-SNAPSHOT/jnosql-mapping-key-value-1.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/target/jnosql-mapping-key-value-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-key-value/1.1.1-SNAPSHOT/jnosql-mapping-key-value-1.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/target/jnosql-mapping-key-value-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-key-value/1.1.1-SNAPSHOT/jnosql-mapping-key-value-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] ----------< org.eclipse.jnosql.mapping:jnosql-mapping-graph >-----------
[INFO] Building jnosql-mapping-graph 1.1.1-SNAPSHOT                     [15/15]
[INFO]   from jnosql-mapping/jnosql-mapping-graph/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-graph ---
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-graph ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 62 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 79 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 79 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-graph ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jacoco.exec --add-opens java.base/java.lang=ALL-UNNAMED --add-exports java.base/sun.nio.ch=ALL-UNNAMED
[INFO] 
[INFO] --- antlr4:4.9.3:antlr4 (default) @ jnosql-mapping-graph ---
[INFO] ANTLR 4: Processing source directory /home/jenkins/agent/workspace/jnosql/antlr4
[INFO] Processing grammar: org/eclipse/jnosql/query/grammar/method/Method.g4
[INFO] Processing grammar: org/eclipse/jnosql/query/grammar/Query.g4
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-graph ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.12.1:compile (default-compile) @ jnosql-mapping-graph ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 58 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/jnosql/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/mapping/graph/GraphTemplate.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/mapping/graph/GraphTemplate.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-graph ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-graph ---
[INFO] Copying 3 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jnosql-mapping-graph ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 26 source files with javac [debug target 17] to target/test-classes
[WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.neo4j.kernel.impl.annotations.ServiceProcessor' less than -source '17'
[WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.neo4j.kernel.impl.annotations.DocumentationProcessor' less than -source '17'
[WARNING] /home/jenkins/agent/workspace/jnosql/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
[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
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/src/test/java/org/eclipse/jnosql/mapping/graph/GraphProducer.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/src/test/java/org/eclipse/jnosql/mapping/graph/GraphProducer.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/jnosql/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.mapping.graph.DefaultVertexTraversalTest
Apr 09, 2024 6:35:06 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
Apr 09, 2024 6:35:06 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:07 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:23 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:23 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:23 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 10603bf1-3ae7-4295-a1cf-5ee4e6bdbbe5 initialized
Apr 09, 2024 6:35:23 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687723636/
Apr 09, 2024 6:35:26 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:27 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:27 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687723636/
Apr 09, 2024 6:35:27 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:27 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 10603bf1-3ae7-4295-a1cf-5ee4e6bdbbe5 shut down
Apr 09, 2024 6:35:27 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:27 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:27 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:27 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:27 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 085eefad-3056-43d4-91bd-24db7916ca52 initialized
Apr 09, 2024 6:35:27 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687727850/
Apr 09, 2024 6:35:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687727850/
Apr 09, 2024 6:35:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 085eefad-3056-43d4-91bd-24db7916ca52 shut down
Apr 09, 2024 6:35:28 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:28 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:28 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:28 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container edc6b11b-297c-463e-a02b-144539053524 initialized
Apr 09, 2024 6:35:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687728388/
Apr 09, 2024 6:35:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687728388/
Apr 09, 2024 6:35:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container edc6b11b-297c-463e-a02b-144539053524 shut down
Apr 09, 2024 6:35:28 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:28 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:28 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:28 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0be1b7ba-4e8f-4b33-9efa-fe8fba0f9c9c initialized
Apr 09, 2024 6:35:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687728833/
Apr 09, 2024 6:35:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687728833/
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0be1b7ba-4e8f-4b33-9efa-fe8fba0f9c9c shut down
Apr 09, 2024 6:35:29 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:29 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bce65985-9a2b-4ff0-ad2e-51c9839b908e initialized
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687729160/
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687729160/
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bce65985-9a2b-4ff0-ad2e-51c9839b908e shut down
Apr 09, 2024 6:35:29 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:29 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 50087112-a7cb-4573-8923-5dd2371f7354 initialized
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687729554/
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687729554/
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 50087112-a7cb-4573-8923-5dd2371f7354 shut down
Apr 09, 2024 6:35:29 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:29 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4bed3503-ee85-44dc-8667-c7ff3d8b8902 initialized
Apr 09, 2024 6:35:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687729905/
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687729905/
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:30 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4bed3503-ee85-44dc-8667-c7ff3d8b8902 shut down
Apr 09, 2024 6:35:30 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:30 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 16c8ada3-0c62-4e89-b2c9-65e93ba78f29 initialized
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687730241/
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687730241/
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:30 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 16c8ada3-0c62-4e89-b2c9-65e93ba78f29 shut down
Apr 09, 2024 6:35:30 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:30 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 212fe2e8-cc22-4621-99d9-5643da4937c9 initialized
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687730702/
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687730702/
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:30 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 212fe2e8-cc22-4621-99d9-5643da4937c9 shut down
Apr 09, 2024 6:35:30 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:30 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0ff91b09-4f35-40d9-834a-8a2a6e66a11d initialized
Apr 09, 2024 6:35:30 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687730990/
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687730990/
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:31 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0ff91b09-4f35-40d9-834a-8a2a6e66a11d shut down
Apr 09, 2024 6:35:31 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:31 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f5cffed4-44c3-4018-b655-1d26f6b9c478 initialized
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687731293/
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687731293/
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:31 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f5cffed4-44c3-4018-b655-1d26f6b9c478 shut down
Apr 09, 2024 6:35:31 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:31 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 018dd443-a127-4701-beef-b74daf7bcd83 initialized
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687731593/
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687731593/
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:31 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 018dd443-a127-4701-beef-b74daf7bcd83 shut down
Apr 09, 2024 6:35:31 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:31 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5636b46d-4c71-4a09-b091-33afeeca0d73 initialized
Apr 09, 2024 6:35:31 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687731930/
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687731930/
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:32 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5636b46d-4c71-4a09-b091-33afeeca0d73 shut down
Apr 09, 2024 6:35:32 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:32 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0e83a217-60f1-455e-b52d-94bff4959ed5 initialized
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687732177/
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687732177/
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:32 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0e83a217-60f1-455e-b52d-94bff4959ed5 shut down
Apr 09, 2024 6:35:32 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:32 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1569b9b0-3621-469a-af95-5cae76af1a45 initialized
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687732537/
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687732537/
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:32 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1569b9b0-3621-469a-af95-5cae76af1a45 shut down
Apr 09, 2024 6:35:32 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:32 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 565252e4-3752-4263-828b-c3a8ae640603 initialized
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687732794/
Apr 09, 2024 6:35:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687732794/
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:33 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 565252e4-3752-4263-828b-c3a8ae640603 shut down
Apr 09, 2024 6:35:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:33 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 65afeb99-51ee-408d-b6d3-836bf6d07063 initialized
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687733100/
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687733100/
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:33 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 65afeb99-51ee-408d-b6d3-836bf6d07063 shut down
Apr 09, 2024 6:35:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:33 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0d5a9bbb-7ffa-4067-b9fb-656eb4e10ed1 initialized
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687733380/
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687733380/
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:33 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0d5a9bbb-7ffa-4067-b9fb-656eb4e10ed1 shut down
Apr 09, 2024 6:35:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:33 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dd200bdf-4ea2-4cf5-93d5-7f1f059f821a initialized
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687733673/
Apr 09, 2024 6:35:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687733673/
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:34 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dd200bdf-4ea2-4cf5-93d5-7f1f059f821a shut down
Apr 09, 2024 6:35:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:34 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5c11cd59-c72d-4e83-985b-30b9f0ae0e4e initialized
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687734140/
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687734140/
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:34 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5c11cd59-c72d-4e83-985b-30b9f0ae0e4e shut down
Apr 09, 2024 6:35:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:34 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9341e7ed-8599-4226-a6df-33bf5d020ac0 initialized
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687734397/
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687734397/
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:34 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9341e7ed-8599-4226-a6df-33bf5d020ac0 shut down
Apr 09, 2024 6:35:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:34 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f684ff14-b43b-4e4f-8150-ee8dee6fb4f1 initialized
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687734660/
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687734660/
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:34 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f684ff14-b43b-4e4f-8150-ee8dee6fb4f1 shut down
Apr 09, 2024 6:35:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:34 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8a4495b8-f2aa-4b82-a3fe-9e56883b2642 initialized
Apr 09, 2024 6:35:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687734912/
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687734912/
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:35 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8a4495b8-f2aa-4b82-a3fe-9e56883b2642 shut down
Apr 09, 2024 6:35:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:35 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ad6fd259-5efb-4d8d-912d-19894b7ba164 initialized
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687735175/
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687735175/
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:35 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ad6fd259-5efb-4d8d-912d-19894b7ba164 shut down
Apr 09, 2024 6:35:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:35 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4e884cde-9673-40a3-a65e-d762db3b1607 initialized
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687735466/
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687735466/
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:35 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4e884cde-9673-40a3-a65e-d762db3b1607 shut down
Apr 09, 2024 6:35:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:35 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3985a21c-2932-4531-a0fc-9e10b715bded initialized
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687735693/
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687735693/
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:35 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3985a21c-2932-4531-a0fc-9e10b715bded shut down
Apr 09, 2024 6:35:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:35 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4c89a5ca-5f8d-46c2-ac08-b2d4884e7e38 initialized
Apr 09, 2024 6:35:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687735944/
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687735944/
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4c89a5ca-5f8d-46c2-ac08-b2d4884e7e38 shut down
Apr 09, 2024 6:35:36 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:36 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5ec0d3ed-4966-4045-93cd-29b9b17450f6 initialized
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687736179/
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687736179/
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5ec0d3ed-4966-4045-93cd-29b9b17450f6 shut down
Apr 09, 2024 6:35:36 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:36 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f0f9b97f-0f2f-4358-beea-07fc44ba1f03 initialized
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687736408/
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687736408/
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f0f9b97f-0f2f-4358-beea-07fc44ba1f03 shut down
Apr 09, 2024 6:35:36 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:36 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b9b5c208-0672-4ac4-bd2c-cecce1275b14 initialized
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687736662/
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687736662/
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b9b5c208-0672-4ac4-bd2c-cecce1275b14 shut down
Apr 09, 2024 6:35:36 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:36 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ce30e4f0-9336-44ae-a0f1-9a4e2a41ecf6 initialized
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687736876/
Apr 09, 2024 6:35:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687736876/
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ce30e4f0-9336-44ae-a0f1-9a4e2a41ecf6 shut down
Apr 09, 2024 6:35:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:37 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e0035608-9961-4c72-86be-8b28e2b80e50 initialized
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687737086/
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687737086/
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e0035608-9961-4c72-86be-8b28e2b80e50 shut down
Apr 09, 2024 6:35:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:37 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 37d656f4-7514-45eb-acbc-be439a912a71 initialized
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687737365/
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687737365/
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 37d656f4-7514-45eb-acbc-be439a912a71 shut down
Apr 09, 2024 6:35:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:37 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 57cdd24f-27d8-4458-a8ab-f7033327aaf6 initialized
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687737587/
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687737587/
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 57cdd24f-27d8-4458-a8ab-f7033327aaf6 shut down
Apr 09, 2024 6:35:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:37 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 99ea1b73-f5c9-456c-be50-c0102679aadc initialized
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687737827/
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687737827/
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 99ea1b73-f5c9-456c-be50-c0102679aadc shut down
Apr 09, 2024 6:35:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:38 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 20c4b5d0-50e8-485f-8139-344275ea7b97 initialized
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687738079/
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687738079/
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 20c4b5d0-50e8-485f-8139-344275ea7b97 shut down
Apr 09, 2024 6:35:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:38 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 209dd54f-2b95-4ce4-b00c-a2853aa85f6e initialized
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687738314/
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687738314/
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 209dd54f-2b95-4ce4-b00c-a2853aa85f6e shut down
Apr 09, 2024 6:35:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:38 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7b312e20-2f21-4e4a-805d-6e2ed49a2b17 initialized
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687738550/
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687738550/
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7b312e20-2f21-4e4a-805d-6e2ed49a2b17 shut down
Apr 09, 2024 6:35:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:38 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b3b4d8b8-4a7d-490b-b51f-b35ba48934a1 initialized
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687738772/
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687738772/
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b3b4d8b8-4a7d-490b-b51f-b35ba48934a1 shut down
Apr 09, 2024 6:35:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:38 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4136863d-21da-4d84-a3c3-33e98e40a96e initialized
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687739028/
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687739028/
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4136863d-21da-4d84-a3c3-33e98e40a96e shut down
Apr 09, 2024 6:35:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:39 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 992250a9-4cac-44b1-89c7-ccc244b2e90c initialized
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687739359/
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687739359/
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 992250a9-4cac-44b1-89c7-ccc244b2e90c shut down
Apr 09, 2024 6:35:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:39 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 46aa8abb-8590-4f03-8e96-a4dabb1b1f11 initialized
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687739585/
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687739585/
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 46aa8abb-8590-4f03-8e96-a4dabb1b1f11 shut down
Apr 09, 2024 6:35:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:39 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ab39eb55-7558-4907-aaa3-01fdd118c2a2 initialized
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687739848/
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687739848/
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ab39eb55-7558-4907-aaa3-01fdd118c2a2 shut down
Apr 09, 2024 6:35:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6dad3075-4baf-4acd-8d9f-4718b09801a7 initialized
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687740064/
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687740064/
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6dad3075-4baf-4acd-8d9f-4718b09801a7 shut down
Apr 09, 2024 6:35:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bbbed47b-34e1-4bba-a0a0-8e7ad290d6b3 initialized
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687740284/
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687740284/
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bbbed47b-34e1-4bba-a0a0-8e7ad290d6b3 shut down
Apr 09, 2024 6:35:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3a5a20fe-3b94-4569-81b4-ac5f1dbde783 initialized
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687740533/
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687740533/
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3a5a20fe-3b94-4569-81b4-ac5f1dbde783 shut down
Apr 09, 2024 6:35:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 537dcba3-5ea4-4051-bd9d-803c90a9cfc2 initialized
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687740736/
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687740736/
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 537dcba3-5ea4-4051-bd9d-803c90a9cfc2 shut down
Apr 09, 2024 6:35:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dfaa4d6e-8643-48ec-b1c9-86e7c21a5632 initialized
Apr 09, 2024 6:35:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687740957/
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687740957/
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dfaa4d6e-8643-48ec-b1c9-86e7c21a5632 shut down
Apr 09, 2024 6:35:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f479f872-6b92-42e7-9508-955f44e4185f initialized
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687741162/
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687741162/
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f479f872-6b92-42e7-9508-955f44e4185f shut down
Apr 09, 2024 6:35:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d6b57fe7-0962-4ac7-9fa8-0021d956c4e1 initialized
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687741370/
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687741370/
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d6b57fe7-0962-4ac7-9fa8-0021d956c4e1 shut down
Apr 09, 2024 6:35:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7fed9874-8083-40aa-a8ae-72ac440b8ad1 initialized
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687741596/
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687741596/
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7fed9874-8083-40aa-a8ae-72ac440b8ad1 shut down
Apr 09, 2024 6:35:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1f5c0241-045c-41b6-a39e-7770641326e1 initialized
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687741829/
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687741829/
Apr 09, 2024 6:35:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1f5c0241-045c-41b6-a39e-7770641326e1 shut down
Apr 09, 2024 6:35:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:42 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:42 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:42 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f4f57972-ea97-47b7-afd7-1e5f51ad353b initialized
Apr 09, 2024 6:35:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687742064/
Apr 09, 2024 6:35:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687742064/
Apr 09, 2024 6:35:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f4f57972-ea97-47b7-afd7-1e5f51ad353b shut down
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.12 s -- in org.eclipse.jnosql.mapping.graph.DefaultVertexTraversalTest
[INFO] Running org.eclipse.jnosql.mapping.graph.DefaultGraphTemplateProducerTest
Apr 09, 2024 6:35:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:42 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:42 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:42 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4bd756aa-9bd2-4538-90dd-0b08377461ab initialized
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
Apr 09, 2024 6:35:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4bd756aa-9bd2-4538-90dd-0b08377461ab shut down
Apr 09, 2024 6:35:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:44 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:44 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b59434a7-0f20-4fa4-9395-6b40ec5444ee initialized
Apr 09, 2024 6:35:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b59434a7-0f20-4fa4-9395-6b40ec5444ee shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.941 s -- in org.eclipse.jnosql.mapping.graph.DefaultGraphTemplateProducerTest
[INFO] Running org.eclipse.jnosql.mapping.graph.BookTemplateTest
Apr 09, 2024 6:35:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:44 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:44 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c763dd41-7e98-40b6-bcb6-d83052cda20b initialized
Apr 09, 2024 6:35:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687744450/
Apr 09, 2024 6:35:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687744450/
Apr 09, 2024 6:35:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c763dd41-7e98-40b6-bcb6-d83052cda20b shut down
Apr 09, 2024 6:35:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:45 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:45 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:45 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bbb524b4-7552-494c-a3ad-83bb4141b963 initialized
Apr 09, 2024 6:35:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687745176/
Apr 09, 2024 6:35:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687745176/
Apr 09, 2024 6:35:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bbb524b4-7552-494c-a3ad-83bb4141b963 shut down
Apr 09, 2024 6:35:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:45 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:45 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:45 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 08493c98-8679-44fb-bfb8-43aa25ef7c5e initialized
Apr 09, 2024 6:35:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687745728/
Apr 09, 2024 6:35:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687745728/
Apr 09, 2024 6:35:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 08493c98-8679-44fb-bfb8-43aa25ef7c5e shut down
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.849 s -- in org.eclipse.jnosql.mapping.graph.BookTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.graph.spi.GraphExtensionTest
Apr 09, 2024 6:35:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:46 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:46 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:46 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6f7ce2ba-69e0-4026-9d66-791a2c5eea79 initialized
Apr 09, 2024 6:35:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687746298/
Apr 09, 2024 6:35:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687746298/
Apr 09, 2024 6:35:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6f7ce2ba-69e0-4026-9d66-791a2c5eea79 shut down
Apr 09, 2024 6:35:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:46 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:46 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:46 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f261b7f1-43d1-49fb-901f-f9faf19580af initialized
Apr 09, 2024 6:35:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f261b7f1-43d1-49fb-901f-f9faf19580af shut down
Apr 09, 2024 6:35:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:46 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:46 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:46 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c0a79759-fc7c-4476-82cc-069212cd9757 initialized
Apr 09, 2024 6:35:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c0a79759-fc7c-4476-82cc-069212cd9757 shut down
Apr 09, 2024 6:35:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:46 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:46 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:46 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f24ec1ad-ca06-4158-b723-d362f58da8bc initialized
Apr 09, 2024 6:35:47 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f24ec1ad-ca06-4158-b723-d362f58da8bc shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.042 s -- in org.eclipse.jnosql.mapping.graph.spi.GraphExtensionTest
[INFO] Running org.eclipse.jnosql.mapping.graph.DefaultValueMapTraversalTest
Apr 09, 2024 6:35:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:47 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:47 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:47 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:47 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6226865d-f8f1-4a02-9dc7-a91082f5d024 initialized
Apr 09, 2024 6:35:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687747276/
Apr 09, 2024 6:35:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687747276/
Apr 09, 2024 6:35:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:47 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6226865d-f8f1-4a02-9dc7-a91082f5d024 shut down
Apr 09, 2024 6:35:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:47 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:47 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:47 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:47 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 13db2a48-9714-48f1-b13d-d347fc65a157 initialized
Apr 09, 2024 6:35:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687747705/
Apr 09, 2024 6:35:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687747705/
Apr 09, 2024 6:35:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:47 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 13db2a48-9714-48f1-b13d-d347fc65a157 shut down
Apr 09, 2024 6:35:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:48 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:48 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:48 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 384047fa-eb55-4d89-a33f-f8459e83e58f initialized
Apr 09, 2024 6:35:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687748144/
Apr 09, 2024 6:35:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687748144/
Apr 09, 2024 6:35:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:48 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 384047fa-eb55-4d89-a33f-f8459e83e58f shut down
Apr 09, 2024 6:35:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:48 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:48 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:48 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3a1df775-3258-495b-9b77-04c5bc134868 initialized
Apr 09, 2024 6:35:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687748493/
Apr 09, 2024 6:35:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687748493/
Apr 09, 2024 6:35:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:48 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3a1df775-3258-495b-9b77-04c5bc134868 shut down
Apr 09, 2024 6:35:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:48 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:48 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:48 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0283571e-bb7e-4bf6-b2db-d80c4fc3405f initialized
Apr 09, 2024 6:35:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687748842/
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687748842/
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:49 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0283571e-bb7e-4bf6-b2db-d80c4fc3405f shut down
Apr 09, 2024 6:35:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 237f5bce-6641-4bb3-8a00-870bf0168ae6 initialized
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687749207/
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687749207/
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:49 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 237f5bce-6641-4bb3-8a00-870bf0168ae6 shut down
Apr 09, 2024 6:35:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 46598e38-0040-4801-9f74-76c565fb8261 initialized
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687749546/
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687749546/
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:49 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 46598e38-0040-4801-9f74-76c565fb8261 shut down
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.728 s -- in org.eclipse.jnosql.mapping.graph.DefaultValueMapTraversalTest
[INFO] Running org.eclipse.jnosql.mapping.graph.DefaultEdgeTraversalTest
Apr 09, 2024 6:35:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 23e44760-48d1-4464-ac71-2077f9482ddd initialized
Apr 09, 2024 6:35:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687749956/
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687749956/
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 23e44760-48d1-4464-ac71-2077f9482ddd shut down
Apr 09, 2024 6:35:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:50 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a69836c0-41ec-43b6-8e34-1fd713dec2df initialized
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687750309/
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687750309/
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a69836c0-41ec-43b6-8e34-1fd713dec2df shut down
Apr 09, 2024 6:35:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:50 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ae8c50de-ca25-47b9-a10c-158150b51e92 initialized
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687750642/
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687750642/
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ae8c50de-ca25-47b9-a10c-158150b51e92 shut down
Apr 09, 2024 6:35:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:50 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4aa537ea-ada6-4fec-b0a6-d241def80323 initialized
Apr 09, 2024 6:35:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687750968/
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687750968/
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4aa537ea-ada6-4fec-b0a6-d241def80323 shut down
Apr 09, 2024 6:35:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e77afed6-60b5-4052-8f01-422d795e637c initialized
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687751301/
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687751301/
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e77afed6-60b5-4052-8f01-422d795e637c shut down
Apr 09, 2024 6:35:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 97c158ca-8930-4e95-8727-1954749dc2a4 initialized
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687751618/
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687751618/
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 97c158ca-8930-4e95-8727-1954749dc2a4 shut down
Apr 09, 2024 6:35:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3423c85e-08b8-4027-a177-d85f46a6306f initialized
Apr 09, 2024 6:35:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687751948/
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687751948/
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:52 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3423c85e-08b8-4027-a177-d85f46a6306f shut down
Apr 09, 2024 6:35:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0c1937b2-1964-4262-8b6e-47abf13046df initialized
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687752262/
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687752262/
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:52 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0c1937b2-1964-4262-8b6e-47abf13046df shut down
Apr 09, 2024 6:35:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dadc740c-f8be-4e5d-9549-b868eb92d952 initialized
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687752594/
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687752594/
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:52 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dadc740c-f8be-4e5d-9549-b868eb92d952 shut down
Apr 09, 2024 6:35:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2e9f6a92-367e-4417-9018-d420ca6d34c3 initialized
Apr 09, 2024 6:35:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687752913/
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687752913/
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2e9f6a92-367e-4417-9018-d420ca6d34c3 shut down
Apr 09, 2024 6:35:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 48cd7a8e-254a-425c-aa37-e4a846b63c4a initialized
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687753211/
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687753211/
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 48cd7a8e-254a-425c-aa37-e4a846b63c4a shut down
Apr 09, 2024 6:35:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 727e27ac-2cfc-4b34-bca2-380752f0c931 initialized
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687753535/
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687753535/
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 727e27ac-2cfc-4b34-bca2-380752f0c931 shut down
Apr 09, 2024 6:35:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 27378a26-1702-4a70-822e-e8d65fc5d4d4 initialized
Apr 09, 2024 6:35:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687753832/
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687753832/
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 27378a26-1702-4a70-822e-e8d65fc5d4d4 shut down
Apr 09, 2024 6:35:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 28f82512-6bbf-4f4b-bb32-0e16854dc6fc initialized
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687754134/
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687754134/
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 28f82512-6bbf-4f4b-bb32-0e16854dc6fc shut down
Apr 09, 2024 6:35:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4b3aa587-6950-40fd-97ee-17a7ca1d9114 initialized
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687754447/
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687754447/
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4b3aa587-6950-40fd-97ee-17a7ca1d9114 shut down
Apr 09, 2024 6:35:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9f82d300-aff8-414e-92d4-26a73a052e2b initialized
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687754736/
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687754736/
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9f82d300-aff8-414e-92d4-26a73a052e2b shut down
Apr 09, 2024 6:35:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:54 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fd4aef0e-145e-4a3a-8257-77eba27a6cc0 initialized
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687755031/
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687755031/
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fd4aef0e-145e-4a3a-8257-77eba27a6cc0 shut down
Apr 09, 2024 6:35:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 13e42833-56dd-401b-98ea-f4a82fc02c8e initialized
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687755353/
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687755353/
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 13e42833-56dd-401b-98ea-f4a82fc02c8e shut down
Apr 09, 2024 6:35:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e8314dc8-c9b3-4772-b8bb-58f6a2148b60 initialized
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687755670/
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687755670/
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e8314dc8-c9b3-4772-b8bb-58f6a2148b60 shut down
Apr 09, 2024 6:35:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8b3af7b9-c7ff-46e6-867e-882398dffe8f initialized
Apr 09, 2024 6:35:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687755959/
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687755959/
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8b3af7b9-c7ff-46e6-867e-882398dffe8f shut down
Apr 09, 2024 6:35:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container edd7736e-9ba4-4f1c-8454-2c3fdc537299 initialized
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687756245/
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687756245/
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container edd7736e-9ba4-4f1c-8454-2c3fdc537299 shut down
Apr 09, 2024 6:35:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e16f2279-f345-46a7-94b0-732038f43020 initialized
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687756557/
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687756557/
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e16f2279-f345-46a7-94b0-732038f43020 shut down
Apr 09, 2024 6:35:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3ef53ecc-96c7-4973-8acb-e06e456403d9 initialized
Apr 09, 2024 6:35:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687756847/
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687756847/
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3ef53ecc-96c7-4973-8acb-e06e456403d9 shut down
Apr 09, 2024 6:35:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b834ccd9-7deb-4d34-aeec-3afcd15c0174 initialized
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687757154/
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687757154/
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b834ccd9-7deb-4d34-aeec-3afcd15c0174 shut down
Apr 09, 2024 6:35:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f5027a87-5cca-44b7-ae74-10dc121379c7 initialized
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687757460/
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687757460/
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f5027a87-5cca-44b7-ae74-10dc121379c7 shut down
Apr 09, 2024 6:35:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2d15de54-9a38-422a-92df-b285dfc0c1d3 initialized
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687757750/
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687757750/
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2d15de54-9a38-422a-92df-b285dfc0c1d3 shut down
Apr 09, 2024 6:35:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6849c815-4270-4b2a-804c-7be59df34939 initialized
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687758056/
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687758056/
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6849c815-4270-4b2a-804c-7be59df34939 shut down
Apr 09, 2024 6:35:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6668413c-aafc-4287-945f-64f98e6196a6 initialized
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687758337/
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687758337/
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6668413c-aafc-4287-945f-64f98e6196a6 shut down
Apr 09, 2024 6:35:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bb1c26fb-0ee4-43c8-9ace-ee7a8108fc1c initialized
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687758637/
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687758637/
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bb1c26fb-0ee4-43c8-9ace-ee7a8108fc1c shut down
Apr 09, 2024 6:35:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 720e1c88-4c65-4427-9e12-919331df2895 initialized
Apr 09, 2024 6:35:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687758962/
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687758962/
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 720e1c88-4c65-4427-9e12-919331df2895 shut down
Apr 09, 2024 6:35:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bb283a1d-3b92-4913-84d7-6f9eac7bcc1e initialized
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687759275/
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687759275/
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bb283a1d-3b92-4913-84d7-6f9eac7bcc1e shut down
Apr 09, 2024 6:35:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 80506e97-c853-4f7d-b020-02f194d62b92 initialized
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687759587/
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687759587/
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:35:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 80506e97-c853-4f7d-b020-02f194d62b92 shut down
Apr 09, 2024 6:35:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:35:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:35:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 00dba87a-12e5-4251-8252-d86a2e83f160 initialized
Apr 09, 2024 6:35:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687759877/
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687759877/
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 00dba87a-12e5-4251-8252-d86a2e83f160 shut down
Apr 09, 2024 6:36:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9d092fc9-cb0d-41bb-beca-2080f7a7374e initialized
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687760151/
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687760151/
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9d092fc9-cb0d-41bb-beca-2080f7a7374e shut down
Apr 09, 2024 6:36:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ec790323-b36f-4912-b2ab-a268a41ef762 initialized
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687760454/
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687760454/
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ec790323-b36f-4912-b2ab-a268a41ef762 shut down
Apr 09, 2024 6:36:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e9b64cb3-4d42-4df5-b6b1-374db449213c initialized
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687760738/
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687760738/
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e9b64cb3-4d42-4df5-b6b1-374db449213c shut down
Apr 09, 2024 6:36:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:01 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 348e912a-d9f2-45ff-a7bb-e1cb1b7acab4 initialized
Apr 09, 2024 6:36:01 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687761024/
Apr 09, 2024 6:36:01 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:01 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:01 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687761024/
Apr 09, 2024 6:36:01 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:01 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:01 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 348e912a-d9f2-45ff-a7bb-e1cb1b7acab4 shut down
Apr 09, 2024 6:36:01 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:01 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:01 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:01 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:01 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:01 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2c9ea909-8118-4081-b93a-404c202c6644 initialized
Apr 09, 2024 6:36:01 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687761880/
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687761880/
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:02 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2c9ea909-8118-4081-b93a-404c202c6644 shut down
Apr 09, 2024 6:36:02 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:02 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:02 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 20f5d07c-69fd-4d35-a317-94f5ab5edb1e initialized
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687762164/
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687762164/
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:02 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 20f5d07c-69fd-4d35-a317-94f5ab5edb1e shut down
Apr 09, 2024 6:36:02 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:02 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:02 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ad114f07-272e-48ac-954f-3379fcddf99a initialized
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687762429/
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687762429/
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:02 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ad114f07-272e-48ac-954f-3379fcddf99a shut down
Apr 09, 2024 6:36:02 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:02 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:02 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f5c42247-dc67-477f-9a44-e24ab566b0f7 initialized
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687762678/
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687762678/
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:02 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f5c42247-dc67-477f-9a44-e24ab566b0f7 shut down
Apr 09, 2024 6:36:02 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:02 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:02 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e8678f3d-fa72-4006-9e67-6fa9d882c019 initialized
Apr 09, 2024 6:36:02 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687762930/
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687762930/
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:03 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e8678f3d-fa72-4006-9e67-6fa9d882c019 shut down
Apr 09, 2024 6:36:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:03 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e96614f6-a06b-48f8-83f8-82c75f1a5540 initialized
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687763159/
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687763159/
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:03 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e96614f6-a06b-48f8-83f8-82c75f1a5540 shut down
Apr 09, 2024 6:36:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:03 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6f46131b-590d-409e-a47f-b0817feb067c initialized
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687763405/
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687763405/
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:03 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6f46131b-590d-409e-a47f-b0817feb067c shut down
Apr 09, 2024 6:36:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:03 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8ef69a2a-71d9-49cc-b566-f50a6c1e2594 initialized
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687763635/
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687763635/
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:03 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8ef69a2a-71d9-49cc-b566-f50a6c1e2594 shut down
Apr 09, 2024 6:36:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:03 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 20bbb3da-e33b-4da3-a897-7658b71dad7f initialized
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687763860/
Apr 09, 2024 6:36:03 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687763860/
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:04 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 20bbb3da-e33b-4da3-a897-7658b71dad7f shut down
Apr 09, 2024 6:36:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 477b47c0-fdf2-4cf0-8372-fc0900c9bf96 initialized
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687764105/
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687764105/
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:04 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 477b47c0-fdf2-4cf0-8372-fc0900c9bf96 shut down
[INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.43 s -- in org.eclipse.jnosql.mapping.graph.DefaultEdgeTraversalTest
[INFO] Running org.eclipse.jnosql.mapping.graph.DefaultGraphTraversalSourceTemplateTest
Apr 09, 2024 6:36:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d3f11b94-399c-4fda-8567-bc24f7befebd initialized
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687764335/
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687764335/
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:04 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d3f11b94-399c-4fda-8567-bc24f7befebd shut down
Apr 09, 2024 6:36:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d620906d-875f-400a-b89e-3d6273e9f57f initialized
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687764564/
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687764564/
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:04 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d620906d-875f-400a-b89e-3d6273e9f57f shut down
Apr 09, 2024 6:36:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1deafdda-2189-4165-9e56-20390b26a16f initialized
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687764778/
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687764778/
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:04 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1deafdda-2189-4165-9e56-20390b26a16f shut down
Apr 09, 2024 6:36:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7bbdde49-da4c-4402-a173-6c4e30f1eb57 initialized
Apr 09, 2024 6:36:04 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687764976/
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687764976/
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:05 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7bbdde49-da4c-4402-a173-6c4e30f1eb57 shut down
Apr 09, 2024 6:36:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:05 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 05376476-4816-434b-bc9d-4227e1bad3d8 initialized
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687765197/
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687765197/
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:05 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 05376476-4816-434b-bc9d-4227e1bad3d8 shut down
Apr 09, 2024 6:36:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:05 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b50efe13-ab1e-45d2-956e-f73a60644ccf initialized
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687765416/
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687765416/
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:05 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b50efe13-ab1e-45d2-956e-f73a60644ccf shut down
Apr 09, 2024 6:36:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:05 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5251c5f7-0a13-4edf-ba6c-12750eb719f2 initialized
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687765619/
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687765619/
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:05 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5251c5f7-0a13-4edf-ba6c-12750eb719f2 shut down
Apr 09, 2024 6:36:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:05 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f856fcce-f143-4a66-8909-ec969615625c initialized
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687765808/
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687765808/
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:05 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f856fcce-f143-4a66-8909-ec969615625c shut down
Apr 09, 2024 6:36:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:05 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:05 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:06 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 932687d3-4f6e-48b2-ab12-981e338f0e4e initialized
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687766016/
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687766016/
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:06 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 932687d3-4f6e-48b2-ab12-981e338f0e4e shut down
Apr 09, 2024 6:36:06 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:06 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:06 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3ca97c53-fed1-4b1e-9731-7a8dde00738d initialized
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687766248/
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687766248/
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:06 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3ca97c53-fed1-4b1e-9731-7a8dde00738d shut down
Apr 09, 2024 6:36:06 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:06 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:06 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d911ba32-868d-4a53-87e6-53c25f45e3ba initialized
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687766465/
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687766465/
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:06 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d911ba32-868d-4a53-87e6-53c25f45e3ba shut down
Apr 09, 2024 6:36:06 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:06 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:06 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b8e6b632-1345-4326-aa78-253c9465ab60 initialized
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687766669/
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687766669/
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:06 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b8e6b632-1345-4326-aa78-253c9465ab60 shut down
Apr 09, 2024 6:36:06 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:06 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:06 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 77245cc9-a686-40e3-bf9b-8a8dbc61a9fa initialized
Apr 09, 2024 6:36:06 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687766916/
Apr 09, 2024 6:36:07 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:07 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:07 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687766916/
Apr 09, 2024 6:36:07 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:07 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:07 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 77245cc9-a686-40e3-bf9b-8a8dbc61a9fa shut down
Apr 09, 2024 6:36:07 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:07 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:07 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:07 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:07 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:07 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d76f04b3-72f2-48ce-9809-fffaafa150c1 initialized
Apr 09, 2024 6:36:07 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687767117/
Apr 09, 2024 6:36:07 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:07 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:07 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687767117/
Apr 09, 2024 6:36:07 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:07 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:07 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d76f04b3-72f2-48ce-9809-fffaafa150c1 shut down
Apr 09, 2024 6:36:07 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:07 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:07 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:07 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:07 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:07 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bdad59e5-01b4-467d-8189-65e33fd5b009 initialized
Apr 09, 2024 6:36:07 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687767875/
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687767875/
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:08 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bdad59e5-01b4-467d-8189-65e33fd5b009 shut down
Apr 09, 2024 6:36:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fe6bcf48-cfe5-4f0f-a720-651e313e205d initialized
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687768598/
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687768598/
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:08 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fe6bcf48-cfe5-4f0f-a720-651e313e205d shut down
Apr 09, 2024 6:36:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 367dc69d-5d07-4d42-ade2-3275634c952e initialized
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687768788/
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687768788/
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:08 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 367dc69d-5d07-4d42-ade2-3275634c952e shut down
Apr 09, 2024 6:36:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:08 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e5aa2b6e-5856-4035-8dcb-51d755edd417 initialized
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687769013/
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687769013/
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:09 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e5aa2b6e-5856-4035-8dcb-51d755edd417 shut down
Apr 09, 2024 6:36:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:09 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bd4ab999-cfb4-43e2-bcd3-6cf8eaa2dad9 initialized
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687769237/
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687769237/
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:09 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bd4ab999-cfb4-43e2-bcd3-6cf8eaa2dad9 shut down
Apr 09, 2024 6:36:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:09 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 258f2304-3de0-48f5-a4db-bbe93a77d258 initialized
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687769425/
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687769425/
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:09 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 258f2304-3de0-48f5-a4db-bbe93a77d258 shut down
Apr 09, 2024 6:36:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:09 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 72210a2c-17a8-4ec2-9f66-c5f6b0d3c2ad initialized
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687769633/
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687769633/
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:09 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 72210a2c-17a8-4ec2-9f66-c5f6b0d3c2ad shut down
Apr 09, 2024 6:36:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:09 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ad679a4d-3641-43e3-8af5-507d87038f72 initialized
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687769867/
Apr 09, 2024 6:36:09 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687769867/
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ad679a4d-3641-43e3-8af5-507d87038f72 shut down
Apr 09, 2024 6:36:10 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:10 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 01b9e627-00af-46a1-8082-f2211f7e6f32 initialized
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687770060/
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687770060/
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 01b9e627-00af-46a1-8082-f2211f7e6f32 shut down
Apr 09, 2024 6:36:10 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:10 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0e728fef-06e2-4643-8e4e-b02f942492ee initialized
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687770277/
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687770277/
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0e728fef-06e2-4643-8e4e-b02f942492ee shut down
Apr 09, 2024 6:36:10 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:10 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5fe27d9a-7d8c-4118-ac46-e7128985aba3 initialized
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687770468/
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687770468/
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5fe27d9a-7d8c-4118-ac46-e7128985aba3 shut down
Apr 09, 2024 6:36:10 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:10 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d9ae8440-d0b3-4b43-89ee-9c7b3779333f initialized
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687770653/
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687770653/
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d9ae8440-d0b3-4b43-89ee-9c7b3779333f shut down
Apr 09, 2024 6:36:10 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:10 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0f631343-f97a-49b8-888e-ffa1b1df37eb initialized
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687770840/
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687770840/
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:10 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0f631343-f97a-49b8-888e-ffa1b1df37eb shut down
Apr 09, 2024 6:36:10 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:10 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:11 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a1c3175f-059e-41b7-ba1f-8782c7d31a68 initialized
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687771026/
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687771026/
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:11 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a1c3175f-059e-41b7-ba1f-8782c7d31a68 shut down
Apr 09, 2024 6:36:11 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:11 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:11 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 406d89d2-b99b-4c9e-88ea-90b1c6d12038 initialized
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687771222/
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687771222/
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:11 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 406d89d2-b99b-4c9e-88ea-90b1c6d12038 shut down
Apr 09, 2024 6:36:11 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:11 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:11 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dbfbd7b8-f0b5-44a5-8e1e-b27ba99d9ae8 initialized
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687771420/
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687771420/
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:11 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dbfbd7b8-f0b5-44a5-8e1e-b27ba99d9ae8 shut down
Apr 09, 2024 6:36:11 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:11 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:11 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 301a41a5-8a7a-4f85-b45c-b31c6ef1a937 initialized
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687771603/
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687771603/
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:11 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 301a41a5-8a7a-4f85-b45c-b31c6ef1a937 shut down
Apr 09, 2024 6:36:11 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:11 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:11 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c89ad1b0-a86e-4684-ae75-dc1d9291f6fe initialized
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687771777/
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687771777/
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:11 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c89ad1b0-a86e-4684-ae75-dc1d9291f6fe shut down
Apr 09, 2024 6:36:11 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:11 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:11 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fe99b18b-3e32-4fc1-89cd-c47869994541 initialized
Apr 09, 2024 6:36:11 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687771952/
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687771952/
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:12 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fe99b18b-3e32-4fc1-89cd-c47869994541 shut down
Apr 09, 2024 6:36:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:12 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f31f3bdc-746e-4f0a-9a7e-a4a1baf82998 initialized
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687772132/
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687772132/
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:12 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f31f3bdc-746e-4f0a-9a7e-a4a1baf82998 shut down
Apr 09, 2024 6:36:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:12 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 20d97de7-1f5b-4b48-ae6e-c885c64fa584 initialized
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687772313/
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687772313/
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:12 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 20d97de7-1f5b-4b48-ae6e-c885c64fa584 shut down
Apr 09, 2024 6:36:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:12 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7c4feb8b-47d5-4a62-8f1e-c7e492cc19e3 initialized
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687772509/
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687772509/
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:12 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7c4feb8b-47d5-4a62-8f1e-c7e492cc19e3 shut down
Apr 09, 2024 6:36:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:12 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2b3a9221-cc39-41d4-80f1-a512ec659b4c initialized
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687772697/
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687772697/
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:12 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2b3a9221-cc39-41d4-80f1-a512ec659b4c shut down
Apr 09, 2024 6:36:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:12 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e7aa8160-0ce8-46ab-bd50-c391ac7600f1 initialized
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687772872/
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687772872/
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:12 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:12 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e7aa8160-0ce8-46ab-bd50-c391ac7600f1 shut down
Apr 09, 2024 6:36:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b69f26f8-138f-4c1e-9fbc-d37eeb616e0a initialized
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687773041/
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687773041/
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:13 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b69f26f8-138f-4c1e-9fbc-d37eeb616e0a shut down
Apr 09, 2024 6:36:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a8028aba-9534-449f-8320-1a16653126d8 initialized
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687773203/
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687773203/
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:13 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a8028aba-9534-449f-8320-1a16653126d8 shut down
Apr 09, 2024 6:36:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 44b04dc0-426b-4765-8be0-3e2dfb1101d3 initialized
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687773383/
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687773383/
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:13 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 44b04dc0-426b-4765-8be0-3e2dfb1101d3 shut down
Apr 09, 2024 6:36:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 81ed4ac8-f907-48a6-a827-2ff15f5527b3 initialized
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687773568/
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687773568/
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:13 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 81ed4ac8-f907-48a6-a827-2ff15f5527b3 shut down
Apr 09, 2024 6:36:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2aaedb16-1bdf-4e90-95a3-c8d3626539b3 initialized
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687773748/
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687773748/
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:13 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2aaedb16-1bdf-4e90-95a3-c8d3626539b3 shut down
Apr 09, 2024 6:36:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7a55882e-2c2f-463d-bb3f-6ffc7f6c858d initialized
Apr 09, 2024 6:36:13 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687773952/
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687773952/
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:14 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7a55882e-2c2f-463d-bb3f-6ffc7f6c858d shut down
Apr 09, 2024 6:36:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 85bb89cf-8864-468d-9c7b-a529af6fda8b initialized
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687774159/
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687774159/
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:14 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 85bb89cf-8864-468d-9c7b-a529af6fda8b shut down
[INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.04 s -- in org.eclipse.jnosql.mapping.graph.DefaultGraphTraversalSourceTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.graph.EdgeEntityTest
Apr 09, 2024 6:36:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1996dabc-d857-4982-a74d-9d12b5c1d5fb initialized
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687774354/
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687774354/
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:14 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1996dabc-d857-4982-a74d-9d12b5c1d5fb shut down
Apr 09, 2024 6:36:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 80e03b68-4a71-42ec-870e-75aa62262968 initialized
Apr 09, 2024 6:36:14 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 80e03b68-4a71-42ec-870e-75aa62262968 shut down
Apr 09, 2024 6:36:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b445ebef-8ef9-4cc6-af26-298b0ab29df4 initialized
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687774600/
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687774600/
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:14 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b445ebef-8ef9-4cc6-af26-298b0ab29df4 shut down
Apr 09, 2024 6:36:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 936618ad-15e1-4814-9781-1a2920ff7f0a initialized
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687774782/
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687774782/
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:14 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 936618ad-15e1-4814-9781-1a2920ff7f0a shut down
Apr 09, 2024 6:36:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ce4d6d78-338c-43a3-88f1-a2eae984ea2e initialized
Apr 09, 2024 6:36:14 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687774951/
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687774951/
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:15 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ce4d6d78-338c-43a3-88f1-a2eae984ea2e shut down
Apr 09, 2024 6:36:15 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:15 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:15 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4e96af4b-5622-4a00-aef4-0d7ff1776591 initialized
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687775153/
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687775153/
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:15 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4e96af4b-5622-4a00-aef4-0d7ff1776591 shut down
Apr 09, 2024 6:36:15 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:15 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:15 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bb7a9f2a-49bd-4b5d-a729-bcf918a0cae0 initialized
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687775353/
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687775353/
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:15 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bb7a9f2a-49bd-4b5d-a729-bcf918a0cae0 shut down
Apr 09, 2024 6:36:15 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:15 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:15 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9f0cdf55-d734-441a-902f-d3a7aed2c384 initialized
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687775584/
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687775584/
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:15 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9f0cdf55-d734-441a-902f-d3a7aed2c384 shut down
Apr 09, 2024 6:36:15 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:15 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:15 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a3bd50da-4e5d-4da7-86a4-1f5f45e7f4e3 initialized
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687775763/
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687775763/
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:15 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a3bd50da-4e5d-4da7-86a4-1f5f45e7f4e3 shut down
Apr 09, 2024 6:36:15 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:15 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:15 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9e1e9088-817b-4131-9310-2466b038c5b8 initialized
Apr 09, 2024 6:36:15 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9e1e9088-817b-4131-9310-2466b038c5b8 shut down
Apr 09, 2024 6:36:15 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:15 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:15 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:15 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 07701971-e343-4f62-858d-e0937c67c67c initialized
Apr 09, 2024 6:36:15 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 07701971-e343-4f62-858d-e0937c67c67c shut down
Apr 09, 2024 6:36:15 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:15 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:16 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cb90c7be-bafe-4c6e-a4c7-9acf7c48c143 initialized
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687776041/
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687776041/
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:16 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cb90c7be-bafe-4c6e-a4c7-9acf7c48c143 shut down
Apr 09, 2024 6:36:16 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:16 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:16 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6c142cbd-668d-4d73-8bdf-6bc69ad7eb38 initialized
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687776233/
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687776233/
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:16 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6c142cbd-668d-4d73-8bdf-6bc69ad7eb38 shut down
Apr 09, 2024 6:36:16 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:16 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:16 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7a7063f9-6499-4546-a5f2-198d21917748 initialized
Apr 09, 2024 6:36:16 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7a7063f9-6499-4546-a5f2-198d21917748 shut down
Apr 09, 2024 6:36:16 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:16 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:16 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 68c88061-40d3-4a09-96f5-943c4552d195 initialized
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687776462/
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687776462/
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:16 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 68c88061-40d3-4a09-96f5-943c4552d195 shut down
Apr 09, 2024 6:36:16 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:16 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:16 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 758b2efa-8697-4907-b6e7-77c93e631ef8 initialized
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687776653/
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687776653/
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:16 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 758b2efa-8697-4907-b6e7-77c93e631ef8 shut down
Apr 09, 2024 6:36:16 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:16 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:16 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 760887ee-1c21-4984-b395-989a3e6e46f0 initialized
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687776839/
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687776839/
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:16 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 760887ee-1c21-4984-b395-989a3e6e46f0 shut down
Apr 09, 2024 6:36:16 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:16 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:17 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 06fb434d-4bc2-440f-b163-bf12de8e444b initialized
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687777024/
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687777024/
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:17 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 06fb434d-4bc2-440f-b163-bf12de8e444b shut down
Apr 09, 2024 6:36:17 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:17 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:17 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 93b80a81-3691-44b1-9a9f-6115824db951 initialized
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687777221/
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687777221/
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:17 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 93b80a81-3691-44b1-9a9f-6115824db951 shut down
Apr 09, 2024 6:36:17 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:17 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:17 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b51e26ec-d453-49a5-84b9-522c93e56cd7 initialized
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687777397/
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687777397/
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:17 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b51e26ec-d453-49a5-84b9-522c93e56cd7 shut down
Apr 09, 2024 6:36:17 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:17 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:17 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0091a666-01dc-41ae-b7cb-82dc269d2362 initialized
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687777586/
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687777586/
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:17 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0091a666-01dc-41ae-b7cb-82dc269d2362 shut down
Apr 09, 2024 6:36:17 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:17 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:17 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cc4f4f97-f24f-4c49-8d02-4155a68fa087 initialized
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687777761/
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687777761/
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:17 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cc4f4f97-f24f-4c49-8d02-4155a68fa087 shut down
Apr 09, 2024 6:36:17 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:17 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:17 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 81e6c265-216b-4b15-85c8-c1b4a03771fa initialized
Apr 09, 2024 6:36:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687777957/
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687777957/
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:18 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 81e6c265-216b-4b15-85c8-c1b4a03771fa shut down
Apr 09, 2024 6:36:18 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:18 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:18 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 305f852a-5dab-4566-b15c-1eafc396aaed initialized
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687778147/
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687778147/
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:18 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 305f852a-5dab-4566-b15c-1eafc396aaed shut down
Apr 09, 2024 6:36:18 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:18 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:18 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 02d17572-178e-40c2-b4c5-2f37cf293629 initialized
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687778328/
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1712687778328/
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 09, 2024 6:36:18 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 02d17572-178e-40c2-b4c5-2f37cf293629 shut down
Apr 09, 2024 6:36:18 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:18 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:18 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1f897bb7-ad94-4694-b5ad-16d950445c1a initialized
Apr 09, 2024 6:36:18 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1f897bb7-ad94-4694-b5ad-16d950445c1a shut down
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.218 s -- in org.eclipse.jnosql.mapping.graph.EdgeEntityTest
[INFO] Running org.eclipse.jnosql.mapping.graph.configuration.GraphSupplierTest
Apr 09, 2024 6:36:18 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:18 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:18 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f042b8cb-d8c9-4794-91a0-cf690cbd99f5 initialized
Apr 09, 2024 6:36:18 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f042b8cb-d8c9-4794-91a0-cf690cbd99f5 shut down
Apr 09, 2024 6:36:18 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:18 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:18 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c3b2b29c-7e6f-488d-bd5b-fae203124dc4 initialized
Apr 09, 2024 6:36:18 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c3b2b29c-7e6f-488d-bd5b-fae203124dc4 shut down
Apr 09, 2024 6:36:18 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:18 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:18 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 57df1b76-1d4c-48e2-a184-45746b720886 initialized
Apr 09, 2024 6:36:18 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 57df1b76-1d4c-48e2-a184-45746b720886 shut down
Apr 09, 2024 6:36:18 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:18 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:18 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c90b40e5-719b-42f7-b450-c28b7a50329b initialized
Apr 09, 2024 6:36:18 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c90b40e5-719b-42f7-b450-c28b7a50329b shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s -- in org.eclipse.jnosql.mapping.graph.configuration.GraphSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.graph.GraphTemplateTest
Apr 09, 2024 6:36:18 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:18 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:18 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 60648351-eb9a-452d-b55b-c383d8841399 initialized
Apr 09, 2024 6:36:18 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 60648351-eb9a-452d-b55b-c383d8841399 shut down
Apr 09, 2024 6:36:18 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:18 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:18 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b94b960e-b6b9-443b-96ba-2af2f80e7792 initialized
Apr 09, 2024 6:36:18 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b94b960e-b6b9-443b-96ba-2af2f80e7792 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.eclipse.jnosql.mapping.graph.GraphTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.graph.GraphTemplateProducerTest
Apr 09, 2024 6:36:18 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:18 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:18 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 173194dd-31a9-4c4f-9029-75a4be333842 initialized
Apr 09, 2024 6:36:18 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 173194dd-31a9-4c4f-9029-75a4be333842 shut down
Apr 09, 2024 6:36:18 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 09, 2024 6:36:18 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 09, 2024 6:36:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository]
Apr 09, 2024 6:36:18 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cae39726-cd89-49a3-9ae2-bacd9275bd12 initialized
Apr 09, 2024 6:36:18 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cae39726-cd89-49a3-9ae2-bacd9275bd12 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.jnosql.mapping.graph.GraphTemplateProducerTest
[INFO] Running org.eclipse.jnosql.communication.graph.DefaultGraphDatabaseManagerTest
Apr 09, 2024 6:36:19 PM 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/1712687778906/
Apr 09, 2024 6:36:19 PM 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/1712687778906/
Apr 09, 2024 6:36:19 PM 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/1712687778906/
Apr 09, 2024 6:36:19 PM 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/1712687778906/
Apr 09, 2024 6:36:19 PM 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/1712687778906/
Apr 09, 2024 6:36:19 PM 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/1712687778906/
Apr 09, 2024 6:36:19 PM 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/1712687778906/
Apr 09, 2024 6:36:19 PM 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/1712687778906/
Apr 09, 2024 6:36:19 PM 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/1712687778906/
Apr 09, 2024 6:36:19 PM 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/1712687778906/
Apr 09, 2024 6:36:19 PM 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/1712687778906/
Apr 09, 2024 6:36:19 PM 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/1712687778906/
Apr 09, 2024 6:36:19 PM 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/1712687778906/
Apr 09, 2024 6:36:19 PM 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/1712687778906/
Apr 09, 2024 6:36:19 PM 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/1712687778906/
Apr 09, 2024 6:36:19 PM 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/1712687778906/
Apr 09, 2024 6:36:19 PM 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/1712687778906/
Apr 09, 2024 6:36:19 PM 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/1712687778906/
Apr 09, 2024 6:36:19 PM 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/1712687778906/
Apr 09, 2024 6:36:19 PM 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/1712687778906/
Apr 09, 2024 6:36:19 PM 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/1712687778906/
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.089 s -- in org.eclipse.jnosql.communication.graph.DefaultGraphDatabaseManagerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 216, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-graph ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/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/method/MethodLexer.java:13: warning: no comment
[WARNING] public class MethodLexer extends Lexer {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:181: warning: no comment
[WARNING] public static final ATN _ATN =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:16: warning: no comment
[WARNING] protected static final DFA[] _decisionToDFA;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:113: warning: no comment
[WARNING] public static final String _serializedATN =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:17: warning: no comment
[WARNING] protected static final PredictionContextCache _sharedContextCache =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:22: warning: no comment
[WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:23: warning: no comment
[WARNING] public static String[] channelNames = {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:27: warning: no comment
[WARNING] public static String[] modeNames = {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:38: warning: no comment
[WARNING] public static final String[] ruleNames = makeRuleNames();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:22: warning: no comment
[WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:22: warning: no comment
[WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:22: warning: no comment
[WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:56: warning: no comment
[WARNING] public static final Vocabulary VOCABULARY = new VocabularyImpl(_LITERAL_NAMES, _SYMBOLIC_NAMES);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:22: warning: no comment
[WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:90: warning: no comment
[WARNING] public MethodLexer(CharStream input) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:13: warning: no comment
[WARNING] public class MethodParser extends Parser {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:621: warning: no comment
[WARNING] public static class AndContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:693: warning: no comment
[WARNING] public static class AscContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1144: warning: no comment
[WARNING] public static class BetweenContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:358: warning: no comment
[WARNING] public static class ConditionContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:173: warning: no comment
[WARNING] public static class DeleteByContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:729: warning: no comment
[WARNING] public static class DescContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:847: warning: no comment
[WARNING] public static class EqContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:924: warning: no comment
[WARNING] public static class GtContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:979: warning: no comment
[WARNING] public static class GteContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1199: warning: no comment
[WARNING] public static class InContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1254: warning: no comment
[WARNING] public static class LikeContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1034: warning: no comment
[WARNING] public static class LtContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1089: warning: no comment
[WARNING] public static class LteContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1309: warning: no comment
[WARNING] public static class NotContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:657: warning: no comment
[WARNING] public static class OrContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:493: warning: no comment
[WARNING] public static class OrderContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:552: warning: no comment
[WARNING] public static class OrderNameContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:104: warning: no comment
[WARNING] public static class SelectContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:226: warning: no comment
[WARNING] public static class SelectStartContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:765: warning: no comment
[WARNING] public static class TruthContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:806: warning: no comment
[WARNING] public static class UntruthContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1345: warning: no comment
[WARNING] public static class VariableContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:271: warning: no comment
[WARNING] public static class WhereContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1434: warning: no comment
[WARNING] public static final ATN _ATN =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:16: warning: no comment
[WARNING] protected static final DFA[] _decisionToDFA;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1382: warning: no comment
[WARNING] public static final String _serializedATN =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:17: warning: no comment
[WARNING] protected static final PredictionContextCache _sharedContextCache =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:22: warning: no comment
[WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:25: warning: no comment
[WARNING] RULE_condition = 4, RULE_order = 5, RULE_orderName = 6, RULE_and = 7,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:26: warning: no comment
[WARNING] RULE_or = 8, RULE_asc = 9, RULE_desc = 10, RULE_truth = 11, RULE_untruth = 12,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:28: warning: no comment
[WARNING] RULE_between = 18, RULE_in = 19, RULE_like = 20, RULE_not = 21, RULE_variable = 22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:25: warning: no comment
[WARNING] RULE_condition = 4, RULE_order = 5, RULE_orderName = 6, RULE_and = 7,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:24: warning: no comment
[WARNING] RULE_select = 0, RULE_deleteBy = 1, RULE_selectStart = 2, RULE_where = 3,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:26: warning: no comment
[WARNING] RULE_or = 8, RULE_asc = 9, RULE_desc = 10, RULE_truth = 11, RULE_untruth = 12,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:27: warning: no comment
[WARNING] RULE_eq = 13, RULE_gt = 14, RULE_gte = 15, RULE_lt = 16, RULE_lte = 17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:27: warning: no comment
[WARNING] RULE_eq = 13, RULE_gt = 14, RULE_gte = 15, RULE_lt = 16, RULE_lte = 17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:27: warning: no comment
[WARNING] RULE_eq = 13, RULE_gt = 14, RULE_gte = 15, RULE_lt = 16, RULE_lte = 17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:28: warning: no comment
[WARNING] RULE_between = 18, RULE_in = 19, RULE_like = 20, RULE_not = 21, RULE_variable = 22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:28: warning: no comment
[WARNING] RULE_between = 18, RULE_in = 19, RULE_like = 20, RULE_not = 21, RULE_variable = 22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:27: warning: no comment
[WARNING] RULE_eq = 13, RULE_gt = 14, RULE_gte = 15, RULE_lt = 16, RULE_lte = 17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:27: warning: no comment
[WARNING] RULE_eq = 13, RULE_gt = 14, RULE_gte = 15, RULE_lt = 16, RULE_lte = 17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:28: warning: no comment
[WARNING] RULE_between = 18, RULE_in = 19, RULE_like = 20, RULE_not = 21, RULE_variable = 22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:26: warning: no comment
[WARNING] RULE_or = 8, RULE_asc = 9, RULE_desc = 10, RULE_truth = 11, RULE_untruth = 12,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:25: warning: no comment
[WARNING] RULE_condition = 4, RULE_order = 5, RULE_orderName = 6, RULE_and = 7,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:25: warning: no comment
[WARNING] RULE_condition = 4, RULE_order = 5, RULE_orderName = 6, RULE_and = 7,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:24: warning: no comment
[WARNING] RULE_select = 0, RULE_deleteBy = 1, RULE_selectStart = 2, RULE_where = 3,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:24: warning: no comment
[WARNING] RULE_select = 0, RULE_deleteBy = 1, RULE_selectStart = 2, RULE_where = 3,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:26: warning: no comment
[WARNING] RULE_or = 8, RULE_asc = 9, RULE_desc = 10, RULE_truth = 11, RULE_untruth = 12,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:26: warning: no comment
[WARNING] RULE_or = 8, RULE_asc = 9, RULE_desc = 10, RULE_truth = 11, RULE_untruth = 12,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:28: warning: no comment
[WARNING] RULE_between = 18, RULE_in = 19, RULE_like = 20, RULE_not = 21, RULE_variable = 22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:24: warning: no comment
[WARNING] RULE_select = 0, RULE_deleteBy = 1, RULE_selectStart = 2, RULE_where = 3,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:36: warning: no comment
[WARNING] public static final String[] ruleNames = makeRuleNames();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:22: warning: no comment
[WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:22: warning: no comment
[WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:22: warning: no comment
[WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22;
[WARNING] ^
[WARNING] 100 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/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 125 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 [ 11.423 s]
[INFO] jnosql-communication ............................... SUCCESS [  0.122 s]
[INFO] jnosql-communication-core .......................... SUCCESS [ 17.802 s]
[INFO] jnosql-communication-query ......................... SUCCESS [ 12.043 s]
[INFO] jnosql-communication-key-value ..................... SUCCESS [  8.115 s]
[INFO] jnosql-communication-semistructured ................ SUCCESS [ 13.053 s]
[INFO] jnosql-mapping-parent .............................. SUCCESS [  1.428 s]
[INFO] jnosql-mapping-api-core ............................ SUCCESS [  9.063 s]
[INFO] jnosql-mapping-reflection .......................... SUCCESS [ 17.416 s]
[INFO] jnosql-mapping-core ................................ SUCCESS [ 19.823 s]
[INFO] jnosql-mapping-semistructured ...................... SUCCESS [ 36.006 s]
[INFO] jnosql-mapping-document ............................ SUCCESS [ 13.175 s]
[INFO] jnosql-mapping-column .............................. SUCCESS [ 12.154 s]
[INFO] jnosql-mapping-key-value ........................... SUCCESS [ 19.206 s]
[INFO] jnosql-mapping-graph ............................... SUCCESS [01:37 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:48 min
[INFO] Finished at: 2024-04-09T18:36:25Z
[INFO] ------------------------------------------------------------------------
Setting status of 6053953b1345ef45bdd4c9b696084c13d4fc528f to SUCCESS with url https://ci.eclipse.org/jnosql/job/jnosql/2196/ and message: 'Build finished. '
Triggering a new build of jnosql-sonar
Finished: SUCCESS