Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Agent basic-4p09d is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-4p09d"
  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-4p09d"
    - 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-4p09d"
    - 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-4p09d (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 42959e92896ec2562e417829099319792d7f6b78 # 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.005 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.332 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenFilledParamsTest$WhenAddMethodIsCalledTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenFilledParamsTest
[INFO] Running org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest
[INFO] Running org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest$WhenBindIsCalled
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest$WhenBindIsCalled
[INFO] Running org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest$WhenAddMethodIsCalledTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest$WhenAddMethodIsCalledTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.852 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.202 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.184 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.016 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.196 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.130 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.152 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.145 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.004 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.373 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.216 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.147 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.091 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.131 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.288 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.134 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.124 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.031 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.108 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.021 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.131 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.539 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.114 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.003 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.090 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.029 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.100 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.002 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.002 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.084 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.083 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.161 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.235 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.006 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.036 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.014 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.008 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.068 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.003 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.015 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.008 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.327 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.276 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.059 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.109 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.275 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.017 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.005 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.155 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.009 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.005 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.209 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.003 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.071 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.006 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.084 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.099 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.003 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.097 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.021 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.010 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.142 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.014 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.030 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.045 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.014 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.003 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.022 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.335 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.546 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.022 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.001 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.181 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.046 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.227 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.795 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.020 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.725 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.254 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.002 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.094 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.681 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.022 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.015 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.023 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.002 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.102 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.043 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.005 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.009 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.017 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 02, 2024 8:13:37 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.698 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.007 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.065 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.023 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.396 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.004 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.403 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.116 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.008 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.022 s -- in org.eclipse.jnosql.mapping.EntityPrePersistTest
[INFO] Running org.eclipse.jnosql.mapping.IdNotFoundExceptionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.mapping.IdNotFoundExceptionTest
[INFO] Running org.eclipse.jnosql.mapping.EntityPostPersistTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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.092 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.021 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.638 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.027 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.042 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.006 s -- in org.eclipse.jnosql.mapping.reflection.StringUtilsTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultEntitiesMetadataTest
Apr 02, 2024 8:13:46 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 653d6849-d3b1-4585-9877-03dcd394b464 initialized
Apr 02, 2024 8:13:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 653d6849-d3b1-4585-9877-03dcd394b464 shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1326fe4b-59c3-4563-a86a-6625f171f729 initialized
Apr 02, 2024 8:13:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1326fe4b-59c3-4563-a86a-6625f171f729 shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f3fdd746-b640-4c64-9b0d-4f6d627c53ea initialized
Apr 02, 2024 8:13:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f3fdd746-b640-4c64-9b0d-4f6d627c53ea shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 23f0c307-7fb1-4343-873b-91161eddcb89 initialized
Apr 02, 2024 8:13:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 23f0c307-7fb1-4343-873b-91161eddcb89 shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dc5d6ad4-e21b-4bf5-b7e3-193524001d4a initialized
Apr 02, 2024 8:13:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dc5d6ad4-e21b-4bf5-b7e3-193524001d4a shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 45bdc08a-a892-4de8-9dfc-4e7e0def409a initialized
Apr 02, 2024 8:13:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 45bdc08a-a892-4de8-9dfc-4e7e0def409a shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d2b902bc-b6b8-462f-86c1-44261495cc95 initialized
Apr 02, 2024 8:13:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d2b902bc-b6b8-462f-86c1-44261495cc95 shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ebde5ad5-e851-4d80-882c-edb990e1481f initialized
Apr 02, 2024 8:13:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ebde5ad5-e851-4d80-882c-edb990e1481f shut down
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.876 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.010 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.782 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.007 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.005 s -- in org.eclipse.jnosql.mapping.reflection.collection.DequeSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.collection.ListSupplierTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.005 s -- in org.eclipse.jnosql.mapping.reflection.collection.TreeSetSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultConstructorBuilderTest
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c783cd65-f9f7-4a0e-a2bd-c3d6daa621a8 initialized
Apr 02, 2024 8:13:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c783cd65-f9f7-4a0e-a2bd-c3d6daa621a8 shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 923ad6e5-cbc6-453f-b53c-7df49d8ac7bd initialized
Apr 02, 2024 8:13:52 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 923ad6e5-cbc6-453f-b53c-7df49d8ac7bd shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container aa569706-b834-435a-bed0-b86f18505dd5 initialized
Apr 02, 2024 8:13:52 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container aa569706-b834-435a-bed0-b86f18505dd5 shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 23d99813-57a5-4d73-82f0-e7e20f33a852 initialized
Apr 02, 2024 8:13:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 23d99813-57a5-4d73-82f0-e7e20f33a852 shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b3e588b8-e35e-443b-891b-0a5d5f3a8bfa initialized
Apr 02, 2024 8:13:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b3e588b8-e35e-443b-891b-0a5d5f3a8bfa shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.436 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.046 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.008 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.009 s -- in org.eclipse.jnosql.mapping.reflection.ConstructorEventTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.ConstructorMetadataBuilderTest
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7170c295-26e9-4937-ad27-933f59ca1d02 initialized
Apr 02, 2024 8:13:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7170c295-26e9-4937-ad27-933f59ca1d02 shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a976e46f-79d3-4282-aa23-30fbd3b8e267 initialized
Apr 02, 2024 8:13:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a976e46f-79d3-4282-aa23-30fbd3b8e267 shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 302cf526-81d2-42b5-919e-e90acaea91ce initialized
Apr 02, 2024 8:13:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 302cf526-81d2-42b5-919e-e90acaea91ce shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 366d6367-b689-4771-866b-4ac16a16f0a2 initialized
Apr 02, 2024 8:13:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 366d6367-b689-4771-866b-4ac16a16f0a2 shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e1f1675e-37f5-4c0d-a2d7-59e83a74e2a9 initialized
Apr 02, 2024 8:13:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e1f1675e-37f5-4c0d-a2d7-59e83a74e2a9 shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 61b68170-5b7d-4374-8059-c76d0d908c48 initialized
Apr 02, 2024 8:13:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 61b68170-5b7d-4374-8059-c76d0d908c48 shut down
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 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.246 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.016 s -- in org.eclipse.jnosql.mapping.reflection.ReflectionClassConverterTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.ReflectionsTest
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6dfed555-757b-4196-a0d5-b3102b0e0304 initialized
Apr 02, 2024 8:13:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6dfed555-757b-4196-a0d5-b3102b0e0304 shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 13da7264-c432-41db-a8e5-899ef7157346 initialized
Apr 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 13da7264-c432-41db-a8e5-899ef7157346 shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2cf1e9c2-c3de-45ab-b131-735a9b81097f initialized
Apr 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2cf1e9c2-c3de-45ab-b131-735a9b81097f shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b4475964-c8b6-4735-9223-4437b5acfafa initialized
Apr 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b4475964-c8b6-4735-9223-4437b5acfafa shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 831645ff-8939-429d-8607-c9ac3e8bab09 initialized
Apr 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 831645ff-8939-429d-8607-c9ac3e8bab09 shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cd64219b-de55-4284-8ba2-d535281b60a6 initialized
Apr 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cd64219b-de55-4284-8ba2-d535281b60a6 shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7808cb63-7809-4827-a3eb-d6844209653f initialized
Apr 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7808cb63-7809-4827-a3eb-d6844209653f shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4e27b8b9-5b69-40f0-91be-bc1e32ff89ec initialized
Apr 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4e27b8b9-5b69-40f0-91be-bc1e32ff89ec shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container af9dd461-d1a3-4653-b106-60612787c36d initialized
Apr 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container af9dd461-d1a3-4653-b106-60612787c36d shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 51969b6d-e5ad-40eb-9731-9f9e2cd1240b initialized
Apr 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 51969b6d-e5ad-40eb-9731-9f9e2cd1240b shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1dca01ff-9234-460c-8087-cd712353b509 initialized
Apr 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1dca01ff-9234-460c-8087-cd712353b509 shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bea5c0bb-2e55-4f33-a4b3-16b22874d573 initialized
Apr 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bea5c0bb-2e55-4f33-a4b3-16b22874d573 shut down
Apr 02, 2024 8:13: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 02, 2024 8:13: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 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0349ccc5-9957-493f-b91e-48ba4bddc58e initialized
Apr 02, 2024 8:13:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0349ccc5-9957-493f-b91e-48ba4bddc58e shut down
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.917 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.004 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.641 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.050 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.010 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.009 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.010 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.057 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.091 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.014 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.228 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.088 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.007 s -- in org.eclipse.jnosql.mapping.core.repository.DefaultRepositoryReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.RepositoryObserverParserTest
Apr 02, 2024 8:14:01 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:07 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bf8f0e46-173d-4c8b-99a1-1a6bb88fbc08 initialized
Apr 02, 2024 8:14:07 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bf8f0e46-173d-4c8b-99a1-1a6bb88fbc08 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8e1d5341-b3bf-4983-bb60-a5305183acc1 initialized
Apr 02, 2024 8:14:08 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8e1d5341-b3bf-4983-bb60-a5305183acc1 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 37727da8-1ce5-4805-bd9b-b51826991932 initialized
Apr 02, 2024 8:14:08 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 37727da8-1ce5-4805-bd9b-b51826991932 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a633880e-940b-4c10-b8de-9dc8ea7f9c7e initialized
Apr 02, 2024 8:14:08 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a633880e-940b-4c10-b8de-9dc8ea7f9c7e shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2ebbd1a6-233f-4b48-befc-92ec2e4d5262 initialized
Apr 02, 2024 8:14:08 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2ebbd1a6-233f-4b48-befc-92ec2e4d5262 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 89d43e0f-760f-4a31-8c7f-1bfaf9728cb5 initialized
Apr 02, 2024 8:14:08 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 89d43e0f-760f-4a31-8c7f-1bfaf9728cb5 shut down
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.709 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.097 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.117 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.023 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.860 s -- in org.eclipse.jnosql.mapping.core.NoSQLPageTest
[INFO] Running org.eclipse.jnosql.mapping.core.util.ParamsBinderTest
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f127fab1-cbc4-405d-b658-676d26785dc2 initialized
Apr 02, 2024 8:14:09 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f127fab1-cbc4-405d-b658-676d26785dc2 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2aca990e-5c47-4e31-be07-6255904dd54c initialized
Apr 02, 2024 8:14:09 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2aca990e-5c47-4e31-be07-6255904dd54c shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f1f2b535-c78f-4555-a3d2-843e20214ef8 initialized
Apr 02, 2024 8:14:09 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f1f2b535-c78f-4555-a3d2-843e20214ef8 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 735eacc1-fbe5-42cb-9e77-6e181f30c459 initialized
Apr 02, 2024 8:14:09 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 735eacc1-fbe5-42cb-9e77-6e181f30c459 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 34cb3de7-bafc-4788-a8af-3a89cb245595 initialized
Apr 02, 2024 8:14:09 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 34cb3de7-bafc-4788-a8af-3a89cb245595 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bd531095-498a-4a37-aa75-e9a7d6bf17ff initialized
Apr 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bd531095-498a-4a37-aa75-e9a7d6bf17ff shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 49a18e83-b230-412a-8a23-9863934e22fb initialized
Apr 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 49a18e83-b230-412a-8a23-9863934e22fb shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a75b2768-9ec5-4d7f-8461-c26c3fc15a10 initialized
Apr 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a75b2768-9ec5-4d7f-8461-c26c3fc15a10 shut down
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.562 s -- in org.eclipse.jnosql.mapping.core.util.ParamsBinderTest
[INFO] Running org.eclipse.jnosql.mapping.core.util.ConverterUtilTest
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8cb326ad-3684-4f26-ad93-7e754d527f08 initialized
Apr 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8cb326ad-3684-4f26-ad93-7e754d527f08 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9d0bab17-e4d4-48d0-93f3-e1ba1bc2dee8 initialized
Apr 02, 2024 8:14:10 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 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9d0bab17-e4d4-48d0-93f3-e1ba1bc2dee8 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8b188cc9-9a65-4674-893d-aafac9fc9879 initialized
Apr 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8b188cc9-9a65-4674-893d-aafac9fc9879 shut down
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 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.003 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.006 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.099 s -- in org.eclipse.jnosql.mapping.core.config.MicroProfileSettingsTest
[INFO] Running org.eclipse.jnosql.mapping.core.query.AbstractRepositoryTest
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d06692da-d3b5-462a-b608-6269911db012 initialized
Apr 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d06692da-d3b5-462a-b608-6269911db012 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b38416c6-3389-48d8-8bd9-b7eb36d807e7 initialized
Apr 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b38416c6-3389-48d8-8bd9-b7eb36d807e7 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 87baae04-964d-4275-b5b8-8a651be99d09 initialized
Apr 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 87baae04-964d-4275-b5b8-8a651be99d09 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 972fe989-3058-41de-90a1-944f3d44b854 initialized
Apr 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 972fe989-3058-41de-90a1-944f3d44b854 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6e1dcfcb-835a-4dc9-8629-682ba228c130 initialized
Apr 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6e1dcfcb-835a-4dc9-8629-682ba228c130 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6247d55d-dd8a-47ed-a6ae-5c1a18483619 initialized
Apr 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6247d55d-dd8a-47ed-a6ae-5c1a18483619 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 808faa82-412d-436b-8ac0-0c7d7afd4748 initialized
Apr 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 808faa82-412d-436b-8ac0-0c7d7afd4748 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2dbbb4e8-8cd0-4a25-aa03-d458362a67a4 initialized
Apr 02, 2024 8:14:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2dbbb4e8-8cd0-4a25-aa03-d458362a67a4 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:11 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e241f0a4-242c-4d7d-a2d1-c67464e9a138 initialized
Apr 02, 2024 8:14:11 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e241f0a4-242c-4d7d-a2d1-c67464e9a138 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:11 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1bf20f69-72e1-427b-97b1-4eecfe649c94 initialized
Apr 02, 2024 8:14:11 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1bf20f69-72e1-427b-97b1-4eecfe649c94 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:11 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 530e9d67-c922-432b-9af3-8829233c3a56 initialized
Apr 02, 2024 8:14:11 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 530e9d67-c922-432b-9af3-8829233c3a56 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:11 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 10015573-3ec8-40ef-aea2-69c30bdd99e2 initialized
Apr 02, 2024 8:14:11 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 10015573-3ec8-40ef-aea2-69c30bdd99e2 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:11 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4a52604b-9325-434d-a173-f4ecea00a972 initialized
Apr 02, 2024 8:14:11 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4a52604b-9325-434d-a173-f4ecea00a972 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:11 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 603dfd59-8bf0-4d42-b888-1abea4de768f initialized
Apr 02, 2024 8:14:11 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 603dfd59-8bf0-4d42-b888-1abea4de768f shut down
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.821 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.339 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.246 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.039 s -- in org.eclipse.jnosql.mapping.core.DatabaseQualifierTest
[INFO] Running org.eclipse.jnosql.mapping.core.ConvertersTest
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:11 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 89e3cd88-c31d-4599-b893-69aa99fd4393 initialized
Apr 02, 2024 8:14:11 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 89e3cd88-c31d-4599-b893-69aa99fd4393 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d7211615-1fd3-43c4-90e5-855f71a35ed1 initialized
Apr 02, 2024 8:14:12 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d7211615-1fd3-43c4-90e5-855f71a35ed1 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7cbdc056-bca4-4a1e-8d66-da8404eee6fa initialized
Apr 02, 2024 8:14:12 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7cbdc056-bca4-4a1e-8d66-da8404eee6fa shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3541477f-5144-4716-947f-3fc135666a0e initialized
Apr 02, 2024 8:14:12 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 02, 2024 8:14:12 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3541477f-5144-4716-947f-3fc135666a0e shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 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.044 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 02, 2024 8:14:18 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 01d8474b-1c0c-4b23-8116-f95259e328c5 initialized
Apr 02, 2024 8:14:24 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 01d8474b-1c0c-4b23-8116-f95259e328c5 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4a19d606-d7cf-424c-a650-4a22cdf600cd initialized
Apr 02, 2024 8:14:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4a19d606-d7cf-424c-a650-4a22cdf600cd shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 51c66958-a22f-4229-a04f-d2bfe6c90079 initialized
Apr 02, 2024 8:14:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 51c66958-a22f-4229-a04f-d2bfe6c90079 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 786a546e-2b67-412f-b768-f8661b214ff8 initialized
Apr 02, 2024 8:14:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 786a546e-2b67-412f-b768-f8661b214ff8 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container aeb0605a-f7aa-4bfd-b178-8fd3acb7c9e7 initialized
Apr 02, 2024 8:14:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container aeb0605a-f7aa-4bfd-b178-8fd3acb7c9e7 shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.535 s -- in org.eclipse.jnosql.mapping.semistructured.EntityImmutableTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperObserverTest
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8e9e080f-df39-4c19-8e79-1e947e8c7fd2 initialized
Apr 02, 2024 8:14:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8e9e080f-df39-4c19-8e79-1e947e8c7fd2 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9445e6f1-a731-4bca-aa99-445e20d56cdb initialized
Apr 02, 2024 8:14:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9445e6f1-a731-4bca-aa99-445e20d56cdb shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a9f519ea-46d5-4ea4-94ae-b5f3ca15f3c5 initialized
Apr 02, 2024 8:14:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a9f519ea-46d5-4ea4-94ae-b5f3ca15f3c5 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9e6aca19-05bc-4cdf-94f6-4d67f2efa021 initialized
Apr 02, 2024 8:14:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9e6aca19-05bc-4cdf-94f6-4d67f2efa021 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1794b889-5eea-4ea3-a694-0f70d6785d40 initialized
Apr 02, 2024 8:14:26 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1794b889-5eea-4ea3-a694-0f70d6785d40 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4850aaf1-1bd1-4ac3-b657-2a58e8c45863 initialized
Apr 02, 2024 8:14:26 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4850aaf1-1bd1-4ac3-b657-2a58e8c45863 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 390a3d4d-44fd-46bc-b86c-c11f69d7bb88 initialized
Apr 02, 2024 8:14:26 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 390a3d4d-44fd-46bc-b86c-c11f69d7bb88 shut down
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.566 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.894 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.024 s -- in org.eclipse.jnosql.mapping.semistructured.DatabaseQualifierTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.ParamsBinderTest
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ddc2a424-eb36-496d-917e-791fcbab6bc2 initialized
Apr 02, 2024 8:14:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ddc2a424-eb36-496d-917e-791fcbab6bc2 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d3b91023-9e82-4921-a60d-919b0bde8b80 initialized
Apr 02, 2024 8:14:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d3b91023-9e82-4921-a60d-919b0bde8b80 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.659 s -- in org.eclipse.jnosql.mapping.semistructured.query.ParamsBinderTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyTest
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3698c603-da05-4450-831e-64c17306d4c6 initialized
Apr 02, 2024 8:14:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3698c603-da05-4450-831e-64c17306d4c6 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container df7af3d6-e1d5-45e8-9ce2-2493f4694897 initialized
Apr 02, 2024 8:14:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container df7af3d6-e1d5-45e8-9ce2-2493f4694897 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 40feae26-cf31-4cbe-bc43-61fdbd56c550 initialized
Apr 02, 2024 8:14:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 40feae26-cf31-4cbe-bc43-61fdbd56c550 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 30098a19-d8a4-4817-beab-a8a9388e92d2 initialized
Apr 02, 2024 8:14:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 30098a19-d8a4-4817-beab-a8a9388e92d2 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c4e201d8-64d7-4860-a50c-67cac83994b9 initialized
Apr 02, 2024 8:14:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c4e201d8-64d7-4860-a50c-67cac83994b9 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d12ea72e-993a-441a-8a01-0c44da27972c initialized
Apr 02, 2024 8:14:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d12ea72e-993a-441a-8a01-0c44da27972c shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 73337bce-5b24-4721-acd2-2d77ef327753 initialized
Apr 02, 2024 8:14:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 73337bce-5b24-4721-acd2-2d77ef327753 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3e89c30f-9610-4ff1-bb32-c4c5c8920bea initialized
Apr 02, 2024 8:14:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3e89c30f-9610-4ff1-bb32-c4c5c8920bea shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 32a19131-4293-482a-98b2-8f63ee0cb342 initialized
Apr 02, 2024 8:14:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 32a19131-4293-482a-98b2-8f63ee0cb342 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1b64abae-3c0d-4cda-92de-ec16d69bab3e initialized
Apr 02, 2024 8:14:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1b64abae-3c0d-4cda-92de-ec16d69bab3e shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 651b0d43-d898-4204-a0d3-af7d34a11a28 initialized
Apr 02, 2024 8:14:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 651b0d43-d898-4204-a0d3-af7d34a11a28 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 872597fc-0adc-4bfa-b186-15d08a5a5a6b initialized
Apr 02, 2024 8:14:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 872597fc-0adc-4bfa-b186-15d08a5a5a6b shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2deaec0a-86c6-45a6-8da1-c247131277e6 initialized
Apr 02, 2024 8:14:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2deaec0a-86c6-45a6-8da1-c247131277e6 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e6bdbd1b-db3e-4940-b730-682507d78dc8 initialized
Apr 02, 2024 8:14:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e6bdbd1b-db3e-4940-b730-682507d78dc8 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a6c42137-6487-421c-8760-949ee9e316f5 initialized
Apr 02, 2024 8:14:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a6c42137-6487-421c-8760-949ee9e316f5 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1d50eec8-a5d0-4443-ae60-2baa8ca34481 initialized
Apr 02, 2024 8:14:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1d50eec8-a5d0-4443-ae60-2baa8ca34481 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 491662f3-f4cb-4c70-a310-cd40e1a65dfc initialized
Apr 02, 2024 8:14:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 491662f3-f4cb-4c70-a310-cd40e1a65dfc shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e44ed462-d072-482e-99d4-e1d9375c39f5 initialized
Apr 02, 2024 8:14:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e44ed462-d072-482e-99d4-e1d9375c39f5 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 74af3099-1114-4061-af3c-e4cb51ae4c97 initialized
Apr 02, 2024 8:14:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 74af3099-1114-4061-af3c-e4cb51ae4c97 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d2b33e96-6dee-4e69-827f-dd8fac7bf247 initialized
Apr 02, 2024 8:14:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d2b33e96-6dee-4e69-827f-dd8fac7bf247 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 99248901-4d71-4655-9736-7cc8f505d736 initialized
Apr 02, 2024 8:14:30 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 99248901-4d71-4655-9736-7cc8f505d736 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5b3dcbf2-5e57-4550-91b8-cfe3a1c76960 initialized
Apr 02, 2024 8:14:30 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5b3dcbf2-5e57-4550-91b8-cfe3a1c76960 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d34e282f-0518-4dd1-ba5f-d5860a9ce848 initialized
Apr 02, 2024 8:14:30 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d34e282f-0518-4dd1-ba5f-d5860a9ce848 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4cce84b2-7823-4ea5-bc82-6a5dd9904efa initialized
Apr 02, 2024 8:14:30 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4cce84b2-7823-4ea5-bc82-6a5dd9904efa shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 14068fe0-81fc-4cf5-ae34-7e504ec46e4b initialized
Apr 02, 2024 8:14:30 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 14068fe0-81fc-4cf5-ae34-7e504ec46e4b shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5f194719-da4f-4582-8654-bf829353403a initialized
Apr 02, 2024 8:14:30 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5f194719-da4f-4582-8654-bf829353403a shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a55d1b04-64d5-4ec6-b257-c27447431f3d initialized
Apr 02, 2024 8:14:31 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a55d1b04-64d5-4ec6-b257-c27447431f3d shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 784cf245-c830-43ca-856b-5b484804b077 initialized
Apr 02, 2024 8:14:31 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 784cf245-c830-43ca-856b-5b484804b077 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 415ae953-8ac5-47e9-b78d-76f402f55a1d initialized
Apr 02, 2024 8:14:31 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 415ae953-8ac5-47e9-b78d-76f402f55a1d shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6ee5c8b5-d565-43e0-bbd5-7c5330b780c0 initialized
Apr 02, 2024 8:14:31 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6ee5c8b5-d565-43e0-bbd5-7c5330b780c0 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f1642760-7d30-403f-bb66-d35a56e4d627 initialized
Apr 02, 2024 8:14:31 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f1642760-7d30-403f-bb66-d35a56e4d627 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dbdbeb6a-453b-47ea-ac9e-bf5e9560e5ec initialized
Apr 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dbdbeb6a-453b-47ea-ac9e-bf5e9560e5ec shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1c254777-d9b4-46eb-9060-cfc31016ddcd initialized
Apr 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1c254777-d9b4-46eb-9060-cfc31016ddcd shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2dab9c11-8130-4078-a46b-fc7fc45718e2 initialized
Apr 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2dab9c11-8130-4078-a46b-fc7fc45718e2 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 16d1d788-f877-43e1-a289-bfe550d452f7 initialized
Apr 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 16d1d788-f877-43e1-a289-bfe550d452f7 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 70d22094-8d80-4913-bc26-cea2386f7e74 initialized
Apr 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 70d22094-8d80-4913-bc26-cea2386f7e74 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container afbd3ac0-8c92-4672-ad51-8223ffaa47b7 initialized
Apr 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container afbd3ac0-8c92-4672-ad51-8223ffaa47b7 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 75e82878-e38f-4cba-a18f-0fcf710d5b37 initialized
Apr 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 75e82878-e38f-4cba-a18f-0fcf710d5b37 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d894f20f-bcfa-44d2-8939-3ecc5905e256 initialized
Apr 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d894f20f-bcfa-44d2-8939-3ecc5905e256 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f8535053-c4c2-4aa8-bb67-fadf03276b1b initialized
Apr 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f8535053-c4c2-4aa8-bb67-fadf03276b1b shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 94142b7f-21cc-4675-8d1f-f9918b2a57a6 initialized
Apr 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 94142b7f-21cc-4675-8d1f-f9918b2a57a6 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f0254875-a9ea-4f7a-933d-2f9aed8502d1 initialized
Apr 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f0254875-a9ea-4f7a-933d-2f9aed8502d1 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 36252204-4bc5-421e-9baa-4110748cda85 initialized
Apr 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 36252204-4bc5-421e-9baa-4110748cda85 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e34af42a-da16-4b8d-90df-6a258ca9db0e initialized
Apr 02, 2024 8:14:32 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e34af42a-da16-4b8d-90df-6a258ca9db0e shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 032b7935-d1f8-4cf8-b3e2-bc5af2e059ba initialized
Apr 02, 2024 8:14:33 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 032b7935-d1f8-4cf8-b3e2-bc5af2e059ba shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5c66876c-95d6-4348-8d1c-48a505fafad6 initialized
Apr 02, 2024 8:14:33 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5c66876c-95d6-4348-8d1c-48a505fafad6 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cdec890a-55f5-4528-a21d-f61093f3a25f initialized
Apr 02, 2024 8:14:33 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cdec890a-55f5-4528-a21d-f61093f3a25f shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5efba3d7-64d8-4b2b-bee1-624b30c31262 initialized
Apr 02, 2024 8:14:33 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5efba3d7-64d8-4b2b-bee1-624b30c31262 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f489cab7-747e-4d95-9d99-ae59e56466ff initialized
Apr 02, 2024 8:14:33 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f489cab7-747e-4d95-9d99-ae59e56466ff shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8a461742-a3c8-4b45-88a9-c2437db48bda initialized
Apr 02, 2024 8:14:33 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8a461742-a3c8-4b45-88a9-c2437db48bda shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6e45a06d-ef9e-4d7e-981c-f6c5e89ae577 initialized
Apr 02, 2024 8:14:33 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6e45a06d-ef9e-4d7e-981c-f6c5e89ae577 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f16333bd-7f9a-4940-8e69-fb932d9ca637 initialized
Apr 02, 2024 8:14:33 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f16333bd-7f9a-4940-8e69-fb932d9ca637 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 78d86d2f-de12-4993-8b48-97f52f2cbd1f initialized
Apr 02, 2024 8:14:33 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 78d86d2f-de12-4993-8b48-97f52f2cbd1f shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bcbaaa1f-ae2c-4021-ad8b-5660a41344c4 initialized
Apr 02, 2024 8:14:33 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bcbaaa1f-ae2c-4021-ad8b-5660a41344c4 shut down
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.810 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.782 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.056 s -- in org.eclipse.jnosql.mapping.semistructured.query.RepositorySemistructuredObserverParserTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.CrudRepositoryProxyTest
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8dd76628-2700-4382-b63f-0d0b17d2bfb1 initialized
Apr 02, 2024 8:14:34 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8dd76628-2700-4382-b63f-0d0b17d2bfb1 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b306eab6-7ab6-4f20-9324-6930fdf6950d initialized
Apr 02, 2024 8:14:34 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b306eab6-7ab6-4f20-9324-6930fdf6950d shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cbc812be-6e06-4f1a-8bc1-3a924e84a86d initialized
Apr 02, 2024 8:14:34 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cbc812be-6e06-4f1a-8bc1-3a924e84a86d shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e2e8617d-5a72-41a1-94d5-56305aae85da initialized
Apr 02, 2024 8:14:34 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e2e8617d-5a72-41a1-94d5-56305aae85da shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f117be4e-1242-4b73-92b3-04bfb44cd4f1 initialized
Apr 02, 2024 8:14:34 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f117be4e-1242-4b73-92b3-04bfb44cd4f1 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 767b8723-5758-4634-997e-ec53c713cb39 initialized
Apr 02, 2024 8:14:34 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 767b8723-5758-4634-997e-ec53c713cb39 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a6c9c9b0-0065-453c-a056-e75167cdfb49 initialized
Apr 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a6c9c9b0-0065-453c-a056-e75167cdfb49 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 049e6eef-e81b-49b0-86c5-3e008290406f initialized
Apr 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 049e6eef-e81b-49b0-86c5-3e008290406f shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 54e0245b-8e90-41a7-b6d5-4f73bb06fc3f initialized
Apr 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 54e0245b-8e90-41a7-b6d5-4f73bb06fc3f shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 846c0b06-9f65-45cb-ab5f-28cf46afe9d8 initialized
Apr 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 846c0b06-9f65-45cb-ab5f-28cf46afe9d8 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a4f51181-c3d5-42bb-ae8a-55a0da11c3f1 initialized
Apr 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a4f51181-c3d5-42bb-ae8a-55a0da11c3f1 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 94613cd9-8bab-4556-b460-0f57b79023b3 initialized
Apr 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 94613cd9-8bab-4556-b460-0f57b79023b3 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ec7c12e6-a8c3-4798-9d8d-2c145c3467bb initialized
Apr 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ec7c12e6-a8c3-4798-9d8d-2c145c3467bb shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ae86134d-eebb-4d46-9222-cebe3cff7ab0 initialized
Apr 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ae86134d-eebb-4d46-9222-cebe3cff7ab0 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 090d685d-d619-4eab-b03f-0d28ebfe00f8 initialized
Apr 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 090d685d-d619-4eab-b03f-0d28ebfe00f8 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7433f889-aad0-412b-82ab-efd0c67db430 initialized
Apr 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7433f889-aad0-412b-82ab-efd0c67db430 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1d60c00e-704f-47d7-9599-a15ccbfaacf4 initialized
Apr 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1d60c00e-704f-47d7-9599-a15ccbfaacf4 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container eef9b02a-9e84-476e-9b1e-2891ee5b4cb6 initialized
Apr 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container eef9b02a-9e84-476e-9b1e-2891ee5b4cb6 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bc25e6b6-a51f-4276-a37c-0e2e2b4d2087 initialized
Apr 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bc25e6b6-a51f-4276-a37c-0e2e2b4d2087 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 61679d8d-c054-4458-8041-4b7cc8bdbc54 initialized
Apr 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 61679d8d-c054-4458-8041-4b7cc8bdbc54 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f7d27aa0-8bae-4182-ab59-3ebf74de5a5b initialized
Apr 02, 2024 8:14:35 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f7d27aa0-8bae-4182-ab59-3ebf74de5a5b shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d25f4e5f-0a77-45c0-9bda-72b5081c7a96 initialized
Apr 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d25f4e5f-0a77-45c0-9bda-72b5081c7a96 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 63f0a095-8e2d-415a-abd5-c592d0ff7f3f initialized
Apr 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 63f0a095-8e2d-415a-abd5-c592d0ff7f3f shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ab203f19-0e3f-468f-8b81-8af7be9f7c16 initialized
Apr 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ab203f19-0e3f-468f-8b81-8af7be9f7c16 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 114f5d14-aad4-46d5-a547-cb63bcac3ff6 initialized
Apr 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 114f5d14-aad4-46d5-a547-cb63bcac3ff6 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4a1744eb-b258-4016-b95c-4f442407a9c1 initialized
Apr 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4a1744eb-b258-4016-b95c-4f442407a9c1 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 74a3daa9-8585-4888-b43f-6165aa051bda initialized
Apr 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 74a3daa9-8585-4888-b43f-6165aa051bda shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container eb777f94-aa9d-46c2-a950-0448d52acf1f initialized
Apr 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container eb777f94-aa9d-46c2-a950-0448d52acf1f shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 38a86d7f-b0c2-4887-8902-4a8feb3143fa initialized
Apr 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 38a86d7f-b0c2-4887-8902-4a8feb3143fa shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 860e9dd8-1c31-4f0f-bb5f-fb1ac81ed163 initialized
Apr 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 860e9dd8-1c31-4f0f-bb5f-fb1ac81ed163 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fc82e08c-d6f2-4939-b642-9fd414b05b57 initialized
Apr 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fc82e08c-d6f2-4939-b642-9fd414b05b57 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 81bb2ed6-d4b9-4a5a-8bb6-dcbb228f2b0a initialized
Apr 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 81bb2ed6-d4b9-4a5a-8bb6-dcbb228f2b0a shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2681eca6-34b0-48ac-bd23-c81199d9717c initialized
Apr 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2681eca6-34b0-48ac-bd23-c81199d9717c shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d229bdc0-d124-45c2-80df-bb5dd4a02a07 initialized
Apr 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d229bdc0-d124-45c2-80df-bb5dd4a02a07 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 24b433c8-bcec-46f2-ba9c-f42cf79be7a8 initialized
Apr 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 24b433c8-bcec-46f2-ba9c-f42cf79be7a8 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dbb983d0-66e2-4859-8856-1894e9b006f6 initialized
Apr 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dbb983d0-66e2-4859-8856-1894e9b006f6 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e57633d4-413f-4540-9ee9-82a6f27e94f9 initialized
Apr 02, 2024 8:14:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e57633d4-413f-4540-9ee9-82a6f27e94f9 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4a561978-d0d1-44b5-8a99-51a9715c491e initialized
Apr 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4a561978-d0d1-44b5-8a99-51a9715c491e shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 577e77a3-d9f8-483f-8518-984787c83880 initialized
Apr 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 577e77a3-d9f8-483f-8518-984787c83880 shut down
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.703 s -- in org.eclipse.jnosql.mapping.semistructured.query.CrudRepositoryProxyTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.SemistructuredParameterBasedQueryTest
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 10e7b5ee-2b1e-4633-a3de-d4284889ab3d initialized
Apr 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 10e7b5ee-2b1e-4633-a3de-d4284889ab3d shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4277c384-df21-4b6d-a8f8-ee30299949af initialized
Apr 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4277c384-df21-4b6d-a8f8-ee30299949af shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 85d3f36e-d78e-4180-8cce-f45c0d4d87de initialized
Apr 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 85d3f36e-d78e-4180-8cce-f45c0d4d87de shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8afbe0e6-cead-48bc-b469-a31901ac7f08 initialized
Apr 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8afbe0e6-cead-48bc-b469-a31901ac7f08 shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 s -- in org.eclipse.jnosql.mapping.semistructured.query.SemistructuredParameterBasedQueryTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.CrudInheritanceRepositoryProxyTest
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ecd8a81b-94fe-4f76-83a1-b20fb51b335e initialized
Apr 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ecd8a81b-94fe-4f76-83a1-b20fb51b335e shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cb02a8de-9cd5-4cb3-8a48-4c3a27dbd5b7 initialized
Apr 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cb02a8de-9cd5-4cb3-8a48-4c3a27dbd5b7 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ca71d2bf-14da-4a5f-840f-ba5e7dd8b55c initialized
Apr 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ca71d2bf-14da-4a5f-840f-ba5e7dd8b55c shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container efa41620-1818-4964-a35d-0572904be510 initialized
Apr 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container efa41620-1818-4964-a35d-0572904be510 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9874ff4f-df5f-46e5-bc6c-5e922cc030b1 initialized
Apr 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9874ff4f-df5f-46e5-bc6c-5e922cc030b1 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2a7d04e5-68e0-47d8-868c-d308c9f5635b initialized
Apr 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2a7d04e5-68e0-47d8-868c-d308c9f5635b shut down
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 s -- in org.eclipse.jnosql.mapping.semistructured.query.CrudInheritanceRepositoryProxyTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyPageRequestTest
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 27d3f3a5-b61b-4051-a9f7-5aea2419d850 initialized
Apr 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 27d3f3a5-b61b-4051-a9f7-5aea2419d850 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 50cc5090-9fa7-405b-b3ca-5cbeec55957e initialized
Apr 02, 2024 8:14:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 50cc5090-9fa7-405b-b3ca-5cbeec55957e shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 311907fd-379d-4ec3-b0b4-8353ef54552f initialized
Apr 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 311907fd-379d-4ec3-b0b4-8353ef54552f shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cedf221d-83be-4833-97db-dda3452b0553 initialized
Apr 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cedf221d-83be-4833-97db-dda3452b0553 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8a92f20c-230c-4458-b66e-0e776db3ed82 initialized
Apr 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8a92f20c-230c-4458-b66e-0e776db3ed82 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ca700ffb-406b-4f4b-9f52-a02809888b2b initialized
Apr 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ca700ffb-406b-4f4b-9f52-a02809888b2b shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9e1c1a74-b729-4f04-b515-1f74426154a6 initialized
Apr 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9e1c1a74-b729-4f04-b515-1f74426154a6 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c90a481e-3973-4de0-9d41-1298f97a4bbe initialized
Apr 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c90a481e-3973-4de0-9d41-1298f97a4bbe shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9d606926-374f-4862-a6f8-645a16dc8d79 initialized
Apr 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9d606926-374f-4862-a6f8-645a16dc8d79 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9a04bedb-c141-4884-9469-7c728645f24a initialized
Apr 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9a04bedb-c141-4884-9469-7c728645f24a shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c39b50d1-b777-4447-a209-8628edf5f6d3 initialized
Apr 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c39b50d1-b777-4447-a209-8628edf5f6d3 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7d94c145-f862-494d-b604-cad847cfc004 initialized
Apr 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7d94c145-f862-494d-b604-cad847cfc004 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3c56d8b1-35f6-4976-aafc-c6c6f4beb34e initialized
Apr 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3c56d8b1-35f6-4976-aafc-c6c6f4beb34e shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 18423b28-6f10-4928-9d49-cb0b5cd2b1ee initialized
Apr 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 18423b28-6f10-4928-9d49-cb0b5cd2b1ee shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3a2a1faf-a9b9-4e37-bae5-2a7d4d24a57f initialized
Apr 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3a2a1faf-a9b9-4e37-bae5-2a7d4d24a57f shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 094db71a-af33-4d15-8092-cb8e5a2001c9 initialized
Apr 02, 2024 8:14:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 094db71a-af33-4d15-8092-cb8e5a2001c9 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 309f3c60-f510-4972-9b4a-94c05f52a3c5 initialized
Apr 02, 2024 8:14:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 309f3c60-f510-4972-9b4a-94c05f52a3c5 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 97ddc450-82ce-4390-ae9e-c321951752f8 initialized
Apr 02, 2024 8:14:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 97ddc450-82ce-4390-ae9e-c321951752f8 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b088582f-0a14-41f4-9c8b-4376b87b165f initialized
Apr 02, 2024 8:14:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b088582f-0a14-41f4-9c8b-4376b87b165f shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1df1eb43-2055-4561-b599-aba693539b88 initialized
Apr 02, 2024 8:14:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1df1eb43-2055-4561-b599-aba693539b88 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c072c06c-653c-4c03-a409-56cecafa04f3 initialized
Apr 02, 2024 8:14:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c072c06c-653c-4c03-a409-56cecafa04f3 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2f35c75e-b266-4530-909b-3ebde4ea69d1 initialized
Apr 02, 2024 8:14:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2f35c75e-b266-4530-909b-3ebde4ea69d1 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 549916c8-6ead-493e-ab61-2f5ff3a15949 initialized
Apr 02, 2024 8:14:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 549916c8-6ead-493e-ab61-2f5ff3a15949 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a028538a-1a5b-4141-9316-023c5964d8dc initialized
Apr 02, 2024 8:14:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a028538a-1a5b-4141-9316-023c5964d8dc shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8580d7e9-9393-4879-ae4c-22dd2d13de3d initialized
Apr 02, 2024 8:14:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8580d7e9-9393-4879-ae4c-22dd2d13de3d shut down
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.946 s -- in org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyPageRequestTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperDeleteTest
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6b091034-5add-430a-b477-185dd8345dd2 initialized
Apr 02, 2024 8:14:40 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 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6b091034-5add-430a-b477-185dd8345dd2 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7ad55c0b-4da7-4b5b-beb3-af706dc08d16 initialized
Apr 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7ad55c0b-4da7-4b5b-beb3-af706dc08d16 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a2fdb91a-70ce-4b01-a543-ad8f79a13207 initialized
Apr 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a2fdb91a-70ce-4b01-a543-ad8f79a13207 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d16d3d85-a095-47ac-a43a-20bf40b7f365 initialized
Apr 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d16d3d85-a095-47ac-a43a-20bf40b7f365 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a5ea9406-d2fd-4bd7-bb5c-eb2a00d22ff6 initialized
Apr 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a5ea9406-d2fd-4bd7-bb5c-eb2a00d22ff6 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5b689d88-2b90-49a7-a389-8e70a2dc306a initialized
Apr 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5b689d88-2b90-49a7-a389-8e70a2dc306a shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 04d73972-7026-49ce-801e-4df9ead32ed5 initialized
Apr 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 04d73972-7026-49ce-801e-4df9ead32ed5 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a78e3c2b-3445-4258-8641-67fb93e32c7b initialized
Apr 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a78e3c2b-3445-4258-8641-67fb93e32c7b shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0ec7ae3c-ab81-434b-8351-891a5cca1a48 initialized
Apr 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0ec7ae3c-ab81-434b-8351-891a5cca1a48 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e4a4b64e-f3bd-41dc-992a-aa74a309653a initialized
Apr 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e4a4b64e-f3bd-41dc-992a-aa74a309653a shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c4cd55f2-4308-4eea-8476-acf9279684da initialized
Apr 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c4cd55f2-4308-4eea-8476-acf9279684da shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0767c013-8c68-4ed3-b858-3015d6a101e8 initialized
Apr 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0767c013-8c68-4ed3-b858-3015d6a101e8 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 823c3e51-9906-4666-b3d9-9808819f5354 initialized
Apr 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 823c3e51-9906-4666-b3d9-9808819f5354 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a6e1d6cc-0f62-4b61-a59f-ff76ef50fa2c initialized
Apr 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a6e1d6cc-0f62-4b61-a59f-ff76ef50fa2c shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9297c750-0965-4d0e-bdbf-90b670f81ba7 initialized
Apr 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9297c750-0965-4d0e-bdbf-90b670f81ba7 shut down
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.855 s -- in org.eclipse.jnosql.mapping.semistructured.MapperDeleteTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterConstructorTest
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8e35e38a-993e-4fec-9987-cdfe92959cd7 initialized
Apr 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8e35e38a-993e-4fec-9987-cdfe92959cd7 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 98855e86-f60f-4f20-baa7-09e8d3033e7c initialized
Apr 02, 2024 8:14:40 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 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 98855e86-f60f-4f20-baa7-09e8d3033e7c shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c0c11782-e826-42b2-976e-b66dfef95498 initialized
Apr 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c0c11782-e826-42b2-976e-b66dfef95498 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 13ebe6c7-80d2-4ea1-b77d-9d12ffe48b50 initialized
Apr 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 13ebe6c7-80d2-4ea1-b77d-9d12ffe48b50 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fc5a44f3-8427-4348-96d4-e320d88677ec initialized
Apr 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fc5a44f3-8427-4348-96d4-e320d88677ec shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 672b1c3b-b116-4959-b5b9-0033ca893bdb initialized
Apr 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 672b1c3b-b116-4959-b5b9-0033ca893bdb shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 332e8c89-c1ac-4a6f-abad-220f82d5647e initialized
Apr 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 332e8c89-c1ac-4a6f-abad-220f82d5647e shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 84ec2511-346a-4c72-a372-89c531ef30de initialized
Apr 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 84ec2511-346a-4c72-a372-89c531ef30de shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 71929a16-f670-4e20-88d9-00239651e111 initialized
Apr 02, 2024 8:14:41 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 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 71929a16-f670-4e20-88d9-00239651e111 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c50a5342-3482-400b-93ad-50eb46f69e29 initialized
Apr 02, 2024 8:14:41 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 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c50a5342-3482-400b-93ad-50eb46f69e29 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 639f24b4-15c5-4e76-9628-dfd9650c495d initialized
Apr 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 639f24b4-15c5-4e76-9628-dfd9650c495d shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 85c7c63b-6ef4-4ac6-bac2-8613d72272b0 initialized
Apr 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 85c7c63b-6ef4-4ac6-bac2-8613d72272b0 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 782cd476-1295-416a-ace8-5044a722e22d initialized
Apr 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 782cd476-1295-416a-ace8-5044a722e22d shut down
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.621 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterConstructorTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.DefaultColumnTemplateTest
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1811030e-f910-4318-b42f-99fed5c27d55 initialized
Apr 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1811030e-f910-4318-b42f-99fed5c27d55 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4bfa07f8-81aa-4f30-821b-927cc26d9174 initialized
Apr 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4bfa07f8-81aa-4f30-821b-927cc26d9174 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 53768d84-99f5-4d0c-9728-230087e656d3 initialized
Apr 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 53768d84-99f5-4d0c-9728-230087e656d3 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6d5f460d-c4d1-4b14-8e52-c6667b69a0c6 initialized
Apr 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6d5f460d-c4d1-4b14-8e52-c6667b69a0c6 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 10db068a-c901-4f93-868a-a4643c119d68 initialized
Apr 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 10db068a-c901-4f93-868a-a4643c119d68 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0c23bc84-1f1b-4632-a779-c525f429d5d2 initialized
Apr 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0c23bc84-1f1b-4632-a779-c525f429d5d2 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1f6e721f-5915-45ba-a442-daf995c563ea initialized
Apr 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1f6e721f-5915-45ba-a442-daf995c563ea shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ecb376fa-464c-4880-9910-b0bbb92b1f3b initialized
Apr 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ecb376fa-464c-4880-9910-b0bbb92b1f3b shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9b71c3c2-7ba9-4f61-ad70-cede326aeea0 initialized
Apr 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9b71c3c2-7ba9-4f61-ad70-cede326aeea0 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5f66bb11-142e-4410-9e9c-16fd005a57a3 initialized
Apr 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5f66bb11-142e-4410-9e9c-16fd005a57a3 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 42ceee76-c583-4766-bb89-693d8569bdd5 initialized
Apr 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 42ceee76-c583-4766-bb89-693d8569bdd5 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3d46c4dc-c3e8-42ea-99d5-2194f4266159 initialized
Apr 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3d46c4dc-c3e8-42ea-99d5-2194f4266159 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0d879650-c5dc-4c7e-a855-5462eb3351f7 initialized
Apr 02, 2024 8:14:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0d879650-c5dc-4c7e-a855-5462eb3351f7 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3ebd8c36-68ef-49f5-997b-6a0e7d59f63a initialized
Apr 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3ebd8c36-68ef-49f5-997b-6a0e7d59f63a shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 78b4fa00-d1d0-40ea-af46-037fe7045ceb initialized
Apr 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 78b4fa00-d1d0-40ea-af46-037fe7045ceb shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9dd0443b-9def-4e45-86fd-cd9d6fa2d854 initialized
Apr 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9dd0443b-9def-4e45-86fd-cd9d6fa2d854 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e60b2dc5-41fe-4d7a-89a3-b9833974ccc0 initialized
Apr 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e60b2dc5-41fe-4d7a-89a3-b9833974ccc0 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dda5b508-c1ba-4d70-aa50-f480e61e139f initialized
Apr 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dda5b508-c1ba-4d70-aa50-f480e61e139f shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f82d0dcf-ed80-46a1-9b87-04de6fecba6a initialized
Apr 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f82d0dcf-ed80-46a1-9b87-04de6fecba6a shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c09e5980-f9ea-4aaf-9be5-e1164169e278 initialized
Apr 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c09e5980-f9ea-4aaf-9be5-e1164169e278 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0617be37-5f15-4014-adee-f8e503ad6b66 initialized
Apr 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0617be37-5f15-4014-adee-f8e503ad6b66 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 677a6ed5-63ff-4626-9e40-dcccc9b30dcf initialized
Apr 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 677a6ed5-63ff-4626-9e40-dcccc9b30dcf shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 64df9539-adf4-4cf5-91f8-f4f2cf2f6748 initialized
Apr 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 64df9539-adf4-4cf5-91f8-f4f2cf2f6748 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 07b2c79e-3b3e-4ecf-b5e7-2b6073e035a6 initialized
Apr 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 07b2c79e-3b3e-4ecf-b5e7-2b6073e035a6 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 759a14c3-c171-4b72-b713-76cb994a1be8 initialized
Apr 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 759a14c3-c171-4b72-b713-76cb994a1be8 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6ced40b5-a39b-41a6-ad35-1d4f57fe6674 initialized
Apr 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6ced40b5-a39b-41a6-ad35-1d4f57fe6674 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5808e2ea-aaa1-4965-acbf-95ccf955feb0 initialized
Apr 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5808e2ea-aaa1-4965-acbf-95ccf955feb0 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dcefaa24-7493-4183-8d71-6ddfd988675b initialized
Apr 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dcefaa24-7493-4183-8d71-6ddfd988675b shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a0ffbde5-0d8b-4f79-b8c1-b73976214469 initialized
Apr 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a0ffbde5-0d8b-4f79-b8c1-b73976214469 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 30acd4d0-c866-41d7-9e6b-4e731bd3cb57 initialized
Apr 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 30acd4d0-c866-41d7-9e6b-4e731bd3cb57 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 036f9229-4251-47d1-9b79-316629a82257 initialized
Apr 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 036f9229-4251-47d1-9b79-316629a82257 shut down
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.595 s -- in org.eclipse.jnosql.mapping.semistructured.DefaultColumnTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperSelectTest
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7c161ca1-f202-408f-8ad9-790330fc4282 initialized
Apr 02, 2024 8:14:42 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 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7c161ca1-f202-408f-8ad9-790330fc4282 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7892c7e4-3b03-4e1f-b109-ceb4b7a89baa initialized
Apr 02, 2024 8:14:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7892c7e4-3b03-4e1f-b109-ceb4b7a89baa shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 69debb10-dcb3-4b43-84c3-36952411ec2b initialized
Apr 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 69debb10-dcb3-4b43-84c3-36952411ec2b shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7c00c025-ce83-4450-82cd-178893b54764 initialized
Apr 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7c00c025-ce83-4450-82cd-178893b54764 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 100083ad-465d-4acd-886c-b5956f08065b initialized
Apr 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 100083ad-465d-4acd-886c-b5956f08065b shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3e8d0174-2b6c-46dc-bf1d-1a82b15e95c9 initialized
Apr 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3e8d0174-2b6c-46dc-bf1d-1a82b15e95c9 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4cbbe154-c143-4fe7-99a7-9389ac7f56d6 initialized
Apr 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4cbbe154-c143-4fe7-99a7-9389ac7f56d6 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6f1d1480-12b0-4e28-b4b7-e24d959ae4a8 initialized
Apr 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6f1d1480-12b0-4e28-b4b7-e24d959ae4a8 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container abbcaa22-2f17-4ff0-a29f-a7f6fda97692 initialized
Apr 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container abbcaa22-2f17-4ff0-a29f-a7f6fda97692 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dfd1daa9-5686-4d8b-b5bc-4187763e53c7 initialized
Apr 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dfd1daa9-5686-4d8b-b5bc-4187763e53c7 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b75d0d74-2be3-4617-bd80-71f3acb88637 initialized
Apr 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b75d0d74-2be3-4617-bd80-71f3acb88637 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ac01aea3-4f19-4a9d-a23d-ff3ff25f36ef initialized
Apr 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ac01aea3-4f19-4a9d-a23d-ff3ff25f36ef shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f66564df-a417-4a9d-a89b-3fbc11a43c99 initialized
Apr 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f66564df-a417-4a9d-a89b-3fbc11a43c99 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 84965863-56c7-4af2-ba1d-330cfeb90f52 initialized
Apr 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 84965863-56c7-4af2-ba1d-330cfeb90f52 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c3d474da-8cff-48d6-b2a1-68d1a09645db initialized
Apr 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c3d474da-8cff-48d6-b2a1-68d1a09645db shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7f4c15d9-2bec-43b3-b2a4-0dc1446c5f4a initialized
Apr 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7f4c15d9-2bec-43b3-b2a4-0dc1446c5f4a shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 38f948a3-52a3-434f-ac6e-59517f729855 initialized
Apr 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 38f948a3-52a3-434f-ac6e-59517f729855 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 899e33e1-7358-436e-ae09-487eebab65e5 initialized
Apr 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 899e33e1-7358-436e-ae09-487eebab65e5 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4fff735f-ca43-4517-93c7-2a3a8556b188 initialized
Apr 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4fff735f-ca43-4517-93c7-2a3a8556b188 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fd675871-e3dd-491b-8520-02bfeb16b374 initialized
Apr 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fd675871-e3dd-491b-8520-02bfeb16b374 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 511b2406-6594-4f60-8772-4a85ebabbf16 initialized
Apr 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 511b2406-6594-4f60-8772-4a85ebabbf16 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 370b0e27-947a-4b32-b2c6-97a58e0caca2 initialized
Apr 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 370b0e27-947a-4b32-b2c6-97a58e0caca2 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b47a9bc2-87a9-4887-986d-a9a39f9fbe97 initialized
Apr 02, 2024 8:14:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b47a9bc2-87a9-4887-986d-a9a39f9fbe97 shut down
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.094 s -- in org.eclipse.jnosql.mapping.semistructured.MapperSelectTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.TemplateInheritanceTest
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e3febb1f-b982-4749-a1e6-9e68282f655a initialized
Apr 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e3febb1f-b982-4749-a1e6-9e68282f655a shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e4de5259-4f78-4b30-a16d-4c109d484246 initialized
Apr 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e4de5259-4f78-4b30-a16d-4c109d484246 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 860fe412-c920-4eee-a3e2-e4e9c25f3469 initialized
Apr 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 860fe412-c920-4eee-a3e2-e4e9c25f3469 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c45d56f3-e28a-4896-a846-1d276d053f53 initialized
Apr 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c45d56f3-e28a-4896-a846-1d276d053f53 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a2e846b8-b743-450d-9e89-ee26ca992e11 initialized
Apr 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a2e846b8-b743-450d-9e89-ee26ca992e11 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ac36bf94-7247-4e76-9e8d-eef5846f77df initialized
Apr 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ac36bf94-7247-4e76-9e8d-eef5846f77df shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8b9f52a0-54fb-4b8c-a3a1-d55837e14b9e initialized
Apr 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8b9f52a0-54fb-4b8c-a3a1-d55837e14b9e shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6cf5482c-e93a-4526-9cd9-e20bd77aac6d initialized
Apr 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6cf5482c-e93a-4526-9cd9-e20bd77aac6d shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 09ec8931-0cb4-4d33-8e7d-7fcc4505401b initialized
Apr 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 09ec8931-0cb4-4d33-8e7d-7fcc4505401b shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cee580c2-12c2-4d6b-be3f-199c0db3da92 initialized
Apr 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cee580c2-12c2-4d6b-be3f-199c0db3da92 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 36404ef9-2463-4a11-97be-46dbbe5c40fd initialized
Apr 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 36404ef9-2463-4a11-97be-46dbbe5c40fd shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 866938b2-e428-4b18-ae4a-a6eda44fecfc initialized
Apr 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 866938b2-e428-4b18-ae4a-a6eda44fecfc shut down
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.557 s -- in org.eclipse.jnosql.mapping.semistructured.TemplateInheritanceTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterTest
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 59e27bfe-cfa8-4f46-9414-b0155625646c initialized
Apr 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 59e27bfe-cfa8-4f46-9414-b0155625646c shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3714f032-b84a-44ee-8b25-59acdafd0f0a initialized
Apr 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3714f032-b84a-44ee-8b25-59acdafd0f0a shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 01f110d5-798b-4449-8d6d-ee7f289f7830 initialized
Apr 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 01f110d5-798b-4449-8d6d-ee7f289f7830 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1f9659e7-e1a2-4f33-8d38-0025eb38f9d6 initialized
Apr 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1f9659e7-e1a2-4f33-8d38-0025eb38f9d6 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 98cef954-ac86-4059-a62f-5ad8144559b5 initialized
Apr 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 98cef954-ac86-4059-a62f-5ad8144559b5 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ab4fac6b-35a6-4afc-bd57-cf4ba87d738e initialized
Apr 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ab4fac6b-35a6-4afc-bd57-cf4ba87d738e shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container be0ce1d4-7e8d-4e39-b627-605f31ded359 initialized
Apr 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container be0ce1d4-7e8d-4e39-b627-605f31ded359 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 73340219-aa24-43b9-a7c3-3881d0e3c990 initialized
Apr 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 73340219-aa24-43b9-a7c3-3881d0e3c990 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 41c08e06-9205-4a3e-a997-30b34d4e3810 initialized
Apr 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 41c08e06-9205-4a3e-a997-30b34d4e3810 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 99e2586f-cfb2-498c-a3c2-ec2510f36352 initialized
Apr 02, 2024 8:14:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 99e2586f-cfb2-498c-a3c2-ec2510f36352 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 674e3920-4a82-445e-b0c3-506ef5598238 initialized
Apr 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 674e3920-4a82-445e-b0c3-506ef5598238 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7ab062e3-4cd8-42a1-859f-994acc05a593 initialized
Apr 02, 2024 8:14:45 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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7ab062e3-4cd8-42a1-859f-994acc05a593 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3c69b466-6339-4c2f-9a92-f50278ff507c initialized
Apr 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3c69b466-6339-4c2f-9a92-f50278ff507c shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 625952b0-2a7b-4a9f-8db2-d4a99a030bf2 initialized
Apr 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 625952b0-2a7b-4a9f-8db2-d4a99a030bf2 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ec784789-f194-4345-91c8-cc1cf487b707 initialized
Apr 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ec784789-f194-4345-91c8-cc1cf487b707 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e28df972-336f-4a19-8e13-452f485bd8b3 initialized
Apr 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e28df972-336f-4a19-8e13-452f485bd8b3 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 57d50ceb-a27a-44ee-ab9a-2451042e1118 initialized
Apr 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 57d50ceb-a27a-44ee-ab9a-2451042e1118 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container db26bc1c-d56e-4427-8ce9-c3be0ec79603 initialized
Apr 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container db26bc1c-d56e-4427-8ce9-c3be0ec79603 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dccf229e-fdfb-460a-98cb-a9e83be3a3f6 initialized
Apr 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dccf229e-fdfb-460a-98cb-a9e83be3a3f6 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a706b6f7-00e1-4527-b6c7-33c660b0db95 initialized
Apr 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a706b6f7-00e1-4527-b6c7-33c660b0db95 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4594765c-4ba6-4e8d-abff-f42ac8f85911 initialized
Apr 02, 2024 8:14:45 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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4594765c-4ba6-4e8d-abff-f42ac8f85911 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 18d5f9f8-e105-403a-8865-f44f04e0354f initialized
Apr 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 18d5f9f8-e105-403a-8865-f44f04e0354f shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 67814bd7-7276-41f2-aac9-120a6c0fa961 initialized
Apr 02, 2024 8:14:45 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 02, 2024 8:14:45 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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 67814bd7-7276-41f2-aac9-120a6c0fa961 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b93024bf-b661-4a93-9fc5-de78a233bd48 initialized
Apr 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b93024bf-b661-4a93-9fc5-de78a233bd48 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2d489d09-389d-4e81-9913-a77280c23e58 initialized
Apr 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2d489d09-389d-4e81-9913-a77280c23e58 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f4592385-278c-42cf-a7f2-549aded4f15f initialized
Apr 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f4592385-278c-42cf-a7f2-549aded4f15f shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c1887ce5-ba4e-4345-9825-7269f5f774bd initialized
Apr 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c1887ce5-ba4e-4345-9825-7269f5f774bd shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container eea6605d-6542-4ced-bcac-884fc0635c68 initialized
Apr 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container eea6605d-6542-4ced-bcac-884fc0635c68 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container be289051-96ae-4f93-b422-ee70fd4faf8b initialized
Apr 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container be289051-96ae-4f93-b422-ee70fd4faf8b shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a78f41cf-7b42-4532-9ae0-b90e42d1cb68 initialized
Apr 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a78f41cf-7b42-4532-9ae0-b90e42d1cb68 shut down
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.307 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterInheritanceTest
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 386f4d20-1f8b-4e25-9a25-904a44c50b13 initialized
Apr 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 386f4d20-1f8b-4e25-9a25-904a44c50b13 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6b9ae7ff-eb6c-45a3-9c82-c4c389e97f96 initialized
Apr 02, 2024 8:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6b9ae7ff-eb6c-45a3-9c82-c4c389e97f96 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a8e3cd27-c063-480a-85da-2e68e0cf42ef initialized
Apr 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a8e3cd27-c063-480a-85da-2e68e0cf42ef shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9b3c13da-8f72-49d0-a9cb-1ebc7e395e91 initialized
Apr 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9b3c13da-8f72-49d0-a9cb-1ebc7e395e91 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cc0c0b10-d7c7-4694-969a-8151623f92fc initialized
Apr 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cc0c0b10-d7c7-4694-969a-8151623f92fc shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 731fd7bc-975f-4fa6-a85b-07395a240fe8 initialized
Apr 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 731fd7bc-975f-4fa6-a85b-07395a240fe8 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c6c63b0c-d25e-456b-99ee-6daa6ac94f78 initialized
Apr 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c6c63b0c-d25e-456b-99ee-6daa6ac94f78 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8ea42537-3984-48dd-ad00-8261774e73f4 initialized
Apr 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8ea42537-3984-48dd-ad00-8261774e73f4 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6f799a66-5576-4d30-ac84-df120c5d1785 initialized
Apr 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6f799a66-5576-4d30-ac84-df120c5d1785 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 57a2627b-7c05-4704-b52c-b42ab28deb12 initialized
Apr 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 57a2627b-7c05-4704-b52c-b42ab28deb12 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 769ae893-140b-4a66-bc0a-fcbf87db084a initialized
Apr 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 769ae893-140b-4a66-bc0a-fcbf87db084a shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 638a439f-31ce-4997-9e31-ef1a197103fb initialized
Apr 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 638a439f-31ce-4997-9e31-ef1a197103fb shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0f9c4f65-d0be-44d1-9cb7-e7578d5957ff initialized
Apr 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0f9c4f65-d0be-44d1-9cb7-e7578d5957ff shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 523d08eb-0e6c-4a98-8629-046a1b6f33d5 initialized
Apr 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 523d08eb-0e6c-4a98-8629-046a1b6f33d5 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a739ba19-9836-43d2-b1e8-0d797c4251e4 initialized
Apr 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a739ba19-9836-43d2-b1e8-0d797c4251e4 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 99955a32-21a0-40df-b006-00831f8a1c7d initialized
Apr 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 99955a32-21a0-40df-b006-00831f8a1c7d shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6a1e2c41-7ff3-43d4-8944-2de150bb9eb3 initialized
Apr 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6a1e2c41-7ff3-43d4-8944-2de150bb9eb3 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 85153e55-63fd-46a8-a299-0c5743083024 initialized
Apr 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 85153e55-63fd-46a8-a299-0c5743083024 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c55454d3-1be9-4f8f-acf6-91d4b020b9ce initialized
Apr 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c55454d3-1be9-4f8f-acf6-91d4b020b9ce shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c093a13a-6e33-4276-93ad-97d5bd4792a7 initialized
Apr 02, 2024 8:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c093a13a-6e33-4276-93ad-97d5bd4792a7 shut down
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.825 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 02, 2024 8:14:50 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:54 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:54 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 02, 2024 8:14:54 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:54 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 02, 2024 8:14:54 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 02, 2024 8:14:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 15c4222f-f6f9-4afd-a967-f92ee834ebc6 initialized
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
Apr 02, 2024 8:14:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 15c4222f-f6f9-4afd-a967-f92ee834ebc6 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:56 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:56 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 02, 2024 8:14:56 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:56 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 02, 2024 8:14:56 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 02, 2024 8:14:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bf25deaa-9084-48a4-8db1-fd5a3a2e321d initialized
Apr 02, 2024 8:14:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bf25deaa-9084-48a4-8db1-fd5a3a2e321d shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.906 s -- in org.eclipse.jnosql.mapping.document.query.DocumentRepositoryExtensionTest
[INFO] Running org.eclipse.jnosql.mapping.document.DefaultDocumentTemplateProducerTest
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:57 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:57 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 02, 2024 8:14:57 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:57 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 02, 2024 8:14:57 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 02, 2024 8:14:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a271a9c8-a3fc-4136-ae5e-08d588968480 initialized
Apr 02, 2024 8:14:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a271a9c8-a3fc-4136-ae5e-08d588968480 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:57 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:57 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 02, 2024 8:14:57 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:57 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 02, 2024 8:14:57 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 02, 2024 8:14:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d47c40d1-ddba-4745-9171-27ec5040651b initialized
Apr 02, 2024 8:14:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d47c40d1-ddba-4745-9171-27ec5040651b shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.339 s -- in org.eclipse.jnosql.mapping.document.DefaultDocumentTemplateProducerTest
[INFO] Running org.eclipse.jnosql.mapping.document.configuration.DocumentManagerSupplierTest
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:57 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:57 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 02, 2024 8:14:57 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:57 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 02, 2024 8:14:57 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 02, 2024 8:14:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container efd2fcd2-5c9b-4ef6-a1fd-d1af51bc3f95 initialized
Apr 02, 2024 8:14:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container efd2fcd2-5c9b-4ef6-a1fd-d1af51bc3f95 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:57 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:57 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 02, 2024 8:14:57 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:57 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 02, 2024 8:14:57 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 02, 2024 8:14:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 12572440-4124-4a85-88cc-42b08d222672 initialized
Apr 02, 2024 8:14:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 12572440-4124-4a85-88cc-42b08d222672 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 02, 2024 8:14:58 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 02, 2024 8:14:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c3602d4d-cb9d-47fd-94a9-b402db3e4179 initialized
Apr 02, 2024 8:14:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c3602d4d-cb9d-47fd-94a9-b402db3e4179 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 02, 2024 8:14:58 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 02, 2024 8:14:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 019f871a-4287-455e-8775-6942a82d3cfc initialized
Apr 02, 2024 8:14:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 019f871a-4287-455e-8775-6942a82d3cfc shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 02, 2024 8:14:58 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 02, 2024 8:14:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 870ac240-ff08-4a39-8a3e-ff00ae45f925 initialized
Apr 02, 2024 8:14:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 870ac240-ff08-4a39-8a3e-ff00ae45f925 shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.865 s -- in org.eclipse.jnosql.mapping.document.configuration.DocumentManagerSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.document.DocumentTemplateTest
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 02, 2024 8:14:58 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 02, 2024 8:14:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4384db66-a91b-4f71-a0c3-7c2c4b3a21b9 initialized
Apr 02, 2024 8:14:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4384db66-a91b-4f71-a0c3-7c2c4b3a21b9 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 02, 2024 8:14:58 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 02, 2024 8:14:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 39ef51f6-c09c-4f7d-b095-462336a25f39 initialized
Apr 02, 2024 8:14:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 39ef51f6-c09c-4f7d-b095-462336a25f39 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s -- in org.eclipse.jnosql.mapping.document.DocumentTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.document.spi.DocumentExtensionTest
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 02, 2024 8:14:58 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 02, 2024 8:14:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 065b9076-d2ff-456b-9e81-e907e068bc5e initialized
Apr 02, 2024 8:14:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 065b9076-d2ff-456b-9e81-e907e068bc5e shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 02, 2024 8:14:58 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 02, 2024 8:14:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 93a5cfab-05b1-4f56-b071-9e8b03e1de38 initialized
Apr 02, 2024 8:14:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 93a5cfab-05b1-4f56-b071-9e8b03e1de38 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 02, 2024 8:14:58 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 02, 2024 8:14:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 61a17dbe-2235-48c1-a612-c79be030bc35 initialized
Apr 02, 2024 8:14:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 61a17dbe-2235-48c1-a612-c79be030bc35 shut down
Apr 02, 2024 8:14: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 02, 2024 8:14: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 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
Apr 02, 2024 8:14:58 PM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
Apr 02, 2024 8:14:58 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 02, 2024 8:14:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 98fe4d34-55cb-47a2-92e2-26cea62c8e22 initialized
Apr 02, 2024 8:14:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 98fe4d34-55cb-47a2-92e2-26cea62c8e22 shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 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 02, 2024 8:15:01 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:06 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:06 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:06 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 02, 2024 8:15:06 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 02, 2024 8:15:06 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 02, 2024 8:15:06 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ad5701b9-d3a9-429b-b9d7-0e82cff13c1a initialized
Apr 02, 2024 8:15:07 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ad5701b9-d3a9-429b-b9d7-0e82cff13c1a shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:07 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:07 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:07 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 02, 2024 8:15:07 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 02, 2024 8:15:07 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 02, 2024 8:15:07 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8eebed6e-27f2-4d7a-8a0c-0e49f306431e initialized
Apr 02, 2024 8:15:07 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8eebed6e-27f2-4d7a-8a0c-0e49f306431e shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.398 s -- in org.eclipse.jnosql.mapping.column.ColumnTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.column.query.ColumnRepositoryExtensionTest
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:07 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:07 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:07 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 02, 2024 8:15:07 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 02, 2024 8:15:07 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 02, 2024 8:15:07 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 681a010b-5165-4739-b2eb-7b7559647e30 initialized
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
Apr 02, 2024 8:15:08 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 681a010b-5165-4739-b2eb-7b7559647e30 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 02, 2024 8:15:09 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 02, 2024 8:15:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 63ccdd7f-987f-48c7-a2d1-f202b43ddd5b initialized
Apr 02, 2024 8:15:09 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 63ccdd7f-987f-48c7-a2d1-f202b43ddd5b shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.011 s -- in org.eclipse.jnosql.mapping.column.query.ColumnRepositoryExtensionTest
[INFO] Running org.eclipse.jnosql.mapping.column.spi.ColumnExtensionTest
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 02, 2024 8:15:09 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 02, 2024 8:15:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fdda0112-45b4-41c9-92ad-4f6695db4ae1 initialized
Apr 02, 2024 8:15:09 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fdda0112-45b4-41c9-92ad-4f6695db4ae1 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 02, 2024 8:15:09 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 02, 2024 8:15:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d2ada968-a4b7-4a12-b2af-d7a05a3d839b initialized
Apr 02, 2024 8:15:09 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d2ada968-a4b7-4a12-b2af-d7a05a3d839b shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 02, 2024 8:15:09 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 02, 2024 8:15:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b164cb50-1af7-4082-9193-b4304f1b08db initialized
Apr 02, 2024 8:15:09 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b164cb50-1af7-4082-9193-b4304f1b08db shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 02, 2024 8:15:09 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 02, 2024 8:15:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 293bc86f-4258-41f3-aff7-499f6497433f initialized
Apr 02, 2024 8:15:09 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 293bc86f-4258-41f3-aff7-499f6497433f shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.605 s -- in org.eclipse.jnosql.mapping.column.spi.ColumnExtensionTest
[INFO] Running org.eclipse.jnosql.mapping.column.configuration.ColumnManagerSupplierTest
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 02, 2024 8:15:09 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 02, 2024 8:15:09 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 02, 2024 8:15:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 72bf24d9-b701-4988-9a73-903825f6e2eb initialized
Apr 02, 2024 8:15:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 72bf24d9-b701-4988-9a73-903825f6e2eb shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:10 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:10 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:10 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 02, 2024 8:15:10 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 02, 2024 8:15:10 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 02, 2024 8:15:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2e7c848c-ed31-448e-ba33-68175697ab68 initialized
Apr 02, 2024 8:15:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2e7c848c-ed31-448e-ba33-68175697ab68 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:10 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:10 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:10 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 02, 2024 8:15:10 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 02, 2024 8:15:10 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 02, 2024 8:15:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1d5fa8ef-4aa5-4792-b945-b275086c9970 initialized
Apr 02, 2024 8:15:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1d5fa8ef-4aa5-4792-b945-b275086c9970 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:10 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:10 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:10 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 02, 2024 8:15:10 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 02, 2024 8:15:10 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 02, 2024 8:15:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container edb811b6-9a37-4c3a-b57b-b01636fcec55 initialized
Apr 02, 2024 8:15:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container edb811b6-9a37-4c3a-b57b-b01636fcec55 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:10 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:10 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:10 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 02, 2024 8:15:10 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 02, 2024 8:15:10 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 02, 2024 8:15:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4577e69c-7f72-42ab-be74-22a06606c164 initialized
Apr 02, 2024 8:15:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4577e69c-7f72-42ab-be74-22a06606c164 shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.810 s -- in org.eclipse.jnosql.mapping.column.configuration.ColumnManagerSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.column.DefaultColumnTemplateProducerTest
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:10 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:10 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 02, 2024 8:15:10 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 02, 2024 8:15:10 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 02, 2024 8:15:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fff77fb6-0d58-4e10-ac2e-377aeb2eceb7 initialized
Apr 02, 2024 8:15:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fff77fb6-0d58-4e10-ac2e-377aeb2eceb7 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:10 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
Apr 02, 2024 8:15:10 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
Apr 02, 2024 8:15:10 PM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
Apr 02, 2024 8:15:10 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 02, 2024 8:15:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a7d69b99-0c72-480d-a920-43e87d3889a8 initialized
Apr 02, 2024 8:15:10 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a7d69b99-0c72-480d-a920-43e87d3889a8 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 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.013 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 02, 2024 8:15:14 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:18 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:18 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:18 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 02, 2024 8:15:19 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ef1dfaec-083a-493f-a083-f5811160a360 initialized
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
Apr 02, 2024 8:15:20 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ef1dfaec-083a-493f-a083-f5811160a360 shut down
Apr 02, 2024 8:15:20 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 02, 2024 8:15:20 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 02, 2024 8:15:21 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:21 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:21 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 02, 2024 8:15:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7738e3e5-efb0-4889-a854-a069d4de4c06 initialized
Apr 02, 2024 8:15:21 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7738e3e5-efb0-4889-a854-a069d4de4c06 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.782 s -- in org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtensionTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateTest
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:21 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:21 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:21 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 02, 2024 8:15:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4ab5a6a9-f9ce-421e-ac50-2ef55d2aa50f initialized
Apr 02, 2024 8:15:21 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4ab5a6a9-f9ce-421e-ac50-2ef55d2aa50f shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:21 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:21 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:21 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 02, 2024 8:15:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e0dc77e9-eae4-40a8-9dcd-00b1fc2e628b initialized
Apr 02, 2024 8:15:21 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e0dc77e9-eae4-40a8-9dcd-00b1fc2e628b shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.CollectionSupplierTest
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:21 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:21 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:21 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 02, 2024 8:15:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4a20339d-6770-47c0-a547-e6792ae22401 initialized
Apr 02, 2024 8:15:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4a20339d-6770-47c0-a547-e6792ae22401 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:22 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:22 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:22 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 02, 2024 8:15:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ef6aa3e9-e765-4d85-b104-53cab7d8fe65 initialized
Apr 02, 2024 8:15:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ef6aa3e9-e765-4d85-b104-53cab7d8fe65 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:22 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:22 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:22 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 02, 2024 8:15:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 87b312aa-a2e2-4e38-ba52-b3ddda3c0d2e initialized
Apr 02, 2024 8:15:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 87b312aa-a2e2-4e38-ba52-b3ddda3c0d2e shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:22 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:22 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:22 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 02, 2024 8:15:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7d825ae0-71ad-4221-b1b7-2dc302964dcc initialized
Apr 02, 2024 8:15:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7d825ae0-71ad-4221-b1b7-2dc302964dcc shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:22 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:22 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:22 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 02, 2024 8:15:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3278ed36-2a88-476a-8d07-38a9bbaa28cf initialized
Apr 02, 2024 8:15:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3278ed36-2a88-476a-8d07-38a9bbaa28cf shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:22 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:22 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:22 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 02, 2024 8:15:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5a7e4bec-e39e-4685-b8e4-394c8436dc51 initialized
Apr 02, 2024 8:15:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5a7e4bec-e39e-4685-b8e4-394c8436dc51 shut down
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.437 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.CollectionSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerSupplierTest
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:22 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:22 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:22 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 02, 2024 8:15:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 011b505b-e1d7-4e09-a35b-c332e3c79023 initialized
Apr 02, 2024 8:15:23 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 011b505b-e1d7-4e09-a35b-c332e3c79023 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:23 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:23 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:23 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 02, 2024 8:15:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ea188d38-6cde-458b-97db-8e85e4c7e892 initialized
Apr 02, 2024 8:15:23 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ea188d38-6cde-458b-97db-8e85e4c7e892 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:23 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:23 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:23 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 02, 2024 8:15:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 96d61bb2-90da-4501-a40d-19fb83f67b68 initialized
Apr 02, 2024 8:15:23 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 96d61bb2-90da-4501-a40d-19fb83f67b68 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:23 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:23 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:23 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 02, 2024 8:15:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2489f2eb-ad1d-4e16-8f1b-3bdd22c8a5db initialized
Apr 02, 2024 8:15:23 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2489f2eb-ad1d-4e16-8f1b-3bdd22c8a5db shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:23 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:23 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:23 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 02, 2024 8:15:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4a245e35-fd92-42b1-ad98-1582ddf4471f initialized
Apr 02, 2024 8:15:23 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4a245e35-fd92-42b1-ad98-1582ddf4471f shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.540 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerFactorySupplierTest
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:23 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:23 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:23 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 02, 2024 8:15:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6e08d517-cfb2-4a2d-8154-8376c1eada98 initialized
Apr 02, 2024 8:15:23 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6e08d517-cfb2-4a2d-8154-8376c1eada98 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:23 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:23 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:23 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 02, 2024 8:15:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 675e3f8e-1c9e-4e11-b5f6-2d01ba8ea5e8 initialized
Apr 02, 2024 8:15:23 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 675e3f8e-1c9e-4e11-b5f6-2d01ba8ea5e8 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:23 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:23 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:23 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 02, 2024 8:15:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bb3b43ec-0ed5-4e98-aef9-2b42d76eb82f initialized
Apr 02, 2024 8:15:23 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bb3b43ec-0ed5-4e98-aef9-2b42d76eb82f shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:23 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:23 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:23 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 02, 2024 8:15:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6d78011d-24ce-42bf-a74f-5b12881e1a9a initialized
Apr 02, 2024 8:15:23 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6d78011d-24ce-42bf-a74f-5b12881e1a9a shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.486 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.231 s -- in org.eclipse.jnosql.mapping.keyvalue.query.DefaultKeyValueRepositoryTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProducerTest
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:24 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:24 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:24 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 02, 2024 8:15:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9edefb45-d8a6-4d6c-873c-78ba07d2e9ba initialized
Apr 02, 2024 8:15:24 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9edefb45-d8a6-4d6c-873c-78ba07d2e9ba shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:24 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:24 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:24 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 02, 2024 8:15:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0a4866e2-b872-49f6-8ec2-f5e117ebbcd2 initialized
Apr 02, 2024 8:15:24 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0a4866e2-b872-49f6-8ec2-f5e117ebbcd2 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProducerTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProxyTest
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:24 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:24 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:24 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 02, 2024 8:15:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d4b36f9e-a19d-42e5-bcd2-d23485d2c67d initialized
Apr 02, 2024 8:15:24 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d4b36f9e-a19d-42e5-bcd2-d23485d2c67d shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:24 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:24 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:24 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 02, 2024 8:15:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 380d81d2-754d-4a63-9648-667d3b38f672 initialized
Apr 02, 2024 8:15:24 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 380d81d2-754d-4a63-9648-667d3b38f672 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:24 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:24 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:24 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 02, 2024 8:15:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2ec03b43-9049-4660-8946-f7f9deb2444d initialized
Apr 02, 2024 8:15:24 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2ec03b43-9049-4660-8946-f7f9deb2444d shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:24 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:24 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:24 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 02, 2024 8:15:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d9a97e87-a205-49d0-8c9a-86920643e2dc initialized
Apr 02, 2024 8:15:24 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d9a97e87-a205-49d0-8c9a-86920643e2dc shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:24 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:24 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:24 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 02, 2024 8:15:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c83f126d-9efd-4dde-9a66-66f557288ade initialized
Apr 02, 2024 8:15:24 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c83f126d-9efd-4dde-9a66-66f557288ade shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:24 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:24 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:24 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 02, 2024 8:15:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6f63e013-59eb-4eec-9b67-f35ef4bcb567 initialized
Apr 02, 2024 8:15:24 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6f63e013-59eb-4eec-9b67-f35ef4bcb567 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:24 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:24 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:24 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 02, 2024 8:15:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b621ac85-fad0-4daa-bd07-31714619b2c2 initialized
Apr 02, 2024 8:15:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b621ac85-fad0-4daa-bd07-31714619b2c2 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:25 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:25 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 02, 2024 8:15:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container eef077ae-2707-4679-8892-292a7ef167df initialized
Apr 02, 2024 8:15:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container eef077ae-2707-4679-8892-292a7ef167df shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:25 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:25 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 02, 2024 8:15:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d5530982-916f-4c50-95d4-7b3b6790b819 initialized
Apr 02, 2024 8:15:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d5530982-916f-4c50-95d4-7b3b6790b819 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:25 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:25 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 02, 2024 8:15:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6802dcde-de18-44dd-bee2-3e16f0199ba3 initialized
Apr 02, 2024 8:15:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6802dcde-de18-44dd-bee2-3e16f0199ba3 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:25 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:25 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 02, 2024 8:15:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8d32e209-d1ce-4838-9248-2275af538c38 initialized
Apr 02, 2024 8:15:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8d32e209-d1ce-4838-9248-2275af538c38 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:25 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:25 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 02, 2024 8:15:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a197c071-34d6-4e32-9470-348d5b79bbc7 initialized
Apr 02, 2024 8:15:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a197c071-34d6-4e32-9470-348d5b79bbc7 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:25 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:25 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 02, 2024 8:15:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 37cc265d-9124-4e46-869d-3d9b40704039 initialized
Apr 02, 2024 8:15:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 37cc265d-9124-4e46-869d-3d9b40704039 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:25 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:25 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 02, 2024 8:15:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 23c668f5-cf1c-48ae-ae59-6073b0997a5f initialized
Apr 02, 2024 8:15:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 23c668f5-cf1c-48ae-ae59-6073b0997a5f shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:25 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:25 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 02, 2024 8:15:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d1bb3921-d9a9-4ca3-b3dd-bc7a548d7ee8 initialized
Apr 02, 2024 8:15:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d1bb3921-d9a9-4ca3-b3dd-bc7a548d7ee8 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:25 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:25 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 02, 2024 8:15:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a5aa3ee6-f7f8-4aa2-830f-af4b39d97bd6 initialized
Apr 02, 2024 8:15:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a5aa3ee6-f7f8-4aa2-830f-af4b39d97bd6 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:25 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:25 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 02, 2024 8:15:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f810d9d8-3bd4-41f2-8fda-d195d1791253 initialized
Apr 02, 2024 8:15:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f810d9d8-3bd4-41f2-8fda-d195d1791253 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:25 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:25 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 02, 2024 8:15:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c8e5978b-94c8-45f0-878b-1935e85c8d64 initialized
Apr 02, 2024 8:15:26 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c8e5978b-94c8-45f0-878b-1935e85c8d64 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:27 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 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a89f3242-75f7-494a-ae22-8aaca9dc8072 initialized
Apr 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a89f3242-75f7-494a-ae22-8aaca9dc8072 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:27 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 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9be0d739-ee69-46c1-ad0e-c3de2ed86faa initialized
Apr 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9be0d739-ee69-46c1-ad0e-c3de2ed86faa shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:27 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 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 22a8e909-61bf-47eb-966a-cf6934bc6d0c initialized
Apr 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 22a8e909-61bf-47eb-966a-cf6934bc6d0c shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:27 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 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 11392f70-9a41-4b81-aa80-79bb2e89aff8 initialized
Apr 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 11392f70-9a41-4b81-aa80-79bb2e89aff8 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:27 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 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a4dbe794-f8b0-4bea-9eff-494fb7e8121c initialized
Apr 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a4dbe794-f8b0-4bea-9eff-494fb7e8121c shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:27 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 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7d526da2-d46d-4d2b-8e8c-c82dd77243bf initialized
Apr 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7d526da2-d46d-4d2b-8e8c-c82dd77243bf shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:27 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 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0961b7df-0b76-4886-8cbf-33341d40cc2f initialized
Apr 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0961b7df-0b76-4886-8cbf-33341d40cc2f shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:27 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 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7e16c8c2-1c24-4bb1-98b3-553a1e750bc6 initialized
Apr 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7e16c8c2-1c24-4bb1-98b3-553a1e750bc6 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:27 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 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 213b528f-b45d-4420-96bb-599fd36c3669 initialized
Apr 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 213b528f-b45d-4420-96bb-599fd36c3669 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:27 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 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0e00abae-dc53-4d8b-b933-a84368b1d067 initialized
Apr 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0e00abae-dc53-4d8b-b933-a84368b1d067 shut down
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.159 s -- in org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProxyTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueTemplateTest
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:27 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 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7c62148c-fedd-4e0a-b6ea-f2c32c969062 initialized
Apr 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7c62148c-fedd-4e0a-b6ea-f2c32c969062 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:27 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 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b21243fc-7028-4df4-97da-6471985af65d initialized
Apr 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b21243fc-7028-4df4-97da-6471985af65d shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:27 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 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f6d4c933-928a-4281-beb7-05b15c5f801c initialized
Apr 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f6d4c933-928a-4281-beb7-05b15c5f801c shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:27 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 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c99323aa-2707-4962-b8aa-d35a1172c35e initialized
Apr 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c99323aa-2707-4962-b8aa-d35a1172c35e shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:27 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 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b44bde84-20cf-402c-b1e8-ad42ee281843 initialized
Apr 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b44bde84-20cf-402c-b1e8-ad42ee281843 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:27 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:27 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 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1658a2b5-9e51-4018-b514-7a9c5187c484 initialized
Apr 02, 2024 8:15:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1658a2b5-9e51-4018-b514-7a9c5187c484 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:28 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 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9006e602-e51c-466e-8d1d-c8548592a4d3 initialized
Apr 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9006e602-e51c-466e-8d1d-c8548592a4d3 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:28 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 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2a1b5c25-674d-4aa5-829f-5ee160cb227d initialized
Apr 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2a1b5c25-674d-4aa5-829f-5ee160cb227d shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:28 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 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 52b66f49-a882-4520-8326-1ad36e495671 initialized
Apr 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 52b66f49-a882-4520-8326-1ad36e495671 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:28 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 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1616ff50-6d0b-4ab3-9dbe-bb2a334a25e8 initialized
Apr 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1616ff50-6d0b-4ab3-9dbe-bb2a334a25e8 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:28 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 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7a860e41-7b73-41e6-8f5a-cfc06af09f9b initialized
Apr 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7a860e41-7b73-41e6-8f5a-cfc06af09f9b shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:28 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 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6ac7efb4-e284-49a5-b8e2-9e1e29cfc4c2 initialized
Apr 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6ac7efb4-e284-49a5-b8e2-9e1e29cfc4c2 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:28 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 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d02a0c59-512c-4ce2-951f-f696c76196c3 initialized
Apr 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d02a0c59-512c-4ce2-951f-f696c76196c3 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:28 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 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1f43becf-fbe3-49d3-961e-f85e24890bc1 initialized
Apr 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1f43becf-fbe3-49d3-961e-f85e24890bc1 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:28 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 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 28510424-c60f-4c2d-ad2a-8430dd4d129d initialized
Apr 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 28510424-c60f-4c2d-ad2a-8430dd4d129d shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:28 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 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 50156eed-6bbb-4c98-88b0-98b80091ffb7 initialized
Apr 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 50156eed-6bbb-4c98-88b0-98b80091ffb7 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:28 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 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 04359409-5d6c-4f3b-b0ef-eb7822927af8 initialized
Apr 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 04359409-5d6c-4f3b-b0ef-eb7822927af8 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:28 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 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a0f83767-7552-4400-99cf-41fa5ab778b6 initialized
Apr 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a0f83767-7552-4400-99cf-41fa5ab778b6 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:28 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 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5b987440-baa4-49ed-b02f-c808b47a0318 initialized
Apr 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5b987440-baa4-49ed-b02f-c808b47a0318 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:28 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 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d14ef9e4-6399-4731-8ec4-c825ef352ff8 initialized
Apr 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d14ef9e4-6399-4731-8ec4-c825ef352ff8 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:28 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 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1bb3b2c0-7e3d-495c-8773-585eb3ed9513 initialized
Apr 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1bb3b2c0-7e3d-495c-8773-585eb3ed9513 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:28 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 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e29a6ad8-27ef-48b5-b79f-7eac9c1d14ff initialized
Apr 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e29a6ad8-27ef-48b5-b79f-7eac9c1d14ff shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:28 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 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 90f41d51-b4ca-4f79-8163-5d07277bc2ac initialized
Apr 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 90f41d51-b4ca-4f79-8163-5d07277bc2ac shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:28 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 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2222bde5-61b4-440a-a237-f9dab03aad06 initialized
Apr 02, 2024 8:15:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2222bde5-61b4-440a-a237-f9dab03aad06 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:29 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 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 43417e6c-5e15-4173-a787-00425448b841 initialized
Apr 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 43417e6c-5e15-4173-a787-00425448b841 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:29 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 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 53274b8f-8e28-4dcf-a9bc-c5a3d0ba6cd6 initialized
Apr 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 53274b8f-8e28-4dcf-a9bc-c5a3d0ba6cd6 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:29 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 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3be2995d-c593-485f-b2ea-80d3e9213262 initialized
Apr 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3be2995d-c593-485f-b2ea-80d3e9213262 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:29 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 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6c242e91-c18f-4ad1-addb-cb51f4e887c9 initialized
Apr 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6c242e91-c18f-4ad1-addb-cb51f4e887c9 shut down
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.675 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.063 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueEventPersistManagerTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueEntityConverterTest
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:29 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 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 80595788-72ed-494b-aa2d-ea6960be48f2 initialized
Apr 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 80595788-72ed-494b-aa2d-ea6960be48f2 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:29 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 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d487163b-9ae5-4c80-a18c-aa1c8c857dad initialized
Apr 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d487163b-9ae5-4c80-a18c-aa1c8c857dad shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:29 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 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0be6fa67-9b89-4d37-bc55-d4d857be9eec initialized
Apr 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0be6fa67-9b89-4d37-bc55-d4d857be9eec shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:29 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 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2af9cc8c-8002-4d6a-b92a-5503ff0cf531 initialized
Apr 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2af9cc8c-8002-4d6a-b92a-5503ff0cf531 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:29 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 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 41acc4ef-9247-48c2-af20-f4160b0927a4 initialized
Apr 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 41acc4ef-9247-48c2-af20-f4160b0927a4 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:29 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 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fb90c272-da20-4af2-af51-0f7f7de3836f initialized
Apr 02, 2024 8:15:29 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 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fb90c272-da20-4af2-af51-0f7f7de3836f shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:29 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 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d317e211-a9ee-4514-9e2e-28be91714a40 initialized
Apr 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d317e211-a9ee-4514-9e2e-28be91714a40 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:29 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 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1a1434f7-7e8a-4b2d-9252-62977f9babc8 initialized
Apr 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1a1434f7-7e8a-4b2d-9252-62977f9babc8 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:29 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 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b6083e5a-74fe-4db7-a47d-2f27ea8778f4 initialized
Apr 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b6083e5a-74fe-4db7-a47d-2f27ea8778f4 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:29 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 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4e8a885e-49f4-4d98-a07f-a8f45ea84c81 initialized
Apr 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4e8a885e-49f4-4d98-a07f-a8f45ea84c81 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:29 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 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1ba9f051-ee4f-4a65-8ea1-6594d6d49cae initialized
Apr 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1ba9f051-ee4f-4a65-8ea1-6594d6d49cae shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:29 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 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 738a1c4e-4357-4ea2-9c55-dba266f820b1 initialized
Apr 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 738a1c4e-4357-4ea2-9c55-dba266f820b1 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:29 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 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 68dca115-57e8-45e9-873b-154273096d2a initialized
Apr 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 68dca115-57e8-45e9-873b-154273096d2a shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:29 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 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a52ad6d5-b8ee-498b-84e5-3588f12d6544 initialized
Apr 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a52ad6d5-b8ee-498b-84e5-3588f12d6544 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:29 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 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 30619ead-aa5e-4a3c-9288-f8f3e382e611 initialized
Apr 02, 2024 8:15:29 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 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 30619ead-aa5e-4a3c-9288-f8f3e382e611 shut down
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.649 s -- in org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueEntityConverterTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateProducerTest
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:29 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:29 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 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 08dddca2-a191-4274-95fc-8c12fc6c4818 initialized
Apr 02, 2024 8:15:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 08dddca2-a191-4274-95fc-8c12fc6c4818 shut down
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:15:30 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
Apr 02, 2024 8:15:30 PM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
Apr 02, 2024 8:15:30 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 02, 2024 8:15:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 936a940f-28e2-4801-b000-39720f540bf1 initialized
Apr 02, 2024 8:15:30 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 936a940f-28e2-4801-b000-39720f540bf1 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 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 02, 2024 8:15:51 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
Apr 02, 2024 8:15: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 02, 2024 8:15: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 02, 2024 8:16:13 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:13 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:13 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 98eaf3c4-60b3-429b-8bee-1df428347378 initialized
Apr 02, 2024 8:16: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/1712088973588/
Apr 02, 2024 8:16:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088973588/
Apr 02, 2024 8:16:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:16 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:16 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 98eaf3c4-60b3-429b-8bee-1df428347378 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:16 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:16 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:16 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:16 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9de452d1-c0da-4d84-b0e6-5b54611ac623 initialized
Apr 02, 2024 8:16: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/1712088976988/
Apr 02, 2024 8:16:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088976988/
Apr 02, 2024 8:16:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:17 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9de452d1-c0da-4d84-b0e6-5b54611ac623 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:17 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:17 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:17 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:17 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 52236f65-3764-4144-a773-2d49be7e6cb7 initialized
Apr 02, 2024 8:16: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/1712088977665/
Apr 02, 2024 8:16:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088977665/
Apr 02, 2024 8:16:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:17 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:17 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 52236f65-3764-4144-a773-2d49be7e6cb7 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:18 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ff8dbf96-4f9e-4371-b31d-2e12aec9421c initialized
Apr 02, 2024 8:16: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/1712088978128/
Apr 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088978128/
Apr 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:18 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ff8dbf96-4f9e-4371-b31d-2e12aec9421c shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:18 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ac2e1185-55b6-45db-a211-89932deb9bd7 initialized
Apr 02, 2024 8:16: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/1712088978424/
Apr 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088978424/
Apr 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:18 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ac2e1185-55b6-45db-a211-89932deb9bd7 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:18 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cd843e0a-1f27-4461-bb66-5ae5ec8535b1 initialized
Apr 02, 2024 8:16: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/1712088978727/
Apr 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088978727/
Apr 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:18 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cd843e0a-1f27-4461-bb66-5ae5ec8535b1 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:18 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:19 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3aa532a1-3cf7-49c0-acf1-6a03f4ad3367 initialized
Apr 02, 2024 8:16:19 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/1712088979035/
Apr 02, 2024 8:16:19 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:19 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:19 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/1712088979035/
Apr 02, 2024 8:16:19 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:19 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:19 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3aa532a1-3cf7-49c0-acf1-6a03f4ad3367 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:19 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:19 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:19 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:19 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 03c79e68-3e6b-4c29-8498-3799c0c8ccda initialized
Apr 02, 2024 8:16:19 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/1712088979324/
Apr 02, 2024 8:16:19 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:19 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:19 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/1712088979324/
Apr 02, 2024 8:16:19 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:19 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:19 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 03c79e68-3e6b-4c29-8498-3799c0c8ccda shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:19 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:19 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:19 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:19 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 41b81a1b-3888-479f-9a6b-640eeaaa8cde initialized
Apr 02, 2024 8:16:19 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/1712088979579/
Apr 02, 2024 8:16:19 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:19 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:19 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/1712088979579/
Apr 02, 2024 8:16:19 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:19 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:19 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 41b81a1b-3888-479f-9a6b-640eeaaa8cde shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:19 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:19 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:19 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:19 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bdaf068c-8f8c-4212-ac6f-fdff25f2ceb6 initialized
Apr 02, 2024 8:16:19 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/1712088979860/
Apr 02, 2024 8:16:20 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:20 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:20 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/1712088979860/
Apr 02, 2024 8:16:20 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:20 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:20 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bdaf068c-8f8c-4212-ac6f-fdff25f2ceb6 shut down
Apr 02, 2024 8:16:20 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 02, 2024 8:16:20 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 02, 2024 8:16:20 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:20 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:20 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:20 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cbf894bb-35f9-4bc7-a088-d46ff4ea919b initialized
Apr 02, 2024 8:16:20 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/1712088980172/
Apr 02, 2024 8:16:20 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:20 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:20 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/1712088980172/
Apr 02, 2024 8:16:20 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:20 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:20 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cbf894bb-35f9-4bc7-a088-d46ff4ea919b shut down
Apr 02, 2024 8:16:20 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 02, 2024 8:16:20 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 02, 2024 8:16:20 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:20 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:20 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:20 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 257dc950-12e9-43cc-bf1a-ad9237bcec9e initialized
Apr 02, 2024 8:16:20 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/1712088980453/
Apr 02, 2024 8:16:20 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:20 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:20 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/1712088980453/
Apr 02, 2024 8:16:20 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:20 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:20 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 257dc950-12e9-43cc-bf1a-ad9237bcec9e shut down
Apr 02, 2024 8:16:20 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Apr 02, 2024 8:16:20 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Apr 02, 2024 8:16:20 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:20 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:20 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:20 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d5fd9769-dee0-47d4-bd42-199a8a9ffbf0 initialized
Apr 02, 2024 8:16:20 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/1712088980806/
Apr 02, 2024 8:16:20 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:20 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:21 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/1712088980806/
Apr 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:21 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d5fd9769-dee0-47d4-bd42-199a8a9ffbf0 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 23a0489e-f7ed-4ea5-96b1-ce50607bfa39 initialized
Apr 02, 2024 8:16:21 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/1712088981080/
Apr 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:21 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/1712088981080/
Apr 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:21 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 23a0489e-f7ed-4ea5-96b1-ce50607bfa39 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6d4f97d2-949b-4d1d-8fc9-d24cb4e864bf initialized
Apr 02, 2024 8:16:21 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/1712088981334/
Apr 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:21 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/1712088981334/
Apr 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:21 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6d4f97d2-949b-4d1d-8fc9-d24cb4e864bf shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 445333d2-8a9a-4df7-9641-e3fc9d726635 initialized
Apr 02, 2024 8:16:21 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/1712088981567/
Apr 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:21 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/1712088981567/
Apr 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:21 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 445333d2-8a9a-4df7-9641-e3fc9d726635 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:21 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8aba05fc-9186-4573-acaf-6fa78efb1cee initialized
Apr 02, 2024 8:16:21 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/1712088981870/
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:22 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/1712088981870/
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8aba05fc-9186-4573-acaf-6fa78efb1cee shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 19ee5911-7aea-4724-bf79-1dad2d11477e initialized
Apr 02, 2024 8:16:22 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/1712088982135/
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:22 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/1712088982135/
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 19ee5911-7aea-4724-bf79-1dad2d11477e shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 49602fb2-ec9a-4403-8e79-f314b1b7398f initialized
Apr 02, 2024 8:16:22 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/1712088982366/
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:22 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/1712088982366/
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 49602fb2-ec9a-4403-8e79-f314b1b7398f shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b437fff3-a058-4686-94a5-744a46f5583e initialized
Apr 02, 2024 8:16:22 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/1712088982604/
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:22 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/1712088982604/
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:22 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b437fff3-a058-4686-94a5-744a46f5583e shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 077fc2b1-54d0-4b3e-b59a-13180abfeda4 initialized
Apr 02, 2024 8:16:22 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/1712088982841/
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:22 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:23 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/1712088982841/
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:23 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 077fc2b1-54d0-4b3e-b59a-13180abfeda4 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 48cf6cfa-1f51-4ba4-b165-3e4de0a2ac5c initialized
Apr 02, 2024 8:16: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/1712088983064/
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:23 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/1712088983064/
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:23 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 48cf6cfa-1f51-4ba4-b165-3e4de0a2ac5c shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4ab27038-7060-42df-bdb5-45f0231676d5 initialized
Apr 02, 2024 8:16: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/1712088983278/
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:23 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/1712088983278/
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:23 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4ab27038-7060-42df-bdb5-45f0231676d5 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a4ac30ca-4a37-47af-9958-d76ab2a22c40 initialized
Apr 02, 2024 8:16: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/1712088983499/
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:23 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/1712088983499/
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:23 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a4ac30ca-4a37-47af-9958-d76ab2a22c40 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b5e31887-36d9-4015-9415-89ecfc98155e initialized
Apr 02, 2024 8:16: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/1712088983757/
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:23 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/1712088983757/
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:23 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b5e31887-36d9-4015-9415-89ecfc98155e shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:23 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0981ad4d-7953-4cb8-acec-00d6a925808c initialized
Apr 02, 2024 8:16:24 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/1712088984004/
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:24 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/1712088984004/
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:24 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0981ad4d-7953-4cb8-acec-00d6a925808c shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3c022dcf-23c3-48d4-8156-cf73df1c3bfd initialized
Apr 02, 2024 8:16:24 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/1712088984210/
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:24 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/1712088984210/
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:24 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3c022dcf-23c3-48d4-8156-cf73df1c3bfd shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 39d8b589-8e9f-43e2-9d02-24d4b14ebfbe initialized
Apr 02, 2024 8:16:24 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/1712088984446/
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:24 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/1712088984446/
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:24 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 39d8b589-8e9f-43e2-9d02-24d4b14ebfbe shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container eca77b27-913f-4259-9b66-4a47a5cb1d26 initialized
Apr 02, 2024 8:16:24 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/1712088984643/
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:24 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/1712088984643/
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:24 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container eca77b27-913f-4259-9b66-4a47a5cb1d26 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 70c7a22e-4313-4580-bcea-fe06e4e19e7e initialized
Apr 02, 2024 8:16:24 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/1712088984865/
Apr 02, 2024 8:16:24 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:25 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/1712088984865/
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 70c7a22e-4313-4580-bcea-fe06e4e19e7e shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 752b4565-8bba-4c69-a032-33992949f893 initialized
Apr 02, 2024 8:16:25 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/1712088985080/
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:25 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/1712088985080/
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 752b4565-8bba-4c69-a032-33992949f893 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 80a0d59f-b565-40eb-a913-93ccff5c0b03 initialized
Apr 02, 2024 8:16:25 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/1712088985300/
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:25 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/1712088985300/
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 80a0d59f-b565-40eb-a913-93ccff5c0b03 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 02ed9964-49aa-4117-ae19-10b301cd4166 initialized
Apr 02, 2024 8:16:25 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/1712088985539/
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:25 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/1712088985539/
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 02ed9964-49aa-4117-ae19-10b301cd4166 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bb27fa09-d61c-4a01-b486-3e889b635373 initialized
Apr 02, 2024 8:16:25 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/1712088985742/
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:25 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/1712088985742/
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:25 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bb27fa09-d61c-4a01-b486-3e889b635373 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:25 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fa20e28b-06e1-4818-9fe8-d71459b01ca1 initialized
Apr 02, 2024 8:16:25 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/1712088985961/
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:26 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/1712088985961/
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:26 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fa20e28b-06e1-4818-9fe8-d71459b01ca1 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 772f87b9-991e-4656-b872-d1023b7dc910 initialized
Apr 02, 2024 8:16:26 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/1712088986169/
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:26 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/1712088986169/
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:26 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 772f87b9-991e-4656-b872-d1023b7dc910 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fe40f99a-c93c-4539-8576-6e4c80174c08 initialized
Apr 02, 2024 8:16:26 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/1712088986433/
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:26 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/1712088986433/
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:26 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fe40f99a-c93c-4539-8576-6e4c80174c08 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 228072d7-2113-4952-984e-398251d78c96 initialized
Apr 02, 2024 8:16:26 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/1712088986633/
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:26 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/1712088986633/
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:26 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 228072d7-2113-4952-984e-398251d78c96 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b040afad-a29f-4da9-a8d2-009489e4994c initialized
Apr 02, 2024 8:16:26 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/1712088986841/
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:26 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/1712088986841/
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:26 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:26 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b040afad-a29f-4da9-a8d2-009489e4994c shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 39573ce3-c005-43a0-bdf4-bd2525961e8e initialized
Apr 02, 2024 8:16: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/1712088987035/
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088987035/
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 39573ce3-c005-43a0-bdf4-bd2525961e8e shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8e1e7a66-a78a-43a9-955f-3d7fa998be04 initialized
Apr 02, 2024 8:16: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/1712088987231/
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088987231/
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8e1e7a66-a78a-43a9-955f-3d7fa998be04 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 27a96245-ae67-4d7a-b366-36369d7ddcd8 initialized
Apr 02, 2024 8:16: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/1712088987437/
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088987437/
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 27a96245-ae67-4d7a-b366-36369d7ddcd8 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ec2796bb-bea5-45c6-91a5-5da90718d1e4 initialized
Apr 02, 2024 8:16: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/1712088987637/
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088987637/
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ec2796bb-bea5-45c6-91a5-5da90718d1e4 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3f6b77cd-f108-4d13-8ba6-794b1298253b initialized
Apr 02, 2024 8:16: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/1712088987856/
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:27 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088987856/
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3f6b77cd-f108-4d13-8ba6-794b1298253b shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a4728775-44fb-49ea-ac31-10ef18de6500 initialized
Apr 02, 2024 8:16: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/1712088988059/
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088988059/
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a4728775-44fb-49ea-ac31-10ef18de6500 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5c0a271c-3687-443d-944f-0ca4992da2a8 initialized
Apr 02, 2024 8:16: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/1712088988254/
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088988254/
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5c0a271c-3687-443d-944f-0ca4992da2a8 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fb8be29e-e1ca-4fbd-abec-607d17adc2c0 initialized
Apr 02, 2024 8:16: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/1712088988462/
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088988462/
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fb8be29e-e1ca-4fbd-abec-607d17adc2c0 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 37fa48b4-b673-4a10-9f40-b38d3a7f79ca initialized
Apr 02, 2024 8:16: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/1712088988688/
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088988688/
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:28 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 37fa48b4-b673-4a10-9f40-b38d3a7f79ca shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:28 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 875e4b64-4e47-41e5-83ae-3440798cf871 initialized
Apr 02, 2024 8:16: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/1712088988895/
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088988895/
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 875e4b64-4e47-41e5-83ae-3440798cf871 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6f73ceb2-95bc-4e17-968f-003e95de687d initialized
Apr 02, 2024 8:16: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/1712088989106/
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088989106/
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6f73ceb2-95bc-4e17-968f-003e95de687d shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ae052cd4-a811-4c3e-bdac-7f116acad306 initialized
Apr 02, 2024 8:16: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/1712088989308/
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088989308/
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ae052cd4-a811-4c3e-bdac-7f116acad306 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a5adcc02-e290-42a1-882f-69d559362c32 initialized
Apr 02, 2024 8:16: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/1712088989529/
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088989529/
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a5adcc02-e290-42a1-882f-69d559362c32 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 88a2521e-3ea9-49d1-8904-780253aa6681 initialized
Apr 02, 2024 8:16: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/1712088989731/
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088989731/
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:29 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 88a2521e-3ea9-49d1-8904-780253aa6681 shut down
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.76 s -- in org.eclipse.jnosql.mapping.graph.DefaultVertexTraversalTest
[INFO] Running org.eclipse.jnosql.mapping.graph.DefaultGraphTemplateProducerTest
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:29 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2a71f0c1-9e8a-411d-a3bf-a11adc55bf0f initialized
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
Apr 02, 2024 8:16:31 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2a71f0c1-9e8a-411d-a3bf-a11adc55bf0f shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:31 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:31 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:31 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c7e999dd-87c0-4e5d-b839-26ed39532da0 initialized
Apr 02, 2024 8:16:31 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c7e999dd-87c0-4e5d-b839-26ed39532da0 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.679 s -- in org.eclipse.jnosql.mapping.graph.DefaultGraphTemplateProducerTest
[INFO] Running org.eclipse.jnosql.mapping.graph.BookTemplateTest
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:31 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:31 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:31 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a755549e-49a6-4132-a440-27a9075ff4f7 initialized
Apr 02, 2024 8:16: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/1712088991834/
Apr 02, 2024 8:16:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088991834/
Apr 02, 2024 8:16:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:32 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a755549e-49a6-4132-a440-27a9075ff4f7 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:32 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:32 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:32 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0ca90c36-b103-4c77-89de-42f6c5b124e7 initialized
Apr 02, 2024 8:16: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/1712088992447/
Apr 02, 2024 8:16:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088992447/
Apr 02, 2024 8:16:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:32 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:32 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0ca90c36-b103-4c77-89de-42f6c5b124e7 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:32 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:32 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:32 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 96ee1415-0b2b-4a11-993b-c646aec41965 initialized
Apr 02, 2024 8:16: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/1712088992883/
Apr 02, 2024 8:16:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088992883/
Apr 02, 2024 8:16:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:33 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 96ee1415-0b2b-4a11-993b-c646aec41965 shut down
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.646 s -- in org.eclipse.jnosql.mapping.graph.BookTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.graph.spi.GraphExtensionTest
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:33 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:33 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:33 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dc0a47b9-d1ff-4c07-a3d5-05aa14cb3831 initialized
Apr 02, 2024 8:16: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/1712088993448/
Apr 02, 2024 8:16:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088993448/
Apr 02, 2024 8:16:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:33 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:33 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dc0a47b9-d1ff-4c07-a3d5-05aa14cb3831 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:33 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:33 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:33 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e518c1e9-93aa-455d-a130-6a6c4eec66c1 initialized
Apr 02, 2024 8:16:33 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e518c1e9-93aa-455d-a130-6a6c4eec66c1 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:33 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:33 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:33 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dd5a2c26-06e1-478b-b0ca-f4f37dfaf25d initialized
Apr 02, 2024 8:16:33 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dd5a2c26-06e1-478b-b0ca-f4f37dfaf25d shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:34 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:34 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:34 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a2b32ba9-34ce-4a6b-98ea-3c634fcd71de initialized
Apr 02, 2024 8:16:34 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a2b32ba9-34ce-4a6b-98ea-3c634fcd71de shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.843 s -- in org.eclipse.jnosql.mapping.graph.spi.GraphExtensionTest
[INFO] Running org.eclipse.jnosql.mapping.graph.DefaultValueMapTraversalTest
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:34 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:34 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:34 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8d449f34-9566-47e7-b59b-df145e6d5305 initialized
Apr 02, 2024 8:16: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/1712088994230/
Apr 02, 2024 8:16:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088994230/
Apr 02, 2024 8:16:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:34 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8d449f34-9566-47e7-b59b-df145e6d5305 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:34 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:34 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:34 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6fd24c61-068b-4691-ae7a-6630f0ce9c56 initialized
Apr 02, 2024 8:16: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/1712088994584/
Apr 02, 2024 8:16:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088994584/
Apr 02, 2024 8:16:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:34 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:34 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6fd24c61-068b-4691-ae7a-6630f0ce9c56 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:34 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:34 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:34 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 81cc48a5-8a43-4fe4-93c0-0e0f8818b680 initialized
Apr 02, 2024 8:16: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/1712088994949/
Apr 02, 2024 8:16:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088994949/
Apr 02, 2024 8:16:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:35 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 81cc48a5-8a43-4fe4-93c0-0e0f8818b680 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:35 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:35 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:35 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fcd25933-ab47-4de3-91a2-a022f8c3008f initialized
Apr 02, 2024 8:16: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/1712088995293/
Apr 02, 2024 8:16:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088995293/
Apr 02, 2024 8:16:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:35 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fcd25933-ab47-4de3-91a2-a022f8c3008f shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:35 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:35 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:35 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9ae22835-a62c-4432-96a9-750c38be3e08 initialized
Apr 02, 2024 8:16: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/1712088995629/
Apr 02, 2024 8:16:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088995629/
Apr 02, 2024 8:16:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:35 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:35 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9ae22835-a62c-4432-96a9-750c38be3e08 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:35 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:35 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:35 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6575d020-d939-4082-9d14-6e82fc55fb08 initialized
Apr 02, 2024 8:16: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/1712088995954/
Apr 02, 2024 8:16:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088995954/
Apr 02, 2024 8:16:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6575d020-d939-4082-9d14-6e82fc55fb08 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:36 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:36 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:36 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b4f4516d-a5db-401b-b434-50ccc1fafccc initialized
Apr 02, 2024 8:16: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/1712088996284/
Apr 02, 2024 8:16:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088996284/
Apr 02, 2024 8:16:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b4f4516d-a5db-401b-b434-50ccc1fafccc shut down
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.428 s -- in org.eclipse.jnosql.mapping.graph.DefaultValueMapTraversalTest
[INFO] Running org.eclipse.jnosql.mapping.graph.DefaultEdgeTraversalTest
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:36 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:36 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:36 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b76ed94d-fe52-4d4b-91ca-35052fc9e5cd initialized
Apr 02, 2024 8:16: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/1712088996607/
Apr 02, 2024 8:16:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088996607/
Apr 02, 2024 8:16:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:36 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b76ed94d-fe52-4d4b-91ca-35052fc9e5cd shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:36 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:36 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:36 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 30bf058a-5f8a-410f-95ac-12992c166dd3 initialized
Apr 02, 2024 8:16: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/1712088996906/
Apr 02, 2024 8:16:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088996906/
Apr 02, 2024 8:16:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 30bf058a-5f8a-410f-95ac-12992c166dd3 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:37 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:37 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:37 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2c77c0ca-28bf-4102-abf9-350de899ecaf initialized
Apr 02, 2024 8:16: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/1712088997198/
Apr 02, 2024 8:16:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088997198/
Apr 02, 2024 8:16:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2c77c0ca-28bf-4102-abf9-350de899ecaf shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:37 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:37 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:37 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f2d04637-967c-48fc-9334-1a1c8008680d initialized
Apr 02, 2024 8:16: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/1712088997527/
Apr 02, 2024 8:16:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088997527/
Apr 02, 2024 8:16:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f2d04637-967c-48fc-9334-1a1c8008680d shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:37 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:37 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:37 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 667a3504-443d-4285-b445-ff7db67420f6 initialized
Apr 02, 2024 8:16: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/1712088997803/
Apr 02, 2024 8:16:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:37 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088997803/
Apr 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 667a3504-443d-4285-b445-ff7db67420f6 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d3e42bac-d32e-49d4-9b62-0bfcbd23933b initialized
Apr 02, 2024 8:16: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/1712088998084/
Apr 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088998084/
Apr 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d3e42bac-d32e-49d4-9b62-0bfcbd23933b shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ccbae38d-ad0e-4691-bf6e-eb0ecebe1391 initialized
Apr 02, 2024 8:16: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/1712088998396/
Apr 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088998396/
Apr 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ccbae38d-ad0e-4691-bf6e-eb0ecebe1391 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 38ae5c7a-a108-4ad5-bf63-c55a8199ca1a initialized
Apr 02, 2024 8:16: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/1712088998694/
Apr 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088998694/
Apr 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 38ae5c7a-a108-4ad5-bf63-c55a8199ca1a shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:38 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container faf8f696-1a2b-43f1-82de-2c45c71c86d0 initialized
Apr 02, 2024 8:16: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/1712088998983/
Apr 02, 2024 8:16:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088998983/
Apr 02, 2024 8:16:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container faf8f696-1a2b-43f1-82de-2c45c71c86d0 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:39 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:39 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:39 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ff811044-2a11-49bf-984e-bf9d0a9a1780 initialized
Apr 02, 2024 8:16: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/1712088999268/
Apr 02, 2024 8:16:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088999268/
Apr 02, 2024 8:16:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ff811044-2a11-49bf-984e-bf9d0a9a1780 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:39 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:39 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:39 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fc0d2ee3-2f6b-4c77-9d58-2efc87e6e499 initialized
Apr 02, 2024 8:16: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/1712088999555/
Apr 02, 2024 8:16:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088999555/
Apr 02, 2024 8:16:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:39 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fc0d2ee3-2f6b-4c77-9d58-2efc87e6e499 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:39 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:39 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:39 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 049ac8e1-ddff-4aa4-9dae-8003b5e4a4ec initialized
Apr 02, 2024 8:16: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/1712088999856/
Apr 02, 2024 8:16:39 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712088999856/
Apr 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 049ac8e1-ddff-4aa4-9dae-8003b5e4a4ec shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 01246b1b-4620-41b2-9700-b734fb0e6a6b initialized
Apr 02, 2024 8:16: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/1712089000116/
Apr 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089000116/
Apr 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 01246b1b-4620-41b2-9700-b734fb0e6a6b shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 267a1618-aa7f-4a2b-8b61-871a038de731 initialized
Apr 02, 2024 8:16: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/1712089000374/
Apr 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089000374/
Apr 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 267a1618-aa7f-4a2b-8b61-871a038de731 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c5ba23f0-ae34-4dbe-b97c-c4a96810a22c initialized
Apr 02, 2024 8:16: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/1712089000637/
Apr 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089000637/
Apr 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:40 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c5ba23f0-ae34-4dbe-b97c-c4a96810a22c shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:40 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8788f723-ddaf-40b1-ac72-ef22e4b6fff8 initialized
Apr 02, 2024 8:16: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/1712089000893/
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089000893/
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8788f723-ddaf-40b1-ac72-ef22e4b6fff8 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 13da3569-d347-4ab2-9dc0-69e363aaa8f1 initialized
Apr 02, 2024 8:16: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/1712089001160/
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089001160/
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 13da3569-d347-4ab2-9dc0-69e363aaa8f1 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c2d2f4bf-5d6f-4e20-b3d3-f72fd7b84483 initialized
Apr 02, 2024 8:16: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/1712089001417/
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089001417/
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c2d2f4bf-5d6f-4e20-b3d3-f72fd7b84483 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 92bd2bd8-3d63-4415-92d2-3ccd38c9b8e1 initialized
Apr 02, 2024 8:16: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/1712089001673/
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089001673/
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:41 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 92bd2bd8-3d63-4415-92d2-3ccd38c9b8e1 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:41 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 90b7f119-b214-4b3a-8ac6-493abe144e47 initialized
Apr 02, 2024 8:16: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/1712089001922/
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089001922/
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 90b7f119-b214-4b3a-8ac6-493abe144e47 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 406b914c-5e0a-4cf3-850f-cf5e233b112b initialized
Apr 02, 2024 8:16: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/1712089002164/
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089002164/
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 406b914c-5e0a-4cf3-850f-cf5e233b112b shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 89ae9054-367a-4330-ab35-4c74ea9b6cf8 initialized
Apr 02, 2024 8:16: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/1712089002410/
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089002410/
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 89ae9054-367a-4330-ab35-4c74ea9b6cf8 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a0756d26-4ba9-43a6-a8d1-bc643b908d2b initialized
Apr 02, 2024 8:16: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/1712089002655/
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089002655/
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:42 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a0756d26-4ba9-43a6-a8d1-bc643b908d2b shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:42 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 214c92a8-5c44-424c-8358-a5393544a4d9 initialized
Apr 02, 2024 8:16: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/1712089002887/
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:43 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/1712089002887/
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 214c92a8-5c44-424c-8358-a5393544a4d9 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c6628095-007a-4f68-b0b8-11978f638db0 initialized
Apr 02, 2024 8:16:43 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/1712089003118/
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:43 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/1712089003118/
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c6628095-007a-4f68-b0b8-11978f638db0 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a94c3c4f-5258-43ef-8921-70af89410dab initialized
Apr 02, 2024 8:16:43 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/1712089003349/
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:43 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/1712089003349/
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a94c3c4f-5258-43ef-8921-70af89410dab shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 657b0319-714b-4d9a-9cea-d7f500d9409a initialized
Apr 02, 2024 8:16:43 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/1712089003592/
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16:43 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/1712089003592/
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:43 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 657b0319-714b-4d9a-9cea-d7f500d9409a shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a45d96fd-d8ba-4d28-99a5-bd6995c7db42 initialized
Apr 02, 2024 8:16:43 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/1712089003834/
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:43 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089003834/
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a45d96fd-d8ba-4d28-99a5-bd6995c7db42 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4ccaa2e7-6b50-4ec5-9577-bc6219ef3874 initialized
Apr 02, 2024 8:16: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/1712089004059/
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089004059/
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4ccaa2e7-6b50-4ec5-9577-bc6219ef3874 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 55418913-158f-4637-a717-9d02c0604ea2 initialized
Apr 02, 2024 8:16: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/1712089004277/
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089004277/
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 55418913-158f-4637-a717-9d02c0604ea2 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ca4247ad-be5c-4687-803c-81ef704c73f5 initialized
Apr 02, 2024 8:16: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/1712089004525/
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089004525/
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ca4247ad-be5c-4687-803c-81ef704c73f5 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f5e7115a-1b48-48c9-ac37-c1b409ff8487 initialized
Apr 02, 2024 8:16: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/1712089004735/
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089004735/
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:44 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f5e7115a-1b48-48c9-ac37-c1b409ff8487 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:44 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0cc46307-cc58-40c1-a710-764d00a04462 initialized
Apr 02, 2024 8:16: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/1712089004949/
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089004949/
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0cc46307-cc58-40c1-a710-764d00a04462 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8f867d9d-ee03-4f99-a692-d374f86548a7 initialized
Apr 02, 2024 8:16: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/1712089005146/
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089005146/
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8f867d9d-ee03-4f99-a692-d374f86548a7 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dec62ac8-fbd7-4d00-8899-aca853705fa7 initialized
Apr 02, 2024 8:16: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/1712089005349/
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089005349/
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dec62ac8-fbd7-4d00-8899-aca853705fa7 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 15e1c279-ab13-497e-aee2-206a2e17e617 initialized
Apr 02, 2024 8:16: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/1712089005559/
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089005559/
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:45 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 15e1c279-ab13-497e-aee2-206a2e17e617 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 47f61541-637c-4347-ba9d-b049085ab984 initialized
Apr 02, 2024 8:16: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/1712089005766/
Apr 02, 2024 8:16:45 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089005766/
Apr 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 47f61541-637c-4347-ba9d-b049085ab984 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6223d714-0b19-4dee-94be-84f6dc9ed676 initialized
Apr 02, 2024 8:16: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/1712089006447/
Apr 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089006447/
Apr 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6223d714-0b19-4dee-94be-84f6dc9ed676 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2d7aa157-ea42-4f32-b445-e14b5009bfb3 initialized
Apr 02, 2024 8:16: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/1712089006643/
Apr 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089006643/
Apr 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2d7aa157-ea42-4f32-b445-e14b5009bfb3 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7217f8d3-a74d-4c9d-9674-97971cb57c8f initialized
Apr 02, 2024 8:16: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/1712089006838/
Apr 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089006838/
Apr 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:46 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:46 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7217f8d3-a74d-4c9d-9674-97971cb57c8f shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 86fcf0bb-829b-40af-af97-9179eefbd3ba initialized
Apr 02, 2024 8:16: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/1712089007038/
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089007038/
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:47 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 86fcf0bb-829b-40af-af97-9179eefbd3ba shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 01430a20-87db-4634-b86a-24bcc31cba83 initialized
Apr 02, 2024 8:16: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/1712089007231/
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089007231/
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:47 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 01430a20-87db-4634-b86a-24bcc31cba83 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 43459fc3-d214-4917-b03c-f9c365458bbb initialized
Apr 02, 2024 8:16: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/1712089007439/
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089007439/
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:47 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 43459fc3-d214-4917-b03c-f9c365458bbb shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 226d117a-aab7-4d42-a1a6-4e48c7eee05a initialized
Apr 02, 2024 8:16: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/1712089007643/
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089007643/
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:47 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 226d117a-aab7-4d42-a1a6-4e48c7eee05a shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dc6bb1bd-7e2a-46c5-8f06-4637c0222867 initialized
Apr 02, 2024 8:16: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/1712089007827/
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089007827/
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:47 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dc6bb1bd-7e2a-46c5-8f06-4637c0222867 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:47 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ee427291-4df1-4eaf-9dc9-abf22e1ea51e initialized
Apr 02, 2024 8:16: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/1712089008007/
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089008007/
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:48 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ee427291-4df1-4eaf-9dc9-abf22e1ea51e shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e25ca8cc-64a4-448b-957c-a03fbb3bbbc5 initialized
Apr 02, 2024 8:16: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/1712089008198/
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089008198/
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:48 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e25ca8cc-64a4-448b-957c-a03fbb3bbbc5 shut down
[INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.86 s -- in org.eclipse.jnosql.mapping.graph.DefaultEdgeTraversalTest
[INFO] Running org.eclipse.jnosql.mapping.graph.DefaultGraphTraversalSourceTemplateTest
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9ae7a3ce-b587-44e4-b108-aa05406bc45a initialized
Apr 02, 2024 8:16: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/1712089008437/
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089008437/
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:48 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9ae7a3ce-b587-44e4-b108-aa05406bc45a shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e0835918-3505-4cf5-a65d-8b25f3876282 initialized
Apr 02, 2024 8:16: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/1712089008615/
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089008615/
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:48 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e0835918-3505-4cf5-a65d-8b25f3876282 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5f75a2be-2ddb-4d67-b858-8c75eb6e2e3a initialized
Apr 02, 2024 8:16: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/1712089008805/
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089008805/
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:48 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5f75a2be-2ddb-4d67-b858-8c75eb6e2e3a shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:48 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container af786e85-54dc-4ba6-94ed-f88151fab701 initialized
Apr 02, 2024 8:16: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/1712089008968/
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089008968/
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:49 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container af786e85-54dc-4ba6-94ed-f88151fab701 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cd2eacff-9600-4a81-b9d5-87284a5716ac initialized
Apr 02, 2024 8:16: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/1712089009147/
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089009147/
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:49 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cd2eacff-9600-4a81-b9d5-87284a5716ac shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 75d25ff0-4f09-42f4-af39-e445369e20f8 initialized
Apr 02, 2024 8:16: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/1712089009325/
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089009325/
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:49 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 75d25ff0-4f09-42f4-af39-e445369e20f8 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1a4b8955-052a-4eb3-a87e-0931cff8adfe initialized
Apr 02, 2024 8:16: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/1712089009500/
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089009500/
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:49 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1a4b8955-052a-4eb3-a87e-0931cff8adfe shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f1e2adae-4fbf-48fb-950a-31ee06bfea30 initialized
Apr 02, 2024 8:16: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/1712089009669/
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089009669/
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:49 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f1e2adae-4fbf-48fb-950a-31ee06bfea30 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 28718d0f-908d-476c-aed3-30c126da47c1 initialized
Apr 02, 2024 8:16: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/1712089009833/
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089009833/
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:49 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 28718d0f-908d-476c-aed3-30c126da47c1 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:49 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fdc3a3ae-fa37-4415-8938-b21150156710 initialized
Apr 02, 2024 8:16: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/1712089010016/
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089010016/
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fdc3a3ae-fa37-4415-8938-b21150156710 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 106d29fa-d449-4c6d-866b-ff57d8fa743a initialized
Apr 02, 2024 8:16: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/1712089010180/
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089010180/
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 106d29fa-d449-4c6d-866b-ff57d8fa743a shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 73c04d1b-28e9-41d6-93b0-c714a00c3f80 initialized
Apr 02, 2024 8:16: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/1712089010351/
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089010351/
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 73c04d1b-28e9-41d6-93b0-c714a00c3f80 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 043f6b3e-ca15-4148-aa52-1217cb7c17f4 initialized
Apr 02, 2024 8:16: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/1712089010516/
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089010516/
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:50 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 043f6b3e-ca15-4148-aa52-1217cb7c17f4 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d130a057-35ba-4c36-bfd6-f7704f15368a initialized
Apr 02, 2024 8:16: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/1712089010683/
Apr 02, 2024 8:16:50 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089010683/
Apr 02, 2024 8:16:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d130a057-35ba-4c36-bfd6-f7704f15368a shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:51 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:51 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:51 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7c7eb1ea-6e2c-47da-be1c-9ca431368263 initialized
Apr 02, 2024 8:16: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/1712089011270/
Apr 02, 2024 8:16:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089011270/
Apr 02, 2024 8:16:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7c7eb1ea-6e2c-47da-be1c-9ca431368263 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:51 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:51 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:51 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f1f03e20-0ea2-4393-881c-416f59ba0c1a initialized
Apr 02, 2024 8:16: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/1712089011785/
Apr 02, 2024 8:16:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089011785/
Apr 02, 2024 8:16:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:51 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:51 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f1f03e20-0ea2-4393-881c-416f59ba0c1a shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:51 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:51 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:51 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 974be327-f5e6-4dbd-a376-d523cae5c8e5 initialized
Apr 02, 2024 8:16: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/1712089011960/
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089011960/
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:52 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 974be327-f5e6-4dbd-a376-d523cae5c8e5 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 14c28a61-a69e-4d5b-a83f-4a50c058ae09 initialized
Apr 02, 2024 8:16: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/1712089012137/
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089012137/
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:52 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 14c28a61-a69e-4d5b-a83f-4a50c058ae09 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 57d5ba00-79c9-4408-8c60-6d96c8dfa069 initialized
Apr 02, 2024 8:16: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/1712089012308/
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089012308/
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:52 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 57d5ba00-79c9-4408-8c60-6d96c8dfa069 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2e9da83e-75a2-4b21-b176-93e8bba1f076 initialized
Apr 02, 2024 8:16: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/1712089012489/
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089012489/
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:52 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2e9da83e-75a2-4b21-b176-93e8bba1f076 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 594e306c-2ff2-47a2-aac2-0049c60b98c4 initialized
Apr 02, 2024 8:16: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/1712089012684/
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089012684/
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:52 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 594e306c-2ff2-47a2-aac2-0049c60b98c4 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8eabc2ae-e0d9-40c0-9abd-87faea538376 initialized
Apr 02, 2024 8:16: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/1712089012850/
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089012850/
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:52 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8eabc2ae-e0d9-40c0-9abd-87faea538376 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:52 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b7842dc0-a349-4881-938e-4938c85af918 initialized
Apr 02, 2024 8:16: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/1712089013006/
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089013006/
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b7842dc0-a349-4881-938e-4938c85af918 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c4c7cf62-84b3-4ecd-8529-31f21b9ddb6d initialized
Apr 02, 2024 8:16: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/1712089013178/
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089013178/
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c4c7cf62-84b3-4ecd-8529-31f21b9ddb6d shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 33d2f00b-2237-49d3-aa43-094d6411a741 initialized
Apr 02, 2024 8:16: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/1712089013378/
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089013378/
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 33d2f00b-2237-49d3-aa43-094d6411a741 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a6c7add1-5c46-46db-a916-bada6c74794a initialized
Apr 02, 2024 8:16: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/1712089013595/
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089013595/
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a6c7add1-5c46-46db-a916-bada6c74794a shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c9ea4ec2-4282-4142-8cfc-fb73828449bf initialized
Apr 02, 2024 8:16: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/1712089013769/
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089013769/
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:53 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c9ea4ec2-4282-4142-8cfc-fb73828449bf shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:53 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 417fc987-a974-4695-8f0e-7a8030b5bd1a initialized
Apr 02, 2024 8:16: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/1712089013940/
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089013940/
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 417fc987-a974-4695-8f0e-7a8030b5bd1a shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 04075858-50d9-45e4-adb3-9cdacf5320ff initialized
Apr 02, 2024 8:16: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/1712089014119/
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089014119/
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 04075858-50d9-45e4-adb3-9cdacf5320ff shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5e838f27-3222-4318-8001-6a709ffc6820 initialized
Apr 02, 2024 8:16: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/1712089014284/
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089014284/
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5e838f27-3222-4318-8001-6a709ffc6820 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d3cbd35e-1469-410e-b9c4-1d4921efd37e initialized
Apr 02, 2024 8:16: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/1712089014439/
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089014439/
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d3cbd35e-1469-410e-b9c4-1d4921efd37e shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 969f80a9-acc1-464b-b99f-d02e927e71cb initialized
Apr 02, 2024 8:16: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/1712089014600/
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089014600/
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 969f80a9-acc1-464b-b99f-d02e927e71cb shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0dd3d471-44b2-45c3-9312-0938900cb293 initialized
Apr 02, 2024 8:16: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/1712089014776/
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089014776/
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:54 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0dd3d471-44b2-45c3-9312-0938900cb293 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:54 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0d7ba27d-7771-4536-a4a6-0558dc7330af initialized
Apr 02, 2024 8:16: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/1712089014967/
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089014967/
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0d7ba27d-7771-4536-a4a6-0558dc7330af shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 59e194c2-d91a-4b38-a970-51c04e118597 initialized
Apr 02, 2024 8:16: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/1712089015160/
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089015160/
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 59e194c2-d91a-4b38-a970-51c04e118597 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 59255e4f-e76d-45a6-af06-de1ac9d40c99 initialized
Apr 02, 2024 8:16: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/1712089015353/
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089015353/
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 59255e4f-e76d-45a6-af06-de1ac9d40c99 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ba06320e-e7d6-4068-8bb9-48c7ccc81acb initialized
Apr 02, 2024 8:16: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/1712089015529/
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089015529/
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ba06320e-e7d6-4068-8bb9-48c7ccc81acb shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3505beb2-52f8-4d50-8401-495c5c66725b initialized
Apr 02, 2024 8:16: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/1712089015719/
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089015719/
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:55 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3505beb2-52f8-4d50-8401-495c5c66725b shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:55 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4c9daf10-9090-4712-9588-2bb86df44f0b initialized
Apr 02, 2024 8:16: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/1712089015905/
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089015905/
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4c9daf10-9090-4712-9588-2bb86df44f0b shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9bc173bb-92a0-4624-ba88-51fb1ea5aeda initialized
Apr 02, 2024 8:16: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/1712089016086/
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089016086/
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9bc173bb-92a0-4624-ba88-51fb1ea5aeda shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 40d2dedf-011a-4b80-906c-ca9ecaa8d7cb initialized
Apr 02, 2024 8:16: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/1712089016283/
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089016283/
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 40d2dedf-011a-4b80-906c-ca9ecaa8d7cb shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dfcbd6de-de8d-48d0-bf99-ddb5d18a6b11 initialized
Apr 02, 2024 8:16: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/1712089016464/
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089016464/
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dfcbd6de-de8d-48d0-bf99-ddb5d18a6b11 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container baebfabb-7bef-4d3c-98f1-ce3c451d0e1c initialized
Apr 02, 2024 8:16: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/1712089016635/
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089016635/
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container baebfabb-7bef-4d3c-98f1-ce3c451d0e1c shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 76f9d9af-3f91-4248-8b3b-0c3f50e1782b initialized
Apr 02, 2024 8:16: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/1712089016806/
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089016806/
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:56 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 76f9d9af-3f91-4248-8b3b-0c3f50e1782b shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:56 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2fb632e7-e1ec-4c72-9934-54fb1a7faf2c initialized
Apr 02, 2024 8:16: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/1712089016987/
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089016987/
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2fb632e7-e1ec-4c72-9934-54fb1a7faf2c shut down
[INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.738 s -- in org.eclipse.jnosql.mapping.graph.DefaultGraphTraversalSourceTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.graph.EdgeEntityTest
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6310b649-9e1b-4c47-bb5a-1cccb19c57c1 initialized
Apr 02, 2024 8:16: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/1712089017172/
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089017172/
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6310b649-9e1b-4c47-bb5a-1cccb19c57c1 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f7790b49-5748-44f2-b503-4f2d63c97a2b initialized
Apr 02, 2024 8:16:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f7790b49-5748-44f2-b503-4f2d63c97a2b shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8e6ea1fb-ce1b-4e4e-b2ca-6e7e544852ac initialized
Apr 02, 2024 8:16: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/1712089017389/
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089017389/
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8e6ea1fb-ce1b-4e4e-b2ca-6e7e544852ac shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e115e5df-3271-4173-8361-2f00f6eb9e02 initialized
Apr 02, 2024 8:16: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/1712089017542/
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089017542/
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e115e5df-3271-4173-8361-2f00f6eb9e02 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 24b1aef7-8921-4e50-bc2e-49a3b6a31110 initialized
Apr 02, 2024 8:16: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/1712089017720/
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089017720/
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 24b1aef7-8921-4e50-bc2e-49a3b6a31110 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:57 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 419330b2-97b0-48fd-b1f0-62d48eaccd0b initialized
Apr 02, 2024 8:16: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/1712089017924/
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089017924/
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 419330b2-97b0-48fd-b1f0-62d48eaccd0b shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b02c9b58-c686-463b-9eac-ce06ae4f9613 initialized
Apr 02, 2024 8:16: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/1712089018113/
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089018113/
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b02c9b58-c686-463b-9eac-ce06ae4f9613 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6616ebf1-dfb0-4463-a6bb-1a371341334f initialized
Apr 02, 2024 8:16: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/1712089018279/
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089018279/
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6616ebf1-dfb0-4463-a6bb-1a371341334f shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2808fae1-4a09-45ae-ac91-3397e8681785 initialized
Apr 02, 2024 8:16: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/1712089018446/
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089018446/
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2808fae1-4a09-45ae-ac91-3397e8681785 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ab5ffbb4-04cb-4a01-b388-015a45a28fe3 initialized
Apr 02, 2024 8:16:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ab5ffbb4-04cb-4a01-b388-015a45a28fe3 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ed5cbc66-2f15-4c1a-9e70-2427746dcc75 initialized
Apr 02, 2024 8:16:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ed5cbc66-2f15-4c1a-9e70-2427746dcc75 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3dd279cb-c088-4d14-9d58-c99968399421 initialized
Apr 02, 2024 8:16: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/1712089018681/
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089018681/
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3dd279cb-c088-4d14-9d58-c99968399421 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 754f07a5-b3cc-4ef2-b205-3361011dae91 initialized
Apr 02, 2024 8:16: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/1712089018841/
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089018841/
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 754f07a5-b3cc-4ef2-b205-3361011dae91 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:58 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9632f9c1-5f21-439a-a5f0-ef26769cc4bd initialized
Apr 02, 2024 8:16:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9632f9c1-5f21-439a-a5f0-ef26769cc4bd shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d12f2575-5176-4229-b8c7-f41ca067784b initialized
Apr 02, 2024 8:16: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/1712089019056/
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089019056/
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d12f2575-5176-4229-b8c7-f41ca067784b shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f8502a8e-1b72-4e25-80dd-d3c52e5c1e80 initialized
Apr 02, 2024 8:16: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/1712089019213/
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089019213/
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f8502a8e-1b72-4e25-80dd-d3c52e5c1e80 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a3d75f45-6fa5-4706-a059-13de6c7761f8 initialized
Apr 02, 2024 8:16: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/1712089019394/
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089019394/
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a3d75f45-6fa5-4706-a059-13de6c7761f8 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6fe58302-ddc4-4dc0-9d92-fe4cfc8961f9 initialized
Apr 02, 2024 8:16: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/1712089019572/
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089019572/
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6fe58302-ddc4-4dc0-9d92-fe4cfc8961f9 shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9677d079-0fc7-4292-8c69-19b3e756423d initialized
Apr 02, 2024 8:16: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/1712089019737/
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:16: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/1712089019737/
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:16:59 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9677d079-0fc7-4292-8c69-19b3e756423d shut down
Apr 02, 2024 8:16: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 02, 2024 8:16: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 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:16:59 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:16:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container be507c8c-8504-4693-a673-aeaf39b55644 initialized
Apr 02, 2024 8:16: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/1712089019897/
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:17: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/1712089019897/
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:17:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container be507c8c-8504-4693-a673-aeaf39b55644 shut down
Apr 02, 2024 8:17: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 02, 2024 8:17: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 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:17:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d63f24ee-229e-4d82-9a48-9f1b3a2faab6 initialized
Apr 02, 2024 8:17: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/1712089020071/
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:17: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/1712089020071/
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:17:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d63f24ee-229e-4d82-9a48-9f1b3a2faab6 shut down
Apr 02, 2024 8:17: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 02, 2024 8:17: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 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:17:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4a0e0eae-2412-4e0d-bfd4-76cb96dbf135 initialized
Apr 02, 2024 8:17: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/1712089020249/
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:17: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/1712089020249/
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:17:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4a0e0eae-2412-4e0d-bfd4-76cb96dbf135 shut down
Apr 02, 2024 8:17: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 02, 2024 8:17: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 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:17:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fb168f3f-175b-429a-91a3-4a0253fe3e2b initialized
Apr 02, 2024 8:17: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/1712089020416/
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:17: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/1712089020416/
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:17:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fb168f3f-175b-429a-91a3-4a0253fe3e2b shut down
Apr 02, 2024 8:17: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 02, 2024 8:17: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 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:17:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2cad7702-ab88-43c2-a4e2-b2e8c8361beb initialized
Apr 02, 2024 8:17: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/1712089020587/
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:17: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/1712089020587/
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:17:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2cad7702-ab88-43c2-a4e2-b2e8c8361beb shut down
Apr 02, 2024 8:17: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 02, 2024 8:17: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 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:17:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ca44c0ad-c072-4a25-8cee-cda53689a1c9 initialized
Apr 02, 2024 8:17: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/1712089020762/
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer init
INFO: Graph database created
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph database closing
Apr 02, 2024 8:17: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/1712089020762/
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph directory exists?: false
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.GraphProducer dispose
INFO: Graph Database closed
Apr 02, 2024 8:17:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ca44c0ad-c072-4a25-8cee-cda53689a1c9 shut down
Apr 02, 2024 8:17: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 02, 2024 8:17: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 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:17:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9cf8eb6a-3a37-441c-a725-4cba4195a0ef initialized
Apr 02, 2024 8:17:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9cf8eb6a-3a37-441c-a725-4cba4195a0ef shut down
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.789 s -- in org.eclipse.jnosql.mapping.graph.EdgeEntityTest
[INFO] Running org.eclipse.jnosql.mapping.graph.configuration.GraphSupplierTest
Apr 02, 2024 8:17: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 02, 2024 8:17: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 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:17:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5d908b76-75c4-4f38-9d20-99035f9b4ddb initialized
Apr 02, 2024 8:17:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5d908b76-75c4-4f38-9d20-99035f9b4ddb shut down
Apr 02, 2024 8:17: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 02, 2024 8:17: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 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:17:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 53b62e7d-370a-4d3d-80fd-e3a44fcda88b initialized
Apr 02, 2024 8:17:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 53b62e7d-370a-4d3d-80fd-e3a44fcda88b shut down
Apr 02, 2024 8:17: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 02, 2024 8:17: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 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:17:00 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:17:01 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b3c5dda8-d5fc-43e8-ad8c-0f240be4248e initialized
Apr 02, 2024 8:17:01 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b3c5dda8-d5fc-43e8-ad8c-0f240be4248e shut down
Apr 02, 2024 8:17: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 02, 2024 8:17: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 02, 2024 8:17:01 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:17:01 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:17:01 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:17:01 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 98cdbb6d-19b1-40de-a665-5816d8ad76fe initialized
Apr 02, 2024 8:17:01 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 98cdbb6d-19b1-40de-a665-5816d8ad76fe shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s -- in org.eclipse.jnosql.mapping.graph.configuration.GraphSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.graph.GraphTemplateTest
Apr 02, 2024 8:17: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 02, 2024 8:17: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 02, 2024 8:17:01 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:17:01 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:17:01 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:17:01 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 149ee79c-7a1d-4b58-a726-4d3a35ec7494 initialized
Apr 02, 2024 8:17:01 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 149ee79c-7a1d-4b58-a726-4d3a35ec7494 shut down
Apr 02, 2024 8:17: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 02, 2024 8:17: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 02, 2024 8:17:01 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:17:01 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:17:01 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:17:01 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c607664a-5d88-4b70-93a3-8f4df24e7a3e initialized
Apr 02, 2024 8:17:01 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c607664a-5d88-4b70-93a3-8f4df24e7a3e shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.eclipse.jnosql.mapping.graph.GraphTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.graph.GraphTemplateProducerTest
Apr 02, 2024 8:17: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 02, 2024 8:17: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 02, 2024 8:17:01 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:17:01 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:17:01 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:17:01 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 789ff5b5-ab60-4b6c-b1e8-0d6dd61bbb83 initialized
Apr 02, 2024 8:17:01 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 789ff5b5-ab60-4b6c-b1e8-0d6dd61bbb83 shut down
Apr 02, 2024 8:17: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 02, 2024 8:17: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 02, 2024 8:17:01 PM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock
Apr 02, 2024 8:17:01 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing graph extension: 1 databases crud 2 found
Apr 02, 2024 8:17:01 PM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery
INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository]
Apr 02, 2024 8:17:01 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6bdfe66f-4ef7-4395-a2f7-cdf0c32ed741 initialized
Apr 02, 2024 8:17:01 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6bdfe66f-4ef7-4395-a2f7-cdf0c32ed741 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.jnosql.mapping.graph.GraphTemplateProducerTest
[INFO] Running org.eclipse.jnosql.communication.graph.DefaultGraphDatabaseManagerTest
Apr 02, 2024 8:17:01 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/1712089021260/
Apr 02, 2024 8:17:01 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/1712089021260/
Apr 02, 2024 8:17:02 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/1712089021260/
Apr 02, 2024 8:17:02 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/1712089021260/
Apr 02, 2024 8:17:02 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/1712089021260/
Apr 02, 2024 8:17:02 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/1712089021260/
Apr 02, 2024 8:17:02 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/1712089021260/
Apr 02, 2024 8:17:02 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/1712089021260/
Apr 02, 2024 8:17:02 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/1712089021260/
Apr 02, 2024 8:17:02 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/1712089021260/
Apr 02, 2024 8:17:02 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/1712089021260/
Apr 02, 2024 8:17:02 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/1712089021260/
Apr 02, 2024 8:17:02 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/1712089021260/
Apr 02, 2024 8:17:02 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/1712089021260/
Apr 02, 2024 8:17:02 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/1712089021260/
Apr 02, 2024 8:17:02 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/1712089021260/
Apr 02, 2024 8:17:02 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/1712089021260/
Apr 02, 2024 8:17:02 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/1712089021260/
Apr 02, 2024 8:17:02 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/1712089021260/
Apr 02, 2024 8:17:02 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/1712089021260/
Apr 02, 2024 8:17:02 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/1712089021260/
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.990 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 [  8.382 s]
[INFO] jnosql-communication ............................... SUCCESS [  0.129 s]
[INFO] jnosql-communication-core .......................... SUCCESS [ 16.344 s]
[INFO] jnosql-communication-query ......................... SUCCESS [ 11.793 s]
[INFO] jnosql-communication-key-value ..................... SUCCESS [  7.700 s]
[INFO] jnosql-communication-semistructured ................ SUCCESS [ 12.094 s]
[INFO] jnosql-mapping-parent .............................. SUCCESS [  1.405 s]
[INFO] jnosql-mapping-api-core ............................ SUCCESS [  7.770 s]
[INFO] jnosql-mapping-reflection .......................... SUCCESS [ 15.108 s]
[INFO] jnosql-mapping-core ................................ SUCCESS [ 17.892 s]
[INFO] jnosql-mapping-semistructured ...................... SUCCESS [ 34.077 s]
[INFO] jnosql-mapping-document ............................ SUCCESS [ 11.573 s]
[INFO] jnosql-mapping-column .............................. SUCCESS [ 11.933 s]
[INFO] jnosql-mapping-key-value ........................... SUCCESS [ 19.669 s]
[INFO] jnosql-mapping-graph ............................... SUCCESS [01:35 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:31 min
[INFO] Finished at: 2024-04-02T20:17:07Z
[INFO] ------------------------------------------------------------------------
Triggering a new build of jnosql-sonar
Finished: SUCCESS