Skip to content

Console Output

Started by timer
Running as SYSTEM
Agent basic-4swtf is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-4swtf"
  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-4swtf"
    - 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-4swtf"
    - 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-4swtf (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 d6f85e87eaedf6605dec4fde13a9113deeccb2ff (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d6f85e87eaedf6605dec4fde13a9113deeccb2ff # timeout=10
Commit message: "fix: update reflection type"
 > git rev-list --no-walk 152138639d16ca7667e7c743ba3770489d576efe # timeout=10
[jnosql] $ /opt/tools/apache-maven/latest/bin/mvn clean install -B
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse JNoSQL                                                     [pom]
[INFO] jnosql-communication                                               [pom]
[INFO] jnosql-communication-core                                          [jar]
[INFO] jnosql-communication-query                                         [jar]
[INFO] jnosql-communication-key-value                                     [jar]
[INFO] jnosql-communication-semistructured                                [jar]
[INFO] jnosql-mapping-parent                                              [pom]
[INFO] jnosql-mapping-api-core                                            [jar]
[INFO] jnosql-mapping-reflection                                          [jar]
[INFO] jnosql-mapping-core                                                [jar]
[INFO] jnosql-mapping-semistructured                                      [jar]
[INFO] jnosql-mapping-document                                            [jar]
[INFO] jnosql-mapping-column                                              [jar]
[INFO] jnosql-mapping-key-value                                           [jar]
[INFO] jnosql-mapping-graph                                               [jar]
[INFO] 
[INFO] ------------------< org.eclipse.jnosql:jnosql-parent >------------------
[INFO] Building Eclipse JNoSQL 1.1.1-SNAPSHOT                            [1/15]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-parent ---
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-parent ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 81 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 1 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/target/jacoco.exec
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-parent ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-parent >>>
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-parent ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 81 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 1 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-parent <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-parent ---
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- jacoco:0.8.11:report (report) @ jnosql-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jnosql-parent ---
[INFO] Installing /home/jenkins/agent/workspace/jnosql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/jnosql-parent/1.1.1-SNAPSHOT/jnosql-parent-1.1.1-SNAPSHOT.pom
[INFO] 
[INFO] -------< org.eclipse.jnosql.communication:jnosql-communication >--------
[INFO] Building jnosql-communication 1.1.1-SNAPSHOT                      [2/15]
[INFO]   from jnosql-communication/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-communication ---
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-communication ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 66 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 1 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-communication/target/jacoco.exec
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-communication ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-communication >>>
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-communication ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 66 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 1 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-communication/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-communication <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-communication ---
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-communication ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- jacoco:0.8.11:report (report) @ jnosql-communication ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jnosql-communication ---
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication/1.1.1-SNAPSHOT/jnosql-communication-1.1.1-SNAPSHOT.pom
[INFO] 
[INFO] -----< org.eclipse.jnosql.communication:jnosql-communication-core >-----
[INFO] Building jnosql-communication-core 1.1.1-SNAPSHOT                 [3/15]
[INFO]   from jnosql-communication/jnosql-communication-core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-communication-core ---
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-communication-core ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 75 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 112 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 112 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication-core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-communication-core ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ jnosql-communication-core ---
[WARNING] *******************************************************************************************************************************************************
[WARNING] * Required filename-based automodules detected: [microprofile-config-api-3.1.jar]. Please don't publish this project to a public artifact repository! *
[WARNING] *******************************************************************************************************************************************************
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 61 source files with javac [debug target 17 module-path] to target/classes
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/src/main/java/org/eclipse/jnosql/communication/reader/CalendarReader.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/src/main/java/org/eclipse/jnosql/communication/reader/CalendarReader.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/src/main/java/org/eclipse/jnosql/communication/DefaultSettings.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/src/main/java/org/eclipse/jnosql/communication/DefaultSettings.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-communication-core ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-communication-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ jnosql-communication-core ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 50 source files with javac [debug target 17 module-path] to target/test-classes
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/src/test/java/org/eclipse/jnosql/communication/reader/LocalDateTimeReaderTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/src/test/java/org/eclipse/jnosql/communication/reader/LocalDateTimeReaderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jnosql-communication-core ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.jnosql.communication.ConditionTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.510 s -- in org.eclipse.jnosql.communication.ConditionTest
[INFO] Running org.eclipse.jnosql.communication.DefaultSettingsTest
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.103 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: 2.574 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.015 s -- in org.eclipse.jnosql.communication.NullValueTest
[INFO] Running org.eclipse.jnosql.communication.ParamValueTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.jnosql.communication.ParamValueTest
[INFO] Running org.eclipse.jnosql.communication.ParamsTest
[INFO] Running org.eclipse.jnosql.communication.ParamsTest$GivenFilledParamsTest
[INFO] Running org.eclipse.jnosql.communication.ParamsTest$GivenFilledParamsTest$WhenBindIsCalled
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.045 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenFilledParamsTest$WhenAddMethodIsCalledTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 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.003 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.005 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest$WhenAddMethodIsCalledTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.eclipse.jnosql.communication.ParamsTest
[INFO] Running org.eclipse.jnosql.communication.SettingsBuilderTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 s -- in org.eclipse.jnosql.communication.SettingsBuilderTest
[INFO] Running org.eclipse.jnosql.communication.ValueReaderDecoratorTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.jnosql.communication.ValueReaderDecoratorTest
[INFO] Running org.eclipse.jnosql.communication.ValueUtilTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.jnosql.communication.ValueUtilTest
[INFO] Running org.eclipse.jnosql.communication.reader.AtomicIntegerReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.180 s -- in org.eclipse.jnosql.communication.reader.AtomicIntegerReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.AtomicLongReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 s -- in org.eclipse.jnosql.communication.reader.AtomicLongReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.BigDecimalReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s -- in org.eclipse.jnosql.communication.reader.BigDecimalReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.BigIntegerReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s -- in org.eclipse.jnosql.communication.reader.BigIntegerReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.BooleanReaderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s -- in org.eclipse.jnosql.communication.reader.BooleanReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.ByteReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 s -- in org.eclipse.jnosql.communication.reader.ByteReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.ByteValueReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.communication.reader.ByteValueReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.CalendarReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.270 s -- in org.eclipse.jnosql.communication.reader.CalendarReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.CharacterReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.180 s -- in org.eclipse.jnosql.communication.reader.CharacterReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.DateReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 s -- in org.eclipse.jnosql.communication.reader.DateReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.DoubleReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.210 s -- in org.eclipse.jnosql.communication.reader.DoubleReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.EnumReaderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.jnosql.communication.reader.EnumReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.FloatReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s -- in org.eclipse.jnosql.communication.reader.FloatReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.IntegerReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.communication.reader.IntegerReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.ListTypeReferenceReaderTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.425 s -- in org.eclipse.jnosql.communication.reader.ListTypeReferenceReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.LocalDateReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s -- in org.eclipse.jnosql.communication.reader.LocalDateReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.LocalDateTimeReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.170 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.139 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.004 s -- in org.eclipse.jnosql.communication.reader.LongReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.MapTypeReferenceReaderTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s -- in org.eclipse.jnosql.communication.reader.MapTypeReferenceReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.NavigableSetTypeReferenceReaderTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.jnosql.communication.reader.NavigableSetTypeReferenceReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.NumberReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.communication.reader.NumberReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.OffsetDateTimeReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 s -- in org.eclipse.jnosql.communication.reader.OffsetDateTimeReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.OffsetTimeReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s -- in org.eclipse.jnosql.communication.reader.OffsetTimeReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.OptionalReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.jnosql.communication.reader.OptionalReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.OptionalTypeReferenceReaderTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.jnosql.communication.reader.OptionalTypeReferenceReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.QueueTypeReferenceReaderTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.jnosql.communication.reader.QueueTypeReferenceReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.SetTypeReferenceReaderTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.jnosql.communication.reader.SetTypeReferenceReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.ShortReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 s -- in org.eclipse.jnosql.communication.reader.ShortReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.ShortValueReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.communication.reader.ShortValueReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.StreamTypeReferenceReaderTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.jnosql.communication.reader.StreamTypeReferenceReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.StringReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 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.008 s -- in org.eclipse.jnosql.communication.reader.YearMonthTest
[INFO] Running org.eclipse.jnosql.communication.reader.YearReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.communication.reader.YearReaderTest
[INFO] Running org.eclipse.jnosql.communication.reader.ZonedDateTimeReaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s -- in org.eclipse.jnosql.communication.reader.ZonedDateTimeReaderTest
[INFO] Running org.eclipse.jnosql.communication.writer.EnumValueWriterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.jnosql.communication.writer.EnumValueWriterTest
[INFO] Running org.eclipse.jnosql.communication.writer.OptionalValueWriterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.communication.writer.OptionalValueWriterTest
[INFO] Running org.eclipse.jnosql.communication.writer.OptionalWriterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.communication.writer.OptionalWriterTest
[INFO] Running org.eclipse.jnosql.communication.writer.TemporalValueWriterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.communication.writer.TemporalValueWriterTest
[INFO] Running org.eclipse.jnosql.communication.writer.TemporalWriterTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.jnosql.communication.writer.TemporalWriterTest
[INFO] Running org.eclipse.jnosql.communication.writer.ValueWriterDecoratorTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.jnosql.communication.writer.ValueWriterDecoratorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 320, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-communication-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/target/jnosql-communication-core-1.1.1-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-communication-core >>>
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-communication-core ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 75 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 112 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 112 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication-core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-communication-core <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-communication-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/target/jnosql-communication-core-1.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-communication-core ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/src/main/java/org/eclipse/jnosql/communication/TypeReference.java:29: warning: no comment
[WARNING] protected TypeReference() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/src/main/java/org/eclipse/jnosql/communication/TypeReferenceReaderDecorator.java:41: warning: no comment
[WARNING] public static TypeReferenceReaderDecorator getInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/src/main/java/org/eclipse/jnosql/communication/ValueReaderDecorator.java:41: warning: no comment
[WARNING] public static ValueReaderDecorator getInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/src/main/java/org/eclipse/jnosql/communication/ValueWriterDecorator.java:44: warning: no comment
[WARNING] public static ValueWriter getInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/src/main/java/module-info.java:17: warning: no comment
[WARNING] module org.eclipse.jnosql.communication.core {
[WARNING] ^
[WARNING] 5 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/target/jnosql-communication-core-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco:0.8.11:report (report) @ jnosql-communication-core ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/target/jacoco.exec
[INFO] Analyzed bundle 'jnosql-communication-core' with 54 classes
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jnosql-communication-core ---
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-core/1.1.1-SNAPSHOT/jnosql-communication-core-1.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/target/jnosql-communication-core-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-core/1.1.1-SNAPSHOT/jnosql-communication-core-1.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/target/jnosql-communication-core-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-core/1.1.1-SNAPSHOT/jnosql-communication-core-1.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/target/jnosql-communication-core-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-core/1.1.1-SNAPSHOT/jnosql-communication-core-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] ----< org.eclipse.jnosql.communication:jnosql-communication-query >-----
[INFO] Building jnosql-communication-query 1.1.1-SNAPSHOT                [4/15]
[INFO]   from jnosql-communication/jnosql-communication-query/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-communication-query ---
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-communication-query ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 76 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 68 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 68 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication-query ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/jacoco.exec
[INFO] 
[INFO] --- antlr4:4.12.0:antlr4 (default) @ jnosql-communication-query ---
[INFO] ANTLR 4: Processing source directory /home/jenkins/agent/workspace/jnosql/antlr4
[INFO] Processing grammar: org/eclipse/jnosql/query/grammar/method/Method.g4
[INFO] Processing grammar: org/eclipse/jnosql/query/grammar/data/JDQL.g4
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-communication-query ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ jnosql-communication-query ---
[WARNING] *******************************************************************************************************************************************************
[WARNING] * Required filename-based automodules detected: [microprofile-config-api-3.1.jar]. Please don't publish this project to a public artifact repository! *
[WARNING] *******************************************************************************************************************************************************
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 51 source files with javac [debug target 17 module-path] to target/classes
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/data/EnumConverter.java: /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/data/EnumConverter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/data/EnumConverter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-communication-query ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-communication-query ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ jnosql-communication-query ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 24 source files with javac [debug target 17 module-path] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jnosql-communication-query ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderAndTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.635 s -- in org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderAndTest
[INFO] Running org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderBetweenTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.930 s -- in org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderBetweenTest
[INFO] Running org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderInTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderInTest
[INFO] Running org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderLikeTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderLikeTest
[INFO] Running org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderNotConditionTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderNotConditionTest
[INFO] Running org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderOrTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderOrTest
[INFO] Running org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderTest
[INFO] Running org.eclipse.jnosql.communication.query.data.EnumConverterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.504 s -- in org.eclipse.jnosql.communication.query.data.EnumConverterTest
[INFO] Running org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderAndTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderAndTest
[INFO] Running org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderBetweenTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s -- in org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderBetweenTest
[INFO] Running org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderInTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderInTest
[INFO] Running org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderLikeTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderLikeTest
[INFO] Running org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderNotConditionTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s -- in org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderNotConditionTest
[INFO] Running org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderOrTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderOrTest
[INFO] Running org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderTest
[INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 s -- in org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderTest
[INFO] Running org.eclipse.jnosql.communication.query.data.UpdateJakartaDataQueryProviderTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.jnosql.communication.query.data.UpdateJakartaDataQueryProviderTest
[INFO] Running org.eclipse.jnosql.communication.query.method.DeleteByMethodQueryProviderTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in org.eclipse.jnosql.communication.query.method.DeleteByMethodQueryProviderTest
[INFO] Running org.eclipse.jnosql.communication.query.method.DeleteMethodProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.communication.query.method.DeleteMethodProviderTest
[INFO] Running org.eclipse.jnosql.communication.query.method.MethodArrayValueTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 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.MethodParamQueryValueTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.jnosql.communication.query.method.MethodParamQueryValueTest
[INFO] Running org.eclipse.jnosql.communication.query.method.MethodQueryTest
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s -- in org.eclipse.jnosql.communication.query.method.MethodQueryTest
[INFO] Running org.eclipse.jnosql.communication.query.method.SelectMethodProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.jnosql.communication.query.method.SelectMethodProviderTest
[INFO] Running org.eclipse.jnosql.communication.query.method.SelectMethodQueryProviderTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s -- in org.eclipse.jnosql.communication.query.method.SelectMethodQueryProviderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 372, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-communication-query ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/jnosql-communication-query-1.1.1-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-communication-query >>>
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-communication-query ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 76 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 68 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 68 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication-query ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/jacoco.exec
[INFO] 
[INFO] --- antlr4:4.12.0:antlr4 (default) @ jnosql-communication-query ---
[INFO] No grammars to process
[INFO] ANTLR 4: Processing source directory /home/jenkins/agent/workspace/jnosql/antlr4
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-communication-query <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-communication-query ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/jnosql-communication-query-1.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-communication-query ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/BooleanQueryValue.java:25: warning: no comment
[WARNING] public static final BooleanQueryValue FALSE = new BooleanQueryValue(false);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/BooleanQueryValue.java:24: warning: no comment
[WARNING] public static final BooleanQueryValue TRUE = new BooleanQueryValue(true);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/data/DefaultQueryCondition.java:18: warning: no comment
[WARNING] public record DefaultQueryCondition(String name, Condition condition, QueryValue<?> value) implements QueryCondition {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/data/DefaultQueryValue.java:33: warning: no comment
[WARNING] public static DefaultQueryValue of(String text) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/method/DeleteByMethodQueryProvider.java:22: warning: no comment
[WARNING] public final class DeleteByMethodQueryProvider extends AbstractMethodQueryProvider implements BiFunction<String, String, DeleteQuery> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/method/AbstractMethodQueryProvider.java:60: warning: no comment
[WARNING] protected boolean and = true;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/method/AbstractMethodQueryProvider.java:58: warning: no comment
[WARNING] protected QueryCondition condition;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/method/AbstractMethodQueryProvider.java:56: warning: no comment
[WARNING] protected Where where;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/method/AbstractMethodQueryProvider.java:195: warning: no comment
[WARNING] protected String getFormatField(String text) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/method/AbstractMethodQueryProvider.java:62: warning: no comment
[WARNING] protected void runQuery(String query) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/method/DeleteMethodProvider.java:29: warning: no comment
[WARNING] INSTANCE;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/data/AbstractWhere.java:39: warning: no comment
[WARNING] protected boolean and = true;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/data/AbstractWhere.java:37: warning: no comment
[WARNING] protected QueryCondition condition;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/data/AbstractWhere.java:41: warning: no comment
[WARNING] protected String entity;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/data/AbstractWhere.java:35: warning: no comment
[WARNING] protected Where where;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/data/AbstractJDQLProvider.java:27: warning: no comment
[WARNING] protected void runQuery(String query) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/EnumQueryValue.java:15: warning: no comment
[WARNING] public record EnumQueryValue(Enum<?> value) implements QueryValue<Enum<?>> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/EnumQueryValue.java:27: warning: no comment
[WARNING] public static EnumQueryValue of(Enum<?> value) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:13: warning: no comment
[WARNING] public class JDQLLexer extends Lexer {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:466: warning: no comment
[WARNING] public static final ATN _ATN =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:16: warning: no comment
[WARNING] protected static final DFA[] _decisionToDFA;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:134: warning: no comment
[WARNING] public static final String _serializedATN =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:17: warning: no comment
[WARNING] protected static final PredictionContextCache _sharedContextCache =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment
[WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment
[WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment
[WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:25: warning: no comment
[WARNING] LOCAL_DATETIME=41, LOCAL_TIME=42, BETWEEN=43, LIKE=44, EQ=45, GT=46, LT=47,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:28: warning: no comment
[WARNING] STRING=63, INTEGER=64, DOUBLE=65, WS=66, LINE_COMMENT=67, BLOCK_COMMENT=68;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment
[WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:29: warning: no comment
[WARNING] public static String[] channelNames = {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:27: warning: no comment
[WARNING] COMMA=56, DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:27: warning: no comment
[WARNING] COMMA=56, DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment
[WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment
[WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment
[WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment
[WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment
[WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:27: warning: no comment
[WARNING] COMMA=56, DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:28: warning: no comment
[WARNING] STRING=63, INTEGER=64, DOUBLE=65, WS=66, LINE_COMMENT=67, BLOCK_COMMENT=68;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:25: warning: no comment
[WARNING] LOCAL_DATETIME=41, LOCAL_TIME=42, BETWEEN=43, LIKE=44, EQ=45, GT=46, LT=47,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment
[WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment
[WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:25: warning: no comment
[WARNING] LOCAL_DATETIME=41, LOCAL_TIME=42, BETWEEN=43, LIKE=44, EQ=45, GT=46, LT=47,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment
[WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:27: warning: no comment
[WARNING] COMMA=56, DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment
[WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:28: warning: no comment
[WARNING] STRING=63, INTEGER=64, DOUBLE=65, WS=66, LINE_COMMENT=67, BLOCK_COMMENT=68;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment
[WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment
[WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment
[WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:25: warning: no comment
[WARNING] LOCAL_DATETIME=41, LOCAL_TIME=42, BETWEEN=43, LIKE=44, EQ=45, GT=46, LT=47,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:28: warning: no comment
[WARNING] STRING=63, INTEGER=64, DOUBLE=65, WS=66, LINE_COMMENT=67, BLOCK_COMMENT=68;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment
[WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:25: warning: no comment
[WARNING] LOCAL_DATETIME=41, LOCAL_TIME=42, BETWEEN=43, LIKE=44, EQ=45, GT=46, LT=47,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:25: warning: no comment
[WARNING] LOCAL_DATETIME=41, LOCAL_TIME=42, BETWEEN=43, LIKE=44, EQ=45, GT=46, LT=47,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment
[WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:27: warning: no comment
[WARNING] COMMA=56, DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:25: warning: no comment
[WARNING] LOCAL_DATETIME=41, LOCAL_TIME=42, BETWEEN=43, LIKE=44, EQ=45, GT=46, LT=47,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment
[WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment
[WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:33: warning: no comment
[WARNING] public static String[] modeNames = {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment
[WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment
[WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment
[WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment
[WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment
[WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment
[WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment
[WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:27: warning: no comment
[WARNING] COMMA=56, DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment
[WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:27: warning: no comment
[WARNING] COMMA=56, DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:50: warning: no comment
[WARNING] public static final String[] ruleNames = makeRuleNames();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, SELECT=15, UPDATE=16,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment
[WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:28: warning: no comment
[WARNING] STRING=63, INTEGER=64, DOUBLE=65, WS=66, LINE_COMMENT=67, BLOCK_COMMENT=68;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, SELECT=15, UPDATE=16,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, SELECT=15, UPDATE=16,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, SELECT=15, UPDATE=16,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, SELECT=15, UPDATE=16,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:20: warning: no comment
[WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, SELECT=15, UPDATE=16,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment
[WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:21: warning: no comment
[WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, SELECT=15, UPDATE=16,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment
[WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:77: warning: no comment
[WARNING] public static final Vocabulary VOCABULARY = new VocabularyImpl(_LITERAL_NAMES, _SYMBOLIC_NAMES);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment
[WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:28: warning: no comment
[WARNING] STRING=63, INTEGER=64, DOUBLE=65, WS=66, LINE_COMMENT=67, BLOCK_COMMENT=68;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:111: warning: no comment
[WARNING] public JDQLLexer(CharStream input) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:13: warning: no comment
[WARNING] public class JDQLParser extends Parser {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:768: warning: no comment
[WARNING] public static class Aggregate_expressionContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:1164: warning: no comment
[WARNING] public static class Between_expressionContext extends ParserRuleContext {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:1102: warning: no comment
[WARNING] public static class Comparison_expressionContext extends ParserRuleContext {
[WARNING] ^
[WARNING] 100 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/jnosql-communication-query-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco:0.8.11:report (report) @ jnosql-communication-query ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/jacoco.exec
[INFO] Analyzed bundle 'jnosql-communication-query' with 93 classes
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jnosql-communication-query ---
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-query/1.1.1-SNAPSHOT/jnosql-communication-query-1.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/jnosql-communication-query-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-query/1.1.1-SNAPSHOT/jnosql-communication-query-1.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/jnosql-communication-query-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-query/1.1.1-SNAPSHOT/jnosql-communication-query-1.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/jnosql-communication-query-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-query/1.1.1-SNAPSHOT/jnosql-communication-query-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --< org.eclipse.jnosql.communication:jnosql-communication-key-value >---
[INFO] Building jnosql-communication-key-value 1.1.1-SNAPSHOT            [5/15]
[INFO]   from jnosql-communication/jnosql-communication-key-value/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-communication-key-value ---
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-communication-key-value ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 75 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 11 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 11 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication-key-value ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-communication-key-value ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ jnosql-communication-key-value ---
[INFO] Required filename-based automodules detected: [microprofile-config-api-3.1.jar]. Please don't publish this project to a public artifact repository!
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 8 source files with javac [debug target 17 module-path] to target/classes
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/src/main/java/org/eclipse/jnosql/communication/keyvalue/KeyValueConfiguration.java: /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/src/main/java/org/eclipse/jnosql/communication/keyvalue/KeyValueConfiguration.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/src/main/java/org/eclipse/jnosql/communication/keyvalue/KeyValueConfiguration.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-communication-key-value ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-communication-key-value ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ jnosql-communication-key-value ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug target 17 module-path] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jnosql-communication-key-value ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.jnosql.communication.keyvalue.KeyValueEntityParamsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.380 s -- in org.eclipse.jnosql.communication.keyvalue.KeyValueEntityParamsTest
[INFO] Running org.eclipse.jnosql.communication.keyvalue.KeyValueEntityTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.968 s -- in org.eclipse.jnosql.communication.keyvalue.KeyValueEntityTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-communication-key-value ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/target/jnosql-communication-key-value-1.1.1-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-communication-key-value >>>
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-communication-key-value ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 75 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 11 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 11 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication-key-value ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-communication-key-value <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-communication-key-value ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/target/jnosql-communication-key-value-1.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-communication-key-value ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/src/main/java/org/eclipse/jnosql/communication/keyvalue/KeyValuePreparedStatement.java:25: warning: no comment
[WARNING] public interface KeyValuePreparedStatement {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/src/main/java/module-info.java:12: warning: no comment
[WARNING] module org.eclipse.jnosql.communication.key.value {
[WARNING] ^
[WARNING] 2 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/target/jnosql-communication-key-value-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco:0.8.11:report (report) @ jnosql-communication-key-value ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/target/jacoco.exec
[INFO] Analyzed bundle 'jnosql-communication-key-value' with 4 classes
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jnosql-communication-key-value ---
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-key-value/1.1.1-SNAPSHOT/jnosql-communication-key-value-1.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/target/jnosql-communication-key-value-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-key-value/1.1.1-SNAPSHOT/jnosql-communication-key-value-1.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/target/jnosql-communication-key-value-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-key-value/1.1.1-SNAPSHOT/jnosql-communication-key-value-1.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/target/jnosql-communication-key-value-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-key-value/1.1.1-SNAPSHOT/jnosql-communication-key-value-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --< org.eclipse.jnosql.communication:jnosql-communication-semistructured >--
[INFO] Building jnosql-communication-semistructured 1.1.1-SNAPSHOT       [6/15]
[INFO]   from jnosql-communication/jnosql-communication-semistructured/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-communication-semistructured ---
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-communication-semistructured ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 75 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 55 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 55 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication-semistructured ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-communication-semistructured ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ jnosql-communication-semistructured ---
[INFO] Required filename-based automodules detected: [microprofile-config-api-3.1.jar]. Please don't publish this project to a public artifact repository!
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 34 source files with javac [debug target 17 module-path] to target/classes
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/src/main/java/org/eclipse/jnosql/communication/semistructured/CriteriaCondition.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/src/main/java/org/eclipse/jnosql/communication/semistructured/CriteriaCondition.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-communication-semistructured ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-communication-semistructured ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ jnosql-communication-semistructured ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 20 source files with javac [debug target 17 module-path] to target/test-classes
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/src/test/java/org/eclipse/jnosql/communication/semistructured/CommunicationEntityTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/src/test/java/org/eclipse/jnosql/communication/semistructured/CommunicationEntityTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jnosql-communication-semistructured ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.jnosql.communication.semistructured.CommunicationEntityTest
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.847 s -- in org.eclipse.jnosql.communication.semistructured.CommunicationEntityTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.DatabaseConfigurationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.jnosql.communication.semistructured.DatabaseConfigurationTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.DatabaseManagerTest
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.715 s -- in org.eclipse.jnosql.communication.semistructured.DatabaseManagerTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultDeleteQueryBuilderTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.jnosql.communication.semistructured.DefaultDeleteQueryBuilderTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultElementConditionTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.jnosql.communication.semistructured.DefaultElementConditionTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultElementDeleteQueryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.jnosql.communication.semistructured.DefaultElementDeleteQueryTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultElementQueryBuilderTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.eclipse.jnosql.communication.semistructured.DefaultElementQueryBuilderTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultElementQueryParserTest
[WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.464 s -- in org.eclipse.jnosql.communication.semistructured.DefaultElementQueryParserTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultElementQueryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.jnosql.communication.semistructured.DefaultElementQueryTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultSelectQueryBuilderTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.eclipse.jnosql.communication.semistructured.DefaultSelectQueryBuilderTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultUpdateQueryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 s -- in org.eclipse.jnosql.communication.semistructured.DefaultUpdateQueryTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.DeleteQueryParserTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 s -- in org.eclipse.jnosql.communication.semistructured.DeleteQueryParserTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.ElementDeleteQueryParamsTest
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 s -- in org.eclipse.jnosql.communication.semistructured.ElementDeleteQueryParamsTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.ElementDeleteQueryTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.jnosql.communication.semistructured.ElementDeleteQueryTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.ElementParamsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.communication.semistructured.ElementParamsTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.ElementTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.jnosql.communication.semistructured.ElementTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.ElementsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.jnosql.communication.semistructured.ElementsTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.SelectQueryParserTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s -- in org.eclipse.jnosql.communication.semistructured.SelectQueryParserTest
[INFO] Running org.eclipse.jnosql.communication.semistructured.UpdateQueryParserTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.eclipse.jnosql.communication.semistructured.UpdateQueryParserTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 280, Failures: 0, Errors: 0, Skipped: 2
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-communication-semistructured ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/target/jnosql-communication-semistructured-1.1.1-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-communication-semistructured >>>
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-communication-semistructured ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 75 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 55 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 55 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication-semistructured ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-communication-semistructured <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-communication-semistructured ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/target/jnosql-communication-semistructured-1.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-communication-semistructured ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/src/main/java/org/eclipse/jnosql/communication/semistructured/QueryParser.java:39: warning: no @param for entity
[WARNING] public Stream<CommunicationEntity> query(String query, String entity, DatabaseManager manager, CommunicationObserverParser observer) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/src/main/java/org/eclipse/jnosql/communication/semistructured/QueryParser.java:61: warning: no @param for entity
[WARNING] public CommunicationPreparedStatement prepare(String query, String entity, DatabaseManager manager, CommunicationObserverParser observer) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/src/main/java/org/eclipse/jnosql/communication/semistructured/SelectQueryParser.java:28: warning: no comment
[WARNING] public final class SelectQueryParser implements BiFunction<org.eclipse.jnosql.communication.query.SelectQuery, CommunicationObserverParser, QueryParams> {
[WARNING] ^
[WARNING] 3 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/target/jnosql-communication-semistructured-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco:0.8.11:report (report) @ jnosql-communication-semistructured ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/target/jacoco.exec
[INFO] Analyzed bundle 'jnosql-communication-semistructured' with 37 classes
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jnosql-communication-semistructured ---
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-semistructured/1.1.1-SNAPSHOT/jnosql-communication-semistructured-1.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/target/jnosql-communication-semistructured-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-semistructured/1.1.1-SNAPSHOT/jnosql-communication-semistructured-1.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/target/jnosql-communication-semistructured-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-semistructured/1.1.1-SNAPSHOT/jnosql-communication-semistructured-1.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/target/jnosql-communication-semistructured-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-semistructured/1.1.1-SNAPSHOT/jnosql-communication-semistructured-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] ----------< org.eclipse.jnosql.mapping:jnosql-mapping-parent >----------
[INFO] Building jnosql-mapping-parent 1.1.1-SNAPSHOT                     [7/15]
[INFO]   from jnosql-mapping/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-parent ---
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-parent ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 70 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 1 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-mapping/target/jacoco.exec
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-parent ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-parent >>>
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-parent ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 70 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 1 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-mapping/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-parent <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-parent ---
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jnosql-mapping-parent ---
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-parent/1.1.1-SNAPSHOT/jnosql-mapping-parent-1.1.1-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.eclipse.jnosql.mapping:jnosql-mapping-api-core >---------
[INFO] Building jnosql-mapping-api-core 1.1.1-SNAPSHOT                   [8/15]
[INFO]   from jnosql-mapping/jnosql-mapping-api-core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-api-core ---
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-api-core ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 63 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 63 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-api-core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-api-core ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ jnosql-mapping-api-core ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 33 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-api-core ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-api-core ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ jnosql-mapping-api-core ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 27 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/src/test/java/org/eclipse/jnosql/mapping/metadata/ConstructorBuilderTest.java: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/src/test/java/org/eclipse/jnosql/mapping/metadata/ConstructorBuilderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/src/test/java/org/eclipse/jnosql/mapping/metadata/ConstructorBuilderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-api-core ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.jnosql.mapping.DatabaseMetadataTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.584 s -- in org.eclipse.jnosql.mapping.DatabaseMetadataTest
[INFO] Running org.eclipse.jnosql.mapping.DatabaseQualifierTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.jnosql.mapping.DatabaseQualifierTest
[INFO] Running org.eclipse.jnosql.mapping.DatabasesTest
May 18, 2024 5:02:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 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.EntityPostPersistTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.jnosql.mapping.EntityPostPersistTest
[INFO] Running org.eclipse.jnosql.mapping.EntityPrePersistTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 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.010 s -- in org.eclipse.jnosql.mapping.IdNotFoundExceptionTest
[INFO] Running org.eclipse.jnosql.mapping.metadata.ClassInformationNotFoundExceptionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.mapping.metadata.ClassInformationNotFoundExceptionTest
[INFO] Running org.eclipse.jnosql.mapping.metadata.ConstructorBuilderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.693 s -- in org.eclipse.jnosql.mapping.metadata.ConstructorBuilderTest
[INFO] Running org.eclipse.jnosql.mapping.metadata.DefaultFieldValueTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.608 s -- in org.eclipse.jnosql.mapping.metadata.DefaultFieldValueTest
[INFO] Running org.eclipse.jnosql.mapping.metadata.InheritanceMetadataTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.503 s -- in org.eclipse.jnosql.mapping.metadata.InheritanceMetadataTest
[INFO] Running org.eclipse.jnosql.mapping.metadata.MappingTypeTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.eclipse.jnosql.mapping.metadata.MappingTypeTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-api-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/target/jnosql-mapping-api-core-1.1.1-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-api-core >>>
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-api-core ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 63 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 63 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-api-core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-api-core <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-api-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/target/jnosql-mapping-api-core-1.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-api-core ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in https://www.jnosql.org/jnosql-communication/jnosql-communication-core/apidocs/ are in named modules.
[WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in https://www.jnosql.org/jnosql-communication/jnosql-communication-query/apidocs/ are in named modules.
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/metadata/DefaultFieldValue.java:21: warning: no comment
[WARNING] public DefaultFieldValue(Object value, FieldMetadata field) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/metadata/DefaultFieldValue.java:19: warning: no comment
[WARNING] public record DefaultFieldValue(Object value, FieldMetadata field) implements FieldValue {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/EntityPostPersist.java:61: warning: no comment
[WARNING] public static EntityPostPersist of(Object value) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/EntityPrePersist.java:60: warning: no comment
[WARNING] public static EntityPrePersist of(Object value) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/IdNotFoundException.java:29: warning: no comment
[WARNING] public static final Supplier<IdNotFoundException> KEY_NOT_FOUND_EXCEPTION_SUPPLIER = ()
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/IdNotFoundException.java:41: warning: no comment
[WARNING] public static IdNotFoundException newInstance(Class<?> type) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/metadata/MappingType.java:28: warning: no comment
[WARNING] EMBEDDED, EMBEDDED_GROUP, MAP, COLLECTION, DEFAULT, ENTITY;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/metadata/MappingType.java:28: warning: no comment
[WARNING] EMBEDDED, EMBEDDED_GROUP, MAP, COLLECTION, DEFAULT, ENTITY;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/metadata/MappingType.java:28: warning: no comment
[WARNING] EMBEDDED, EMBEDDED_GROUP, MAP, COLLECTION, DEFAULT, ENTITY;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/metadata/MappingType.java:28: warning: no comment
[WARNING] EMBEDDED, EMBEDDED_GROUP, MAP, COLLECTION, DEFAULT, ENTITY;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/metadata/MappingType.java:28: warning: no comment
[WARNING] EMBEDDED, EMBEDDED_GROUP, MAP, COLLECTION, DEFAULT, ENTITY;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/metadata/MappingType.java:28: warning: no comment
[WARNING] EMBEDDED, EMBEDDED_GROUP, MAP, COLLECTION, DEFAULT, ENTITY;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/DatabaseQualifier.java:41: warning: no comment
[WARNING] private final String provider;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/DatabaseQualifier.java:43: warning: no comment
[WARNING] private final DatabaseType type;
[WARNING] ^
[WARNING] 16 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/target/jnosql-mapping-api-core-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-api-core ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/target/jacoco.exec
[INFO] Analyzed bundle 'jnosql-mapping-api-core' with 16 classes
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jnosql-mapping-api-core ---
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-api-core/1.1.1-SNAPSHOT/jnosql-mapping-api-core-1.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/target/jnosql-mapping-api-core-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-api-core/1.1.1-SNAPSHOT/jnosql-mapping-api-core-1.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/target/jnosql-mapping-api-core-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-api-core/1.1.1-SNAPSHOT/jnosql-mapping-api-core-1.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/target/jnosql-mapping-api-core-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-api-core/1.1.1-SNAPSHOT/jnosql-mapping-api-core-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --------< org.eclipse.jnosql.mapping:jnosql-mapping-reflection >--------
[INFO] Building jnosql-mapping-reflection 1.1.1-SNAPSHOT                 [9/15]
[INFO]   from jnosql-mapping/jnosql-mapping-reflection/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-reflection ---
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-reflection ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 108 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 108 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-reflection ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-reflection ---
[INFO] Copying 5 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ jnosql-mapping-reflection ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 33 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/Reflections.java: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/Reflections.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/Reflections.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/Reflections.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/Reflections.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-reflection ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-reflection ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ jnosql-mapping-reflection ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 72 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/src/test/java/org/eclipse/jnosql/mapping/reflection/MappingTypeTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/src/test/java/org/eclipse/jnosql/mapping/reflection/MappingTypeTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-reflection ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.jnosql.mapping.reflection.ClassConverterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.eclipse.jnosql.mapping.reflection.ClassConverterTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.ClassGraphClassScannerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.794 s -- in org.eclipse.jnosql.mapping.reflection.ClassGraphClassScannerTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.ConstructorComparableTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.jnosql.mapping.reflection.ConstructorComparableTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.ConstructorEventTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.eclipse.jnosql.mapping.reflection.ConstructorEventTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.ConstructorMetadataBuilderTest
May 18, 2024 5:02:34 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
May 18, 2024 5:02:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 601afd4a-43a6-4020-8af7-8c05f55328b1 initialized
May 18, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 601afd4a-43a6-4020-8af7-8c05f55328b1 shut down
May 18, 2024 5:02:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ee72e333-bbe2-40e8-82f0-d44be08fb63b initialized
May 18, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ee72e333-bbe2-40e8-82f0-d44be08fb63b shut down
May 18, 2024 5:02:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a82bff43-55b9-4c64-95cf-3f3dbf3526d3 initialized
May 18, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a82bff43-55b9-4c64-95cf-3f3dbf3526d3 shut down
May 18, 2024 5:02:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1a495571-8969-44cb-ba76-6c87722a17c9 initialized
May 18, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1a495571-8969-44cb-ba76-6c87722a17c9 shut down
May 18, 2024 5:02:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1c253c86-8c1c-413c-8bb1-640596a0d28b initialized
May 18, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1c253c86-8c1c-413c-8bb1-640596a0d28b shut down
May 18, 2024 5:02:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container be337e1e-8f80-4464-a31e-3a12a22bca65 initialized
May 18, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container be337e1e-8f80-4464-a31e-3a12a22bca65 shut down
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.311 s -- in org.eclipse.jnosql.mapping.reflection.ConstructorMetadataBuilderTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultConstructorBuilderTest
May 18, 2024 5:02:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dacbc316-2b04-4133-9c5b-7492a1e4db85 initialized
May 18, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dacbc316-2b04-4133-9c5b-7492a1e4db85 shut down
May 18, 2024 5:02:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f7fe3ced-d778-4f9e-8e0b-d9b5bb6fc53e initialized
May 18, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f7fe3ced-d778-4f9e-8e0b-d9b5bb6fc53e shut down
May 18, 2024 5:02:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 57f967c3-2e15-4402-ac9b-097bbecbc776 initialized
May 18, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 57f967c3-2e15-4402-ac9b-097bbecbc776 shut down
May 18, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3925f66d-c50a-4f9e-a9cd-686d9cae25c4 initialized
May 18, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3925f66d-c50a-4f9e-a9cd-686d9cae25c4 shut down
May 18, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 220d0611-061f-421e-80a3-a2e2ef1a1eb6 initialized
May 18, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 220d0611-061f-421e-80a3-a2e2ef1a1eb6 shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.301 s -- in org.eclipse.jnosql.mapping.reflection.DefaultConstructorBuilderTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultEntitiesMetadataTest
May 18, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container df61b079-5546-4205-851a-27340bdbf210 initialized
May 18, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container df61b079-5546-4205-851a-27340bdbf210 shut down
May 18, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 546898f9-fa6b-496d-b3f0-d8c846035b1f initialized
May 18, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 546898f9-fa6b-496d-b3f0-d8c846035b1f shut down
May 18, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e4533d53-b88f-49f3-b83e-2c6ac48bcd50 initialized
May 18, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e4533d53-b88f-49f3-b83e-2c6ac48bcd50 shut down
May 18, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2a7dcb28-43e8-4352-88b9-0ac6bad9e9da initialized
May 18, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2a7dcb28-43e8-4352-88b9-0ac6bad9e9da shut down
May 18, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c6bbca12-fbec-4e33-a448-e40143cb9495 initialized
May 18, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c6bbca12-fbec-4e33-a448-e40143cb9495 shut down
May 18, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8aabf9a1-48d9-46d4-bb39-20b79f7644eb initialized
May 18, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8aabf9a1-48d9-46d4-bb39-20b79f7644eb shut down
May 18, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c3b28fdb-2751-4fc1-bf2a-74e2bb559b32 initialized
May 18, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c3b28fdb-2751-4fc1-bf2a-74e2bb559b32 shut down
May 18, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 246d7660-2675-4ba3-a467-ffb87d953271 initialized
May 18, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 246d7660-2675-4ba3-a467-ffb87d953271 shut down
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.874 s -- in org.eclipse.jnosql.mapping.reflection.DefaultEntitiesMetadataTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultEntityMetadataTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s -- in org.eclipse.jnosql.mapping.reflection.DefaultEntityMetadataTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultFieldMetadataTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 s -- in org.eclipse.jnosql.mapping.reflection.DefaultFieldMetadataTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultGenericFieldMetaDataTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.jnosql.mapping.reflection.DefaultGenericFieldMetaDataTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultGenericParameterMetaDataTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.jnosql.mapping.reflection.DefaultGenericParameterMetaDataTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultParameterMetaDataTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.jnosql.mapping.reflection.DefaultParameterMetaDataTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.EmbeddedFieldMetadataTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.jnosql.mapping.reflection.EmbeddedFieldMetadataTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.FieldMetadataTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.jnosql.mapping.reflection.FieldMetadataTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.MappingTypeTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 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.011 s -- in org.eclipse.jnosql.mapping.reflection.ParameterMetaDataBuilderTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.ReflectionClassConverterJavaFieldParserTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.jnosql.mapping.reflection.ReflectionClassConverterJavaFieldParserTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.ReflectionClassConverterTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.jnosql.mapping.reflection.ReflectionClassConverterTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.ReflectionConstructorBuilderSupplierTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.283 s -- in org.eclipse.jnosql.mapping.reflection.ReflectionConstructorBuilderSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.ReflectionsTest
May 18, 2024 5:02:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7fdb46eb-96d8-4cb9-ab77-d476efd8e015 initialized
May 18, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7fdb46eb-96d8-4cb9-ab77-d476efd8e015 shut down
May 18, 2024 5:02:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e8d00257-4c60-451c-8593-55c56c7db175 initialized
May 18, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e8d00257-4c60-451c-8593-55c56c7db175 shut down
May 18, 2024 5:02:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 87d79522-ca68-4f2a-94bd-3b145b02c86e initialized
May 18, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 87d79522-ca68-4f2a-94bd-3b145b02c86e shut down
May 18, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6ea05da0-28c5-47e6-857a-3614770df816 initialized
May 18, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6ea05da0-28c5-47e6-857a-3614770df816 shut down
May 18, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container efceeb40-96be-4bc0-8968-252cce05a9c0 initialized
May 18, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container efceeb40-96be-4bc0-8968-252cce05a9c0 shut down
May 18, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d8d4015c-2ccd-4f51-a5a9-984150dea72c initialized
May 18, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d8d4015c-2ccd-4f51-a5a9-984150dea72c shut down
May 18, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c954050d-8161-41e3-be9a-96a807075d04 initialized
May 18, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c954050d-8161-41e3-be9a-96a807075d04 shut down
May 18, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 90f00227-ce0a-4241-9f4c-a70abf856811 initialized
May 18, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 90f00227-ce0a-4241-9f4c-a70abf856811 shut down
May 18, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1d2ca733-efa4-4039-a972-b730df74f726 initialized
May 18, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1d2ca733-efa4-4039-a972-b730df74f726 shut down
May 18, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1eab29b9-679f-423b-8ce9-bc186b9f8b86 initialized
May 18, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1eab29b9-679f-423b-8ce9-bc186b9f8b86 shut down
May 18, 2024 5:02:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 179144b3-cfa0-4631-a78b-f78e723462be initialized
May 18, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 179144b3-cfa0-4631-a78b-f78e723462be shut down
May 18, 2024 5:02:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 48aa7481-246f-442e-899d-cf569234af6c initialized
May 18, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 48aa7481-246f-442e-899d-cf569234af6c shut down
May 18, 2024 5:02:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8bbcaae4-4be2-41b1-8d0a-e1bc4fe3b9a8 initialized
May 18, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8bbcaae4-4be2-41b1-8d0a-e1bc4fe3b9a8 shut down
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.251 s -- in org.eclipse.jnosql.mapping.reflection.ReflectionsTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.RepositoryFilterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.jnosql.mapping.reflection.RepositoryFilterTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.StringUtilsTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.jnosql.mapping.reflection.StringUtilsTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.collection.DequeSupplierTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.mapping.reflection.collection.DequeSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.collection.ListSupplierTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.mapping.reflection.collection.ListSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.collection.SetSupplierTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.mapping.reflection.collection.SetSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.reflection.collection.TreeSetSupplierTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.mapping.reflection.collection.TreeSetSupplierTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 152, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-reflection ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/target/jnosql-mapping-reflection-1.1.1-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-reflection >>>
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-reflection ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 108 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 108 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-reflection ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-reflection <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-reflection ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/target/jnosql-mapping-reflection-1.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-reflection ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/ConstructorEvent.java:76: warning: no comment
[WARNING] public static ConstructorEvent of(Constructor<?> constructor, Object[] params) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/ConstructorException.java:25: warning: no comment
[WARNING] public ConstructorException(Class<?> type) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:46: warning: no comment
[WARNING] protected final Class<? extends AttributeConverter<?, ?>> converter;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:40: warning: no comment
[WARNING] protected final Field field;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:44: warning: no comment
[WARNING] protected final String fieldName;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:38: warning: no comment
[WARNING] protected final MappingType mappingType;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:42: warning: no comment
[WARNING] protected final String name;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:48: warning: no comment
[WARNING] protected final FieldReader reader;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:52: warning: no comment
[WARNING] protected final Class<?> type;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:54: warning: no comment
[WARNING] protected final String udt;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:50: warning: no comment
[WARNING] protected final FieldWriter writer;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/ReflectionClassConverter.java:40: warning: no comment
[WARNING] public final class ReflectionClassConverter implements ClassConverter {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/ReflectionClassConverter.java:47: warning: no comment
[WARNING] public ReflectionClassConverter() {
[WARNING] ^
[WARNING] 13 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/target/jnosql-mapping-reflection-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-reflection ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/target/jacoco.exec
[INFO] Analyzed bundle 'jnosql-mapping-reflection' with 30 classes
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jnosql-mapping-reflection ---
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-reflection/1.1.1-SNAPSHOT/jnosql-mapping-reflection-1.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/target/jnosql-mapping-reflection-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-reflection/1.1.1-SNAPSHOT/jnosql-mapping-reflection-1.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/target/jnosql-mapping-reflection-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-reflection/1.1.1-SNAPSHOT/jnosql-mapping-reflection-1.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/target/jnosql-mapping-reflection-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-reflection/1.1.1-SNAPSHOT/jnosql-mapping-reflection-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] -----------< org.eclipse.jnosql.mapping:jnosql-mapping-core >-----------
[INFO] Building jnosql-mapping-core 1.1.1-SNAPSHOT                      [10/15]
[INFO]   from jnosql-mapping/jnosql-mapping-core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-core ---
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-core ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 111 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 111 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-core ---
[INFO] Copying 5 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ jnosql-mapping-core ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 35 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/config/MicroProfileSettings.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/config/MicroProfileSettings.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-core ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-core ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ jnosql-mapping-core ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 73 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/src/test/java/org/eclipse/jnosql/mapping/core/query/RepositoryTypeTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/src/test/java/org/eclipse/jnosql/mapping/core/query/RepositoryTypeTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-core ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.jnosql.mapping.core.ConvertersTest
May 18, 2024 5:02:55 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
May 18, 2024 5:02:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:02:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e211004f-17df-4b67-b57d-7ac8044bc841 initialized
May 18, 2024 5:03:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e211004f-17df-4b67-b57d-7ac8044bc841 shut down
May 18, 2024 5:03:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7c582b83-ccd2-4926-9351-2ecdf5bd7046 initialized
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
May 18, 2024 5:03:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7c582b83-ccd2-4926-9351-2ecdf5bd7046 shut down
May 18, 2024 5:03:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f0df20a7-5e3b-46dc-87c1-8d501aab13f7 initialized
May 18, 2024 5:03:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f0df20a7-5e3b-46dc-87c1-8d501aab13f7 shut down
May 18, 2024 5:03:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 00a22956-4866-4d8c-954e-a7de9a14260d initialized
May 18, 2024 5:03:03 AM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.core.VetedConverter not found on CDI context, creating by constructor
May 18, 2024 5:03:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 00a22956-4866-4d8c-954e-a7de9a14260d shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.769 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.102 s -- in org.eclipse.jnosql.mapping.core.DatabaseMetadataTest
[INFO] Running org.eclipse.jnosql.mapping.core.DatabaseQualifierTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.jnosql.mapping.core.DatabaseQualifierTest
[INFO] Running org.eclipse.jnosql.mapping.core.NoSQLPageTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.857 s -- in org.eclipse.jnosql.mapping.core.NoSQLPageTest
[INFO] Running org.eclipse.jnosql.mapping.core.config.MappingConfigurationsTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 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.291 s -- in org.eclipse.jnosql.mapping.core.config.MicroProfileSettingsTest
[INFO] Running org.eclipse.jnosql.mapping.core.query.AbstractRepositoryTest
May 18, 2024 5:03:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5d069d65-9c7c-4734-8ddb-f46e5d0d7679 initialized
May 18, 2024 5:03:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5d069d65-9c7c-4734-8ddb-f46e5d0d7679 shut down
May 18, 2024 5:03:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 817bbfd0-e766-42d0-98b8-ff4cffa04f32 initialized
May 18, 2024 5:03:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 817bbfd0-e766-42d0-98b8-ff4cffa04f32 shut down
May 18, 2024 5:03:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b827965b-792e-4476-84dc-92efd36bb293 initialized
May 18, 2024 5:03:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b827965b-792e-4476-84dc-92efd36bb293 shut down
May 18, 2024 5:03:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e8813c96-06f8-4aae-ae67-59780cb99d99 initialized
May 18, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e8813c96-06f8-4aae-ae67-59780cb99d99 shut down
May 18, 2024 5:03:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c24be8a3-9b1b-4e4a-9f66-b8d483e0ff9f initialized
May 18, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c24be8a3-9b1b-4e4a-9f66-b8d483e0ff9f shut down
May 18, 2024 5:03:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d28f7518-ebf4-4ea4-8bd9-f109f49e3f96 initialized
May 18, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d28f7518-ebf4-4ea4-8bd9-f109f49e3f96 shut down
May 18, 2024 5:03:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4fe58817-650e-418f-bc5c-feb1ce7dac9e initialized
May 18, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4fe58817-650e-418f-bc5c-feb1ce7dac9e shut down
May 18, 2024 5:03:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4c830188-5414-45d7-99b8-f68ee0256e72 initialized
May 18, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4c830188-5414-45d7-99b8-f68ee0256e72 shut down
May 18, 2024 5:03:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b5f91b79-e5a1-4761-8067-d1a595dbe182 initialized
May 18, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b5f91b79-e5a1-4761-8067-d1a595dbe182 shut down
May 18, 2024 5:03:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 62b144e4-7ab3-4615-9583-3d911076c49b initialized
May 18, 2024 5:03:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 62b144e4-7ab3-4615-9583-3d911076c49b shut down
May 18, 2024 5:03:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e6ad4232-5b05-42ad-aeaa-1e8e909c7fd3 initialized
May 18, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e6ad4232-5b05-42ad-aeaa-1e8e909c7fd3 shut down
May 18, 2024 5:03:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 53a8b889-9fe8-41a5-a763-b8bc35eb93fb initialized
May 18, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 53a8b889-9fe8-41a5-a763-b8bc35eb93fb shut down
May 18, 2024 5:03:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ca163fd3-c678-48ee-91dc-923e483d63ff initialized
May 18, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ca163fd3-c678-48ee-91dc-923e483d63ff shut down
May 18, 2024 5:03:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0376fbab-2f77-415e-bfcd-d3e8e8559902 initialized
May 18, 2024 5:03:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0376fbab-2f77-415e-bfcd-d3e8e8559902 shut down
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.188 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.712 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.485 s -- in org.eclipse.jnosql.mapping.core.query.RepositoryTypeTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.DefaultRepositoryReturnTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.eclipse.jnosql.mapping.core.repository.DefaultRepositoryReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.DynamicQueryMethodReturnTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 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.171 s -- in org.eclipse.jnosql.mapping.core.repository.DynamicReturnPaginationTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.DynamicReturnTest
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.jnosql.mapping.core.repository.DynamicReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.RepositoryObserverParserTest
May 18, 2024 5:03:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 29d00b9e-218f-4ac6-951a-4d92cb488527 initialized
May 18, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 29d00b9e-218f-4ac6-951a-4d92cb488527 shut down
May 18, 2024 5:03:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0d401dd5-2b2c-4b2c-a74d-0b5a9a853eeb initialized
May 18, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0d401dd5-2b2c-4b2c-a74d-0b5a9a853eeb shut down
May 18, 2024 5:03:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c24c6a05-89f8-41e4-831d-ce46c000bf5b initialized
May 18, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c24c6a05-89f8-41e4-831d-ce46c000bf5b shut down
May 18, 2024 5:03:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7da1d590-5756-4b85-879e-c8b85d60e581 initialized
May 18, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7da1d590-5756-4b85-879e-c8b85d60e581 shut down
May 18, 2024 5:03:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1ccf0f4b-a87d-46bf-a034-d3347ed699a7 initialized
May 18, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1ccf0f4b-a87d-46bf-a034-d3347ed699a7 shut down
May 18, 2024 5:03:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9cf83475-0859-450e-89c3-3e0352cc3ccb initialized
May 18, 2024 5:03:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9cf83475-0859-450e-89c3-3e0352cc3ccb shut down
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.904 s -- in org.eclipse.jnosql.mapping.core.repository.RepositoryObserverParserTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.RepositoryReflectionUtilsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.jnosql.mapping.core.repository.RepositoryReflectionUtilsTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.SpecialParametersTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.eclipse.jnosql.mapping.core.repository.SpecialParametersTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.InstanceRepositoryReturnTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 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.008 s -- in org.eclipse.jnosql.mapping.core.repository.returns.ListRepositoryReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.OptionalRepositoryReturnTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.jnosql.mapping.core.repository.returns.OptionalRepositoryReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.PageRepositoryReturnTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.jnosql.mapping.core.repository.returns.PageRepositoryReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.QueueRepositoryReturnTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.jnosql.mapping.core.repository.returns.QueueRepositoryReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.SetRepositoryReturnTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.jnosql.mapping.core.repository.returns.SetRepositoryReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.SortedSetRepositoryReturnTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.jnosql.mapping.core.repository.returns.SortedSetRepositoryReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.StreamRepositoryReturnTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.jnosql.mapping.core.repository.returns.StreamRepositoryReturnTest
[INFO] Running org.eclipse.jnosql.mapping.core.spi.AbstractBeanTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.mapping.core.spi.AbstractBeanTest
[INFO] Running org.eclipse.jnosql.mapping.core.util.AnnotationLiteralUtilTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.mapping.core.util.AnnotationLiteralUtilTest
[INFO] Running org.eclipse.jnosql.mapping.core.util.ConverterUtilTest
May 18, 2024 5:03:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d4dfdbbf-19ac-40a2-a2de-dd8de8900be5 initialized
May 18, 2024 5:03:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d4dfdbbf-19ac-40a2-a2de-dd8de8900be5 shut down
May 18, 2024 5:03:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 54b6c19b-b717-4e01-a97e-076ae0c49bb8 initialized
May 18, 2024 5:03:11 AM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.core.entities.MoneyConverter not found on CDI context, creating by constructor
May 18, 2024 5:03:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 54b6c19b-b717-4e01-a97e-076ae0c49bb8 shut down
May 18, 2024 5:03:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9634fd4d-9f05-4e1e-ac30-23fbb50a273f initialized
May 18, 2024 5:03:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9634fd4d-9f05-4e1e-ac30-23fbb50a273f shut down
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s -- in org.eclipse.jnosql.mapping.core.util.ConverterUtilTest
[INFO] Running org.eclipse.jnosql.mapping.core.util.ParamsBinderTest
May 18, 2024 5:03:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ba725cf6-d772-43f6-aa07-b22537fb30f6 initialized
May 18, 2024 5:03:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ba725cf6-d772-43f6-aa07-b22537fb30f6 shut down
May 18, 2024 5:03:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 431c8876-487e-4f74-8ccd-e8dacbdb0055 initialized
May 18, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 431c8876-487e-4f74-8ccd-e8dacbdb0055 shut down
May 18, 2024 5:03:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 70432358-a670-406f-a75e-a3eaf0891b44 initialized
May 18, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 70432358-a670-406f-a75e-a3eaf0891b44 shut down
May 18, 2024 5:03:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 493b7396-1b3e-4f99-a2f1-cd73d235726d initialized
May 18, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 493b7396-1b3e-4f99-a2f1-cd73d235726d shut down
May 18, 2024 5:03:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container aa271620-5bdd-46de-bcf0-f2a2c90868de initialized
May 18, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container aa271620-5bdd-46de-bcf0-f2a2c90868de shut down
May 18, 2024 5:03:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f36e9768-05aa-4a6c-995f-d611689607b9 initialized
May 18, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f36e9768-05aa-4a6c-995f-d611689607b9 shut down
May 18, 2024 5:03:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ef6f292d-d836-4714-9eeb-9e7b1352e1ec initialized
May 18, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ef6f292d-d836-4714-9eeb-9e7b1352e1ec shut down
May 18, 2024 5:03:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0bb878e1-e1ea-46a0-97e5-4c3c350106c0 initialized
May 18, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0bb878e1-e1ea-46a0-97e5-4c3c350106c0 shut down
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.909 s -- in org.eclipse.jnosql.mapping.core.util.ParamsBinderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 297, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/target/jnosql-mapping-core-1.1.1-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-core >>>
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-core ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 111 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 111 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-core <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/target/jnosql-mapping-core-1.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-core ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/spi/AbstractBean.java:38: warning: no comment
[WARNING] protected <T> 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:118: warning: no comment
[WARNING] public DynamicQueryMethodReturn build() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:96: warning: no comment
[WARNING] public DynamicQueryMethodReturnBuilder withArgs(Object[] args) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:91: warning: no comment
[WARNING] public DynamicQueryMethodReturnBuilder withMethod(Method method) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:113: warning: no comment
[WARNING] public DynamicQueryMethodReturnBuilder withPrepareConverter(Function<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] 102 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 102 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-semistructured ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-semistructured ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ jnosql-mapping-semistructured ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 25 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-semistructured ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-semistructured ---
[INFO] Copying 3 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ jnosql-mapping-semistructured ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 74 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/src/test/java/org/eclipse/jnosql/mapping/semistructured/EntityConverterInheritanceTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/src/test/java/org/eclipse/jnosql/mapping/semistructured/EntityConverterInheritanceTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-semistructured ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.jnosql.mapping.semistructured.DatabaseQualifierTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.150 s -- in org.eclipse.jnosql.mapping.semistructured.DatabaseQualifierTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.DefaultColumnTemplateTest
May 18, 2024 5:03:24 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
May 18, 2024 5:03:24 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8151ad0b-c4fd-4b63-bd36-fc7c413d8b1f initialized
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
May 18, 2024 5:03:33 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8151ad0b-c4fd-4b63-bd36-fc7c413d8b1f shut down
May 18, 2024 5:03:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 98147318-1989-4836-ad2a-36027e0411fe initialized
May 18, 2024 5:03:33 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 98147318-1989-4836-ad2a-36027e0411fe shut down
May 18, 2024 5:03:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e00ae1c0-d509-48d4-8f2d-4bd0a6040424 initialized
May 18, 2024 5:03:34 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e00ae1c0-d509-48d4-8f2d-4bd0a6040424 shut down
May 18, 2024 5:03:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0d9748f7-e19f-402c-bb36-1d21aaf8f13a initialized
May 18, 2024 5:03:34 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0d9748f7-e19f-402c-bb36-1d21aaf8f13a shut down
May 18, 2024 5:03:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fdb4f006-136d-42ec-a804-814c9b38544d initialized
May 18, 2024 5:03:35 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fdb4f006-136d-42ec-a804-814c9b38544d shut down
May 18, 2024 5:03:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 34724875-3698-45bc-be13-ad3804fcfb03 initialized
May 18, 2024 5:03:35 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 34724875-3698-45bc-be13-ad3804fcfb03 shut down
May 18, 2024 5:03:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2edf6817-0830-40f7-b147-af76104c380f initialized
May 18, 2024 5:03:35 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2edf6817-0830-40f7-b147-af76104c380f shut down
May 18, 2024 5:03:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 81d831ee-3193-42c4-9181-158d498ea03e initialized
May 18, 2024 5:03:35 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 81d831ee-3193-42c4-9181-158d498ea03e shut down
May 18, 2024 5:03:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bb47b097-ce2a-42ed-84fa-774ca99305b6 initialized
May 18, 2024 5:03:35 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bb47b097-ce2a-42ed-84fa-774ca99305b6 shut down
May 18, 2024 5:03:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f03bfac8-70e9-48fa-85c1-f2da60986d72 initialized
May 18, 2024 5:03:36 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f03bfac8-70e9-48fa-85c1-f2da60986d72 shut down
May 18, 2024 5:03:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d8aa57f7-0525-4af8-973f-6442cc1194f8 initialized
May 18, 2024 5:03:36 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d8aa57f7-0525-4af8-973f-6442cc1194f8 shut down
May 18, 2024 5:03:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a439b1b8-59c5-4ef7-a209-cc42cd9e9e7e initialized
May 18, 2024 5:03:36 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a439b1b8-59c5-4ef7-a209-cc42cd9e9e7e shut down
May 18, 2024 5:03:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1d193be2-bb7a-4f6b-b44e-2a04a61b1637 initialized
May 18, 2024 5:03:36 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1d193be2-bb7a-4f6b-b44e-2a04a61b1637 shut down
May 18, 2024 5:03:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0d55eaf6-cdd3-47b3-8dab-69527f00662c initialized
May 18, 2024 5:03:36 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0d55eaf6-cdd3-47b3-8dab-69527f00662c shut down
May 18, 2024 5:03:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8e9bc595-2e41-4ebf-ac58-ac9026660861 initialized
May 18, 2024 5:03:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8e9bc595-2e41-4ebf-ac58-ac9026660861 shut down
May 18, 2024 5:03:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 02a91840-9695-4e4c-9396-f302331bd239 initialized
May 18, 2024 5:03:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 02a91840-9695-4e4c-9396-f302331bd239 shut down
May 18, 2024 5:03:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 134c29d2-39c2-406d-ace1-57f5ff6e1183 initialized
May 18, 2024 5:03:42 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 134c29d2-39c2-406d-ace1-57f5ff6e1183 shut down
May 18, 2024 5:03:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2424cd42-e97c-4a31-a270-38ac79da4356 initialized
May 18, 2024 5:03:42 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2424cd42-e97c-4a31-a270-38ac79da4356 shut down
May 18, 2024 5:03:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 218d9bb4-0954-42b8-9bdf-4f95df98b6cd initialized
May 18, 2024 5:03:42 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 218d9bb4-0954-42b8-9bdf-4f95df98b6cd shut down
May 18, 2024 5:03:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ecff484f-4418-48e2-972e-fec7083f1173 initialized
May 18, 2024 5:03:42 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ecff484f-4418-48e2-972e-fec7083f1173 shut down
May 18, 2024 5:03:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 95872e71-c47b-4b3d-b0bb-1bc181365213 initialized
May 18, 2024 5:03:42 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 95872e71-c47b-4b3d-b0bb-1bc181365213 shut down
May 18, 2024 5:03:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 56d5bc87-7273-4715-8fb7-8c8b14c05c73 initialized
May 18, 2024 5:03:42 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 56d5bc87-7273-4715-8fb7-8c8b14c05c73 shut down
May 18, 2024 5:03:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6069eaab-dbac-4d2a-988c-c5adfb26d7ee initialized
May 18, 2024 5:03:42 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6069eaab-dbac-4d2a-988c-c5adfb26d7ee shut down
May 18, 2024 5:03:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 762c46c7-6006-49ca-b8f9-982c8680cc63 initialized
May 18, 2024 5:03:43 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 762c46c7-6006-49ca-b8f9-982c8680cc63 shut down
May 18, 2024 5:03:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6a2d4662-9343-4dad-aec4-d1980b8416e6 initialized
May 18, 2024 5:03:43 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6a2d4662-9343-4dad-aec4-d1980b8416e6 shut down
May 18, 2024 5:03:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c92ac912-1427-4a55-b17f-b04679ca2c35 initialized
May 18, 2024 5:03:43 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c92ac912-1427-4a55-b17f-b04679ca2c35 shut down
May 18, 2024 5:03:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 38f1dcac-c87c-43b1-8f2a-9e71c4c4d8da initialized
May 18, 2024 5:03:43 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 38f1dcac-c87c-43b1-8f2a-9e71c4c4d8da shut down
May 18, 2024 5:03:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8f3265e5-4cc5-482d-ab83-251f7dba1cfb initialized
May 18, 2024 5:03:43 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8f3265e5-4cc5-482d-ab83-251f7dba1cfb shut down
May 18, 2024 5:03:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container da5dedc7-0905-4ab3-a72f-ad6cda5c25dc initialized
May 18, 2024 5:03:43 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container da5dedc7-0905-4ab3-a72f-ad6cda5c25dc shut down
May 18, 2024 5:03:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 15484fab-9469-4bee-b25f-d32b169ffacd initialized
May 18, 2024 5:03:43 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 15484fab-9469-4bee-b25f-d32b169ffacd shut down
May 18, 2024 5:03:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 71fac778-b457-40a0-bf98-27734f493a2b initialized
May 18, 2024 5:03:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 71fac778-b457-40a0-bf98-27734f493a2b shut down
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.02 s -- in org.eclipse.jnosql.mapping.semistructured.DefaultColumnTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterConstructorTest
May 18, 2024 5:03:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 415d0590-38a9-4f46-a51d-db06ec90350b initialized
May 18, 2024 5:03:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 415d0590-38a9-4f46-a51d-db06ec90350b shut down
May 18, 2024 5:03:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b6d46e9b-bbe0-4237-8326-0d6ee35124bc initialized
May 18, 2024 5:03:44 AM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor
May 18, 2024 5:03:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b6d46e9b-bbe0-4237-8326-0d6ee35124bc shut down
May 18, 2024 5:03:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e077d3c1-e16b-4570-bc2a-f07999f8d96f initialized
May 18, 2024 5:03:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e077d3c1-e16b-4570-bc2a-f07999f8d96f shut down
May 18, 2024 5:03:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 28650ce7-439d-4c9a-9f46-90cf7c5505eb initialized
May 18, 2024 5:03:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 28650ce7-439d-4c9a-9f46-90cf7c5505eb shut down
May 18, 2024 5:03:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 998e844f-dd8c-489b-aae0-6935666b66a9 initialized
May 18, 2024 5:03:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 998e844f-dd8c-489b-aae0-6935666b66a9 shut down
May 18, 2024 5:03:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container aacea7c6-1d18-4d17-91ea-675b63379c90 initialized
May 18, 2024 5:03:44 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container aacea7c6-1d18-4d17-91ea-675b63379c90 shut down
May 18, 2024 5:03:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e2efbdf6-8c8d-4ea9-b007-4cb44e7d6ce1 initialized
May 18, 2024 5:03:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e2efbdf6-8c8d-4ea9-b007-4cb44e7d6ce1 shut down
May 18, 2024 5:03:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 86ef02db-7436-4e5f-98bd-19fc8c04b335 initialized
May 18, 2024 5:03:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 86ef02db-7436-4e5f-98bd-19fc8c04b335 shut down
May 18, 2024 5:03:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5c44bf45-b428-4d9e-b1cb-90dabb7f3a50 initialized
May 18, 2024 5:03:45 AM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor
May 18, 2024 5:03:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5c44bf45-b428-4d9e-b1cb-90dabb7f3a50 shut down
May 18, 2024 5:03:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8cbce5fa-2a44-47e1-8be6-c9b229d087e6 initialized
May 18, 2024 5:03:45 AM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor
May 18, 2024 5:03:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8cbce5fa-2a44-47e1-8be6-c9b229d087e6 shut down
May 18, 2024 5:03:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2b69c449-c3eb-430f-af7f-f03788ccdd81 initialized
May 18, 2024 5:03:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2b69c449-c3eb-430f-af7f-f03788ccdd81 shut down
May 18, 2024 5:03:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 256502ad-d624-4c8a-8027-bdb9dc03d191 initialized
May 18, 2024 5:03:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 256502ad-d624-4c8a-8027-bdb9dc03d191 shut down
May 18, 2024 5:03:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c5711f34-adeb-43a2-afae-ba5d97257700 initialized
May 18, 2024 5:03:45 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c5711f34-adeb-43a2-afae-ba5d97257700 shut down
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.851 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterConstructorTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterInheritanceTest
May 18, 2024 5:03:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 13cbb260-f346-4284-a506-0a78b955bc46 initialized
May 18, 2024 5:03:46 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 13cbb260-f346-4284-a506-0a78b955bc46 shut down
May 18, 2024 5:03:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ed3fbd6b-fdd0-48ee-ab60-02be8fae3167 initialized
May 18, 2024 5:03:46 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ed3fbd6b-fdd0-48ee-ab60-02be8fae3167 shut down
May 18, 2024 5:03:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2c049072-e363-4457-a52d-403ce09b25e1 initialized
May 18, 2024 5:03:46 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2c049072-e363-4457-a52d-403ce09b25e1 shut down
May 18, 2024 5:03:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ace20b0b-daf0-4395-952a-292c040d025c initialized
May 18, 2024 5:03:46 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ace20b0b-daf0-4395-952a-292c040d025c shut down
May 18, 2024 5:03:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6e22f7db-cc22-4be9-9432-412ab7b3c0cb initialized
May 18, 2024 5:03:46 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6e22f7db-cc22-4be9-9432-412ab7b3c0cb shut down
May 18, 2024 5:03:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 12a74b98-dca4-4024-97df-6e434e43e2a7 initialized
May 18, 2024 5:03:46 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 12a74b98-dca4-4024-97df-6e434e43e2a7 shut down
May 18, 2024 5:03:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 235ef178-4ddc-4616-8d34-8c934b3799c2 initialized
May 18, 2024 5:03:46 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 235ef178-4ddc-4616-8d34-8c934b3799c2 shut down
May 18, 2024 5:03:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container aff2eaeb-b5b3-4183-9261-30fddd09ae44 initialized
May 18, 2024 5:03:46 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container aff2eaeb-b5b3-4183-9261-30fddd09ae44 shut down
May 18, 2024 5:03:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 42f3a8db-68fa-4a07-bfc3-2921035d05f3 initialized
May 18, 2024 5:03:46 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 42f3a8db-68fa-4a07-bfc3-2921035d05f3 shut down
May 18, 2024 5:03:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 20512330-4d0c-444c-b850-7ec806225858 initialized
May 18, 2024 5:03:46 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 20512330-4d0c-444c-b850-7ec806225858 shut down
May 18, 2024 5:03:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6b78d5f9-7050-4728-84cc-69009445109f initialized
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6b78d5f9-7050-4728-84cc-69009445109f shut down
May 18, 2024 5:03:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a58093cf-92c7-4431-bb0e-3f2d1d2a3f7e initialized
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a58093cf-92c7-4431-bb0e-3f2d1d2a3f7e shut down
May 18, 2024 5:03:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b32d532b-76a3-4f17-9139-d1a911d48c3a initialized
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b32d532b-76a3-4f17-9139-d1a911d48c3a shut down
May 18, 2024 5:03:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fe5d0e72-f325-4926-a4a1-0c6f5f53f89c initialized
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fe5d0e72-f325-4926-a4a1-0c6f5f53f89c shut down
May 18, 2024 5:03:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 72dc8278-cb49-4283-b7d7-e5a82f5a5a14 initialized
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 72dc8278-cb49-4283-b7d7-e5a82f5a5a14 shut down
May 18, 2024 5:03:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 72493a8e-417b-4f5d-a4ad-ed5645a54559 initialized
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 72493a8e-417b-4f5d-a4ad-ed5645a54559 shut down
May 18, 2024 5:03:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d71357bf-669f-423f-ad20-12d123cdedb0 initialized
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d71357bf-669f-423f-ad20-12d123cdedb0 shut down
May 18, 2024 5:03:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5d11f444-b219-4847-bf4e-5446d9300373 initialized
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5d11f444-b219-4847-bf4e-5446d9300373 shut down
May 18, 2024 5:03:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container eae0197c-7c39-4bb8-81b8-b4a0a35b03d1 initialized
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container eae0197c-7c39-4bb8-81b8-b4a0a35b03d1 shut down
May 18, 2024 5:03:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container caaa5c34-3cfc-415b-87c9-90bb2303ecaa initialized
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container caaa5c34-3cfc-415b-87c9-90bb2303ecaa shut down
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.859 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterInheritanceTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterTest
May 18, 2024 5:03:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container db8f279a-39cc-4061-bb14-2c60a07b0699 initialized
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container db8f279a-39cc-4061-bb14-2c60a07b0699 shut down
May 18, 2024 5:03:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6c60d4c8-f825-4fcb-a75b-d83781a8afd5 initialized
May 18, 2024 5:03:47 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6c60d4c8-f825-4fcb-a75b-d83781a8afd5 shut down
May 18, 2024 5:03:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4ea0bbf3-146e-438e-b2d3-faab587c7041 initialized
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4ea0bbf3-146e-438e-b2d3-faab587c7041 shut down
May 18, 2024 5:03:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1c3fc0a9-7215-4ea1-b0c2-d4d8ff9cc42f initialized
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1c3fc0a9-7215-4ea1-b0c2-d4d8ff9cc42f shut down
May 18, 2024 5:03:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 32cf24fa-a334-47bc-817b-69a4be27968b initialized
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 32cf24fa-a334-47bc-817b-69a4be27968b shut down
May 18, 2024 5:03:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d7e25a67-a20e-405d-87bb-207bc689b541 initialized
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d7e25a67-a20e-405d-87bb-207bc689b541 shut down
May 18, 2024 5:03:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6c457a93-902c-40b1-9e38-e569ab40e421 initialized
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6c457a93-902c-40b1-9e38-e569ab40e421 shut down
May 18, 2024 5:03:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container da51c549-088f-4f74-9f5b-8e35f10278d0 initialized
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container da51c549-088f-4f74-9f5b-8e35f10278d0 shut down
May 18, 2024 5:03:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e82cd4e3-c9d9-49ac-bfed-e2a59ef59bb0 initialized
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e82cd4e3-c9d9-49ac-bfed-e2a59ef59bb0 shut down
May 18, 2024 5:03:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6c43ce77-1485-439b-a5e7-0bf7489e997b initialized
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6c43ce77-1485-439b-a5e7-0bf7489e997b shut down
May 18, 2024 5:03:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3dc34143-0da0-455b-9060-9686bffdec3b initialized
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3dc34143-0da0-455b-9060-9686bffdec3b shut down
May 18, 2024 5:03:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1a9644e1-2699-40fb-a68c-eef5571aca9e initialized
May 18, 2024 5:03:48 AM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1a9644e1-2699-40fb-a68c-eef5571aca9e shut down
May 18, 2024 5:03:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9a75f1ad-a802-4759-803c-fb32c3da0280 initialized
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9a75f1ad-a802-4759-803c-fb32c3da0280 shut down
May 18, 2024 5:03:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 15d64bb7-e16b-40a7-a638-489a1f4befca initialized
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 15d64bb7-e16b-40a7-a638-489a1f4befca shut down
May 18, 2024 5:03:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d4f1c931-1ca0-474a-9198-104b14f4cc94 initialized
May 18, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d4f1c931-1ca0-474a-9198-104b14f4cc94 shut down
May 18, 2024 5:03:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2387786e-3b55-4a7f-9958-0daeab926c7e initialized
May 18, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2387786e-3b55-4a7f-9958-0daeab926c7e shut down
May 18, 2024 5:03:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6ad7b394-4e65-41b9-a5e9-4608356337bb initialized
May 18, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6ad7b394-4e65-41b9-a5e9-4608356337bb shut down
May 18, 2024 5:03:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 23ac18f9-2fff-475a-b746-a340cc1b5c3b initialized
May 18, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 23ac18f9-2fff-475a-b746-a340cc1b5c3b shut down
May 18, 2024 5:03:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container abca356c-03d7-44ef-839a-635011b5c578 initialized
May 18, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container abca356c-03d7-44ef-839a-635011b5c578 shut down
May 18, 2024 5:03:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e4eafa97-ef5c-4a76-b8d5-0820885bd695 initialized
May 18, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e4eafa97-ef5c-4a76-b8d5-0820885bd695 shut down
May 18, 2024 5:03:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6202bda3-362e-4b89-9fa3-b555a9676543 initialized
May 18, 2024 5:03:49 AM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor
May 18, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6202bda3-362e-4b89-9fa3-b555a9676543 shut down
May 18, 2024 5:03:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c587f080-5d35-4cd9-ac76-3ad09177b646 initialized
May 18, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c587f080-5d35-4cd9-ac76-3ad09177b646 shut down
May 18, 2024 5:03:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4f8b1c04-cd4b-4502-8213-6277ef67388f initialized
May 18, 2024 5:03:49 AM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor
May 18, 2024 5:03:49 AM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor
May 18, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4f8b1c04-cd4b-4502-8213-6277ef67388f shut down
May 18, 2024 5:03:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5d8fe8ef-22f1-4340-8c06-3e8b3bacbcdf initialized
May 18, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5d8fe8ef-22f1-4340-8c06-3e8b3bacbcdf shut down
May 18, 2024 5:03:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d719c777-600d-4bce-84d9-c1a9d3eca394 initialized
May 18, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d719c777-600d-4bce-84d9-c1a9d3eca394 shut down
May 18, 2024 5:03:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 305a607e-dd69-4648-9c70-e00ecc3bfd78 initialized
May 18, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 305a607e-dd69-4648-9c70-e00ecc3bfd78 shut down
May 18, 2024 5:03:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e50a256b-dab2-4347-81cc-0bb98d922c8c initialized
May 18, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e50a256b-dab2-4347-81cc-0bb98d922c8c shut down
May 18, 2024 5:03:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1594ddb6-0d74-4650-97c4-886eb84b7072 initialized
May 18, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1594ddb6-0d74-4650-97c4-886eb84b7072 shut down
May 18, 2024 5:03:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4641948c-93f9-4dda-90bb-e033cb145835 initialized
May 18, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4641948c-93f9-4dda-90bb-e033cb145835 shut down
May 18, 2024 5:03:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ad213acc-4131-4d40-a1c3-313550d36a18 initialized
May 18, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ad213acc-4131-4d40-a1c3-313550d36a18 shut down
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.586 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityImmutableTest
May 18, 2024 5:03:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7bf78de4-5617-4f91-ac8f-585d6459a942 initialized
May 18, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7bf78de4-5617-4f91-ac8f-585d6459a942 shut down
May 18, 2024 5:03:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container be670646-e44a-4992-ad33-c99473a34bd4 initialized
May 18, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container be670646-e44a-4992-ad33-c99473a34bd4 shut down
May 18, 2024 5:03:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 945a96b7-2762-4b68-ac08-ea8c0263877e initialized
May 18, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 945a96b7-2762-4b68-ac08-ea8c0263877e shut down
May 18, 2024 5:03:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 88d6a016-743a-4a04-a66c-644884363695 initialized
May 18, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 88d6a016-743a-4a04-a66c-644884363695 shut down
May 18, 2024 5:03:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container eff962cb-fcae-4a78-874e-2209e5df06f5 initialized
May 18, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container eff962cb-fcae-4a78-874e-2209e5df06f5 shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.376 s -- in org.eclipse.jnosql.mapping.semistructured.EntityImmutableTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.EventPersistManagerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s -- in org.eclipse.jnosql.mapping.semistructured.EventPersistManagerTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperDeleteTest
May 18, 2024 5:03:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 60277486-bddd-4380-b6f4-e2f1e11f303d initialized
May 18, 2024 5:03:50 AM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor
May 18, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 60277486-bddd-4380-b6f4-e2f1e11f303d shut down
May 18, 2024 5:03:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2cb540be-84c2-470f-b70d-e7a97039322d initialized
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2cb540be-84c2-470f-b70d-e7a97039322d shut down
May 18, 2024 5:03:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6b0c7158-69c6-4b87-95b1-6e63915a64fe initialized
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6b0c7158-69c6-4b87-95b1-6e63915a64fe shut down
May 18, 2024 5:03:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2ec16586-c988-44a3-8e95-4e3df887a086 initialized
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2ec16586-c988-44a3-8e95-4e3df887a086 shut down
May 18, 2024 5:03:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 71ffc55e-9871-4d0e-a823-a9ab819bbdf2 initialized
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 71ffc55e-9871-4d0e-a823-a9ab819bbdf2 shut down
May 18, 2024 5:03:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 070773b7-c287-4a6c-a3c4-d5c48904cdd7 initialized
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 070773b7-c287-4a6c-a3c4-d5c48904cdd7 shut down
May 18, 2024 5:03:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ec0092e0-0bed-429a-9763-66313b3b03af initialized
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ec0092e0-0bed-429a-9763-66313b3b03af shut down
May 18, 2024 5:03:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b306362b-78f1-4a2d-83ac-86ba7ed626bb initialized
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b306362b-78f1-4a2d-83ac-86ba7ed626bb shut down
May 18, 2024 5:03:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c01dd82e-2944-4ceb-9088-308f64e58b13 initialized
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c01dd82e-2944-4ceb-9088-308f64e58b13 shut down
May 18, 2024 5:03:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 422ebdab-d08a-43e1-9057-4075610686b8 initialized
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 422ebdab-d08a-43e1-9057-4075610686b8 shut down
May 18, 2024 5:03:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f8ab3a97-98ed-4994-a6d2-9e33af97613a initialized
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f8ab3a97-98ed-4994-a6d2-9e33af97613a shut down
May 18, 2024 5:03:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1004fde4-843a-4b70-a82a-9a18762441c8 initialized
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1004fde4-843a-4b70-a82a-9a18762441c8 shut down
May 18, 2024 5:03:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e10597a3-4060-489a-b3c0-4035c9e6c0df initialized
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e10597a3-4060-489a-b3c0-4035c9e6c0df shut down
May 18, 2024 5:03:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d0f5c7cd-dc89-4928-a5a3-4d60a08e7932 initialized
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d0f5c7cd-dc89-4928-a5a3-4d60a08e7932 shut down
May 18, 2024 5:03:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 132e749e-fbf9-475f-b301-469eb441a487 initialized
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 132e749e-fbf9-475f-b301-469eb441a487 shut down
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.037 s -- in org.eclipse.jnosql.mapping.semistructured.MapperDeleteTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperObserverTest
May 18, 2024 5:03:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f459412d-7973-4c67-917f-1542a9ea160f initialized
May 18, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f459412d-7973-4c67-917f-1542a9ea160f shut down
May 18, 2024 5:03:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9ad3d56a-cacb-4811-adaf-7b6fc3c55755 initialized
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9ad3d56a-cacb-4811-adaf-7b6fc3c55755 shut down
May 18, 2024 5:03:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a00ce00f-3dd2-4691-8f8c-dbebdfae060a initialized
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a00ce00f-3dd2-4691-8f8c-dbebdfae060a shut down
May 18, 2024 5:03:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1124d400-2898-4610-ad76-46cf158a0f0b initialized
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1124d400-2898-4610-ad76-46cf158a0f0b shut down
May 18, 2024 5:03:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4ef9da07-e00d-4163-8e4a-6ea3ffe80ebe initialized
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4ef9da07-e00d-4163-8e4a-6ea3ffe80ebe shut down
May 18, 2024 5:03:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 19ef8f8c-672e-4867-a2d9-b31e3626ecd5 initialized
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 19ef8f8c-672e-4867-a2d9-b31e3626ecd5 shut down
May 18, 2024 5:03:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ac33ab34-a495-4a06-baff-3e696fcf620a initialized
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ac33ab34-a495-4a06-baff-3e696fcf620a shut down
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.445 s -- in org.eclipse.jnosql.mapping.semistructured.MapperObserverTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperSelectTest
May 18, 2024 5:03:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e25c35f6-abe4-4746-bdca-8071ed317687 initialized
May 18, 2024 5:03:52 AM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e25c35f6-abe4-4746-bdca-8071ed317687 shut down
May 18, 2024 5:03:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2a3c5630-3354-4632-acae-66fabd81a79f initialized
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2a3c5630-3354-4632-acae-66fabd81a79f shut down
May 18, 2024 5:03:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 010c16cc-998b-4624-a79c-61bd1960c34a initialized
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 010c16cc-998b-4624-a79c-61bd1960c34a shut down
May 18, 2024 5:03:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 96d7b305-2191-48ad-8b3d-c7438823a23b initialized
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 96d7b305-2191-48ad-8b3d-c7438823a23b shut down
May 18, 2024 5:03:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d5350946-2dcc-4dd1-a63b-1c16aa516d38 initialized
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d5350946-2dcc-4dd1-a63b-1c16aa516d38 shut down
May 18, 2024 5:03:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4d2faafe-ca67-4040-b9ce-ea22909d613a initialized
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4d2faafe-ca67-4040-b9ce-ea22909d613a shut down
May 18, 2024 5:03:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 359d98c3-547f-4666-8900-b222fd895c8e initialized
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 359d98c3-547f-4666-8900-b222fd895c8e shut down
May 18, 2024 5:03:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 435fe013-44d7-440c-bc14-8127a7f96d91 initialized
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 435fe013-44d7-440c-bc14-8127a7f96d91 shut down
May 18, 2024 5:03:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 79a83eae-4249-41aa-b842-1e64fd44e557 initialized
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 79a83eae-4249-41aa-b842-1e64fd44e557 shut down
May 18, 2024 5:03:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 66944665-66cf-4c0d-839d-cab7036e918d initialized
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 66944665-66cf-4c0d-839d-cab7036e918d shut down
May 18, 2024 5:03:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3b05b176-5679-4b35-ac7e-14ac2dd96648 initialized
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3b05b176-5679-4b35-ac7e-14ac2dd96648 shut down
May 18, 2024 5:03:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6cd9b6b7-c139-40dd-9bc4-77f6b870d5d5 initialized
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6cd9b6b7-c139-40dd-9bc4-77f6b870d5d5 shut down
May 18, 2024 5:03:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 66d204e2-b2e6-44ce-a213-f92ffa2e6b75 initialized
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 66d204e2-b2e6-44ce-a213-f92ffa2e6b75 shut down
May 18, 2024 5:03:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5cf2d755-10bc-4657-b65d-3b5123780b85 initialized
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5cf2d755-10bc-4657-b65d-3b5123780b85 shut down
May 18, 2024 5:03:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4cbcf475-db00-42e4-9b70-42dd62a48918 initialized
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4cbcf475-db00-42e4-9b70-42dd62a48918 shut down
May 18, 2024 5:03:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5e0a401c-3cb8-4f5c-812b-a631b27ed00e initialized
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5e0a401c-3cb8-4f5c-812b-a631b27ed00e shut down
May 18, 2024 5:03:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3bcaef31-e8ff-4675-b12f-a60075a3211f initialized
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3bcaef31-e8ff-4675-b12f-a60075a3211f shut down
May 18, 2024 5:03:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7131d9ba-36ba-4637-be17-1a13210df189 initialized
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7131d9ba-36ba-4637-be17-1a13210df189 shut down
May 18, 2024 5:03:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b716add4-c08f-4665-aaba-81d1b65b5712 initialized
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b716add4-c08f-4665-aaba-81d1b65b5712 shut down
May 18, 2024 5:03:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2daae272-0a15-43d7-9982-9f0fcb22db38 initialized
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2daae272-0a15-43d7-9982-9f0fcb22db38 shut down
May 18, 2024 5:03:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4f21c327-0c11-4fde-be13-6b71a53eeb90 initialized
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4f21c327-0c11-4fde-be13-6b71a53eeb90 shut down
May 18, 2024 5:03:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e9232cf3-de3b-4acd-b381-2ebb62d52bb2 initialized
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e9232cf3-de3b-4acd-b381-2ebb62d52bb2 shut down
May 18, 2024 5:03:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9108e193-6d46-47e3-aa64-6610323e0c57 initialized
May 18, 2024 5:03:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9108e193-6d46-47e3-aa64-6610323e0c57 shut down
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.581 s -- in org.eclipse.jnosql.mapping.semistructured.MapperSelectTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.TemplateInheritanceTest
May 18, 2024 5:03:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ac436886-5131-4e58-8b5f-c373d57ee7e7 initialized
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ac436886-5131-4e58-8b5f-c373d57ee7e7 shut down
May 18, 2024 5:03:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 07c5cb4d-6f30-4a36-b96f-d20227f2ed9c initialized
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 07c5cb4d-6f30-4a36-b96f-d20227f2ed9c shut down
May 18, 2024 5:03:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container edae4815-6bd5-48ce-8739-5b17244d897f initialized
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container edae4815-6bd5-48ce-8739-5b17244d897f shut down
May 18, 2024 5:03:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 63403b0f-1599-45cc-a5bc-21746e1cc0bb initialized
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 63403b0f-1599-45cc-a5bc-21746e1cc0bb shut down
May 18, 2024 5:03:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2f09d002-da92-4a83-8ea7-98980be5510f initialized
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2f09d002-da92-4a83-8ea7-98980be5510f shut down
May 18, 2024 5:03:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 26da8622-5bff-415e-94ca-a3cf56ca1a1e initialized
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 26da8622-5bff-415e-94ca-a3cf56ca1a1e shut down
May 18, 2024 5:03:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container de44041f-92aa-449b-9920-de7ee16f62f9 initialized
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container de44041f-92aa-449b-9920-de7ee16f62f9 shut down
May 18, 2024 5:03:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5e0426d6-769e-42fe-b60a-21463f2a0a95 initialized
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5e0426d6-769e-42fe-b60a-21463f2a0a95 shut down
May 18, 2024 5:03:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f3b3d57a-3ce0-437a-8498-3673e86dacfd initialized
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f3b3d57a-3ce0-437a-8498-3673e86dacfd shut down
May 18, 2024 5:03:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0f8ae612-1ca0-4ea4-9e7c-5f5788c6f6b2 initialized
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0f8ae612-1ca0-4ea4-9e7c-5f5788c6f6b2 shut down
May 18, 2024 5:03:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5d9aa8e0-9849-4d7b-a678-57f5d310483c initialized
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5d9aa8e0-9849-4d7b-a678-57f5d310483c shut down
May 18, 2024 5:03:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ecfa13de-4331-47e2-85a3-27cf1586a9ce initialized
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ecfa13de-4331-47e2-85a3-27cf1586a9ce shut down
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.869 s -- in org.eclipse.jnosql.mapping.semistructured.TemplateInheritanceTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.CrudInheritanceRepositoryProxyTest
May 18, 2024 5:03:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9185107a-594c-4300-b9e7-ffe75680dbd4 initialized
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9185107a-594c-4300-b9e7-ffe75680dbd4 shut down
May 18, 2024 5:03:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f91df6eb-0b4e-4118-b41e-f4f2069351bd initialized
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f91df6eb-0b4e-4118-b41e-f4f2069351bd shut down
May 18, 2024 5:03:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5d73222c-8490-46cd-9e35-8e06051d09b5 initialized
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5d73222c-8490-46cd-9e35-8e06051d09b5 shut down
May 18, 2024 5:03:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 06a90d23-c306-47cb-b94d-cfbedba47896 initialized
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 06a90d23-c306-47cb-b94d-cfbedba47896 shut down
May 18, 2024 5:03:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2e2f9a74-ba78-4c0e-a5a4-0bfc3b643f85 initialized
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2e2f9a74-ba78-4c0e-a5a4-0bfc3b643f85 shut down
May 18, 2024 5:03:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container abf5f4d2-41f0-45fa-a1b2-e016cbbe7430 initialized
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container abf5f4d2-41f0-45fa-a1b2-e016cbbe7430 shut down
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.568 s -- in org.eclipse.jnosql.mapping.semistructured.query.CrudInheritanceRepositoryProxyTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.CrudRepositoryProxyTest
May 18, 2024 5:03:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8d14e41a-a590-44ef-a60a-651ece84730a initialized
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8d14e41a-a590-44ef-a60a-651ece84730a shut down
May 18, 2024 5:03:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dce87681-fa81-4576-ba64-0adea6126e02 initialized
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dce87681-fa81-4576-ba64-0adea6126e02 shut down
May 18, 2024 5:03:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a883e51a-32bd-4e5d-9abe-4fc001154007 initialized
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a883e51a-32bd-4e5d-9abe-4fc001154007 shut down
May 18, 2024 5:03:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 415db0ee-d74c-41ff-9462-4a538aaaec82 initialized
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 415db0ee-d74c-41ff-9462-4a538aaaec82 shut down
May 18, 2024 5:03:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container edf8b924-aa76-4332-a6ab-1e57a3d74565 initialized
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container edf8b924-aa76-4332-a6ab-1e57a3d74565 shut down
May 18, 2024 5:03:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 525f8a39-deee-40a1-abb0-002992626c33 initialized
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 525f8a39-deee-40a1-abb0-002992626c33 shut down
May 18, 2024 5:03:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8394b2f0-87c6-4cd0-a246-c2c9a141e016 initialized
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8394b2f0-87c6-4cd0-a246-c2c9a141e016 shut down
May 18, 2024 5:03:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d83e07b7-e41a-474a-8794-986a89215f7f initialized
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d83e07b7-e41a-474a-8794-986a89215f7f shut down
May 18, 2024 5:03:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6bb8f50a-3e2d-454a-9ea2-850659af2550 initialized
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6bb8f50a-3e2d-454a-9ea2-850659af2550 shut down
May 18, 2024 5:03:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9297ad03-b55e-4fe4-b534-39a5731906a7 initialized
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9297ad03-b55e-4fe4-b534-39a5731906a7 shut down
May 18, 2024 5:03:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9462e296-e011-4d2a-a515-422cd8369395 initialized
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9462e296-e011-4d2a-a515-422cd8369395 shut down
May 18, 2024 5:03:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 119510be-b7ba-41c2-9190-95b72498fdac initialized
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 119510be-b7ba-41c2-9190-95b72498fdac shut down
May 18, 2024 5:03:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3899eb15-9426-4638-9d4b-b4d7c05ccfb8 initialized
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3899eb15-9426-4638-9d4b-b4d7c05ccfb8 shut down
May 18, 2024 5:03:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 72ca8f04-e9ce-4109-898d-5c8f51ca7aae initialized
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 72ca8f04-e9ce-4109-898d-5c8f51ca7aae shut down
May 18, 2024 5:03:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ff8c1c4a-8afd-46a9-9828-03c72074f3b3 initialized
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ff8c1c4a-8afd-46a9-9828-03c72074f3b3 shut down
May 18, 2024 5:03:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container caacf3d1-2fbc-4de2-9a3e-27c6d956d529 initialized
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container caacf3d1-2fbc-4de2-9a3e-27c6d956d529 shut down
May 18, 2024 5:03:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2a5a22d9-aaa1-4598-958f-95672e322770 initialized
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2a5a22d9-aaa1-4598-958f-95672e322770 shut down
May 18, 2024 5:03:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 91442941-e949-4e7a-ba4d-9dd66ad64a4b initialized
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 91442941-e949-4e7a-ba4d-9dd66ad64a4b shut down
May 18, 2024 5:03:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ca26db45-4a49-4433-b951-d3a1bfdd8b04 initialized
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ca26db45-4a49-4433-b951-d3a1bfdd8b04 shut down
May 18, 2024 5:03:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d5e05073-8e12-4fbc-99a9-b173f50410db initialized
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d5e05073-8e12-4fbc-99a9-b173f50410db shut down
May 18, 2024 5:03:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 63747e6a-8801-4954-bd38-8605d18653e1 initialized
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 63747e6a-8801-4954-bd38-8605d18653e1 shut down
May 18, 2024 5:03:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fee67c09-fe8a-478d-8938-1f50f5cedeef initialized
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fee67c09-fe8a-478d-8938-1f50f5cedeef shut down
May 18, 2024 5:03:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c04e6276-4b2e-46ac-8740-3291d2adcd1c initialized
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c04e6276-4b2e-46ac-8740-3291d2adcd1c shut down
May 18, 2024 5:03:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 75f1760d-02b1-46ea-ac11-593dbc1e716b initialized
May 18, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 75f1760d-02b1-46ea-ac11-593dbc1e716b shut down
May 18, 2024 5:03:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fa36f4c5-b30b-47d6-b519-74b5b9ebc816 initialized
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fa36f4c5-b30b-47d6-b519-74b5b9ebc816 shut down
May 18, 2024 5:03:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container caa26241-564e-47e1-b7fc-5d6fc6cae3e2 initialized
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container caa26241-564e-47e1-b7fc-5d6fc6cae3e2 shut down
May 18, 2024 5:03:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1ee56b94-2798-438f-92c1-3cabbc1531ed initialized
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1ee56b94-2798-438f-92c1-3cabbc1531ed shut down
May 18, 2024 5:03:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 21df4169-2841-42db-87b6-79fa75b5b424 initialized
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 21df4169-2841-42db-87b6-79fa75b5b424 shut down
May 18, 2024 5:03:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d795f53b-da6b-46d3-be0d-2c29ea41ba6d initialized
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d795f53b-da6b-46d3-be0d-2c29ea41ba6d shut down
May 18, 2024 5:03:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container caf1dda1-460d-4714-a318-817a0c33bb0d initialized
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container caf1dda1-460d-4714-a318-817a0c33bb0d shut down
May 18, 2024 5:03:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 57ac057f-35c6-4203-8767-9344b2fe0cc3 initialized
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 57ac057f-35c6-4203-8767-9344b2fe0cc3 shut down
May 18, 2024 5:03:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 82b140a7-46a9-4faa-82ae-7b730e2705ea initialized
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 82b140a7-46a9-4faa-82ae-7b730e2705ea shut down
May 18, 2024 5:03:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a1354ac7-eda6-4272-9e96-a64a6665f06f initialized
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a1354ac7-eda6-4272-9e96-a64a6665f06f shut down
May 18, 2024 5:03:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b75c9f8b-372d-4cd5-ba57-b836f76ebddc initialized
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b75c9f8b-372d-4cd5-ba57-b836f76ebddc shut down
May 18, 2024 5:03:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6ce9da0f-5064-47ab-97e3-195b21bb8a96 initialized
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6ce9da0f-5064-47ab-97e3-195b21bb8a96 shut down
May 18, 2024 5:03:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8af6854e-9d14-4465-906d-54ee9063acbc initialized
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8af6854e-9d14-4465-906d-54ee9063acbc shut down
May 18, 2024 5:03:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c573676f-5da8-4142-9afd-b8eae56ea4f9 initialized
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c573676f-5da8-4142-9afd-b8eae56ea4f9 shut down
May 18, 2024 5:03:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ee4481b9-5478-46af-b051-f4ef72fde96f initialized
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ee4481b9-5478-46af-b051-f4ef72fde96f shut down
May 18, 2024 5:03:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container db28ec34-6720-4691-8366-39e4dc1a5028 initialized
May 18, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container db28ec34-6720-4691-8366-39e4dc1a5028 shut down
May 18, 2024 5:03:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a97b2a63-4360-47e5-8431-789257bc64dd initialized
May 18, 2024 5:03:58 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a97b2a63-4360-47e5-8431-789257bc64dd shut down
[INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.623 s -- in org.eclipse.jnosql.mapping.semistructured.query.CrudRepositoryProxyTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.DynamicQueryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.894 s -- in org.eclipse.jnosql.mapping.semistructured.query.DynamicQueryTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.ParamsBinderTest
May 18, 2024 5:03:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d6f8fe42-0b37-4457-baf0-8fc060a77f15 initialized
May 18, 2024 5:03:58 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d6f8fe42-0b37-4457-baf0-8fc060a77f15 shut down
May 18, 2024 5:03:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3a86adf4-8d45-4e6d-9aef-18f10862e895 initialized
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3a86adf4-8d45-4e6d-9aef-18f10862e895 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in org.eclipse.jnosql.mapping.semistructured.query.ParamsBinderTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyPageRequestTest
May 18, 2024 5:03:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2d688563-b56e-40e0-9389-0fbe77bd7deb initialized
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2d688563-b56e-40e0-9389-0fbe77bd7deb shut down
May 18, 2024 5:03:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b00edcc9-5aed-4f5d-90eb-fe93437cd849 initialized
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b00edcc9-5aed-4f5d-90eb-fe93437cd849 shut down
May 18, 2024 5:03:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bcb3082b-7662-4a87-a6b6-84f8300d260c initialized
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bcb3082b-7662-4a87-a6b6-84f8300d260c shut down
May 18, 2024 5:03:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 28e02954-0aa5-44c3-8f27-0ff94cd31163 initialized
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 28e02954-0aa5-44c3-8f27-0ff94cd31163 shut down
May 18, 2024 5:03:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9908b64a-b051-4d94-a98b-668e3b23aba9 initialized
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9908b64a-b051-4d94-a98b-668e3b23aba9 shut down
May 18, 2024 5:03:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5a8014be-02c6-41a9-a5f1-b3553b5104d5 initialized
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5a8014be-02c6-41a9-a5f1-b3553b5104d5 shut down
May 18, 2024 5:03:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cff97e7b-0f37-4661-abe3-0b6b1535c5da initialized
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cff97e7b-0f37-4661-abe3-0b6b1535c5da shut down
May 18, 2024 5:03:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c6bed8d3-3f83-4755-b175-bee032e5e5d1 initialized
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c6bed8d3-3f83-4755-b175-bee032e5e5d1 shut down
May 18, 2024 5:03:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 62cbfdd5-5f1c-4e18-9adb-1720c269f7f4 initialized
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 62cbfdd5-5f1c-4e18-9adb-1720c269f7f4 shut down
May 18, 2024 5:03:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 511bbbfe-8fe3-432b-8bab-8fc65efd8475 initialized
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 511bbbfe-8fe3-432b-8bab-8fc65efd8475 shut down
May 18, 2024 5:03:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e9e48656-763f-4140-950d-2e5262f3f4e8 initialized
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e9e48656-763f-4140-950d-2e5262f3f4e8 shut down
May 18, 2024 5:03:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3f9bc6e4-aa54-4b4d-a585-e5b2531f0662 initialized
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3f9bc6e4-aa54-4b4d-a585-e5b2531f0662 shut down
May 18, 2024 5:03:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8627b468-71ad-460e-bb55-fdda223fa735 initialized
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8627b468-71ad-460e-bb55-fdda223fa735 shut down
May 18, 2024 5:03:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 37bc6ce8-09f9-4775-96fa-54ad314a2eea initialized
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 37bc6ce8-09f9-4775-96fa-54ad314a2eea shut down
May 18, 2024 5:03:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container aed683e3-d11d-4ea2-b298-eea10d7c03f4 initialized
May 18, 2024 5:03:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container aed683e3-d11d-4ea2-b298-eea10d7c03f4 shut down
May 18, 2024 5:03:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:03:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 72258956-e781-4d08-aaa3-a3e8db3a86ab initialized
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 72258956-e781-4d08-aaa3-a3e8db3a86ab shut down
May 18, 2024 5:04:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3bcab1c8-358c-4793-a69b-2744e36156ae initialized
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3bcab1c8-358c-4793-a69b-2744e36156ae shut down
May 18, 2024 5:04:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1f048d36-70f7-496e-bb50-6c7167ee070e initialized
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1f048d36-70f7-496e-bb50-6c7167ee070e shut down
May 18, 2024 5:04:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 053c2eb1-ea62-445e-992f-6a08585711b6 initialized
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 053c2eb1-ea62-445e-992f-6a08585711b6 shut down
May 18, 2024 5:04:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f416b98c-2538-404f-bfb9-fce0d87ca6fe initialized
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f416b98c-2538-404f-bfb9-fce0d87ca6fe shut down
May 18, 2024 5:04:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5f6ce8df-6e12-48fc-af4a-c59f499d5024 initialized
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5f6ce8df-6e12-48fc-af4a-c59f499d5024 shut down
May 18, 2024 5:04:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 37adb853-72df-4580-ae55-970473aa7224 initialized
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 37adb853-72df-4580-ae55-970473aa7224 shut down
May 18, 2024 5:04:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 71a0431d-5873-424b-a004-84d27dbcf43f initialized
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 71a0431d-5873-424b-a004-84d27dbcf43f shut down
May 18, 2024 5:04:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e2233e78-379c-4f86-8a66-38fc1f268b1c initialized
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e2233e78-379c-4f86-8a66-38fc1f268b1c shut down
May 18, 2024 5:04:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 23247b46-d0a0-432b-9902-0e00118e24f5 initialized
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 23247b46-d0a0-432b-9902-0e00118e24f5 shut down
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.586 s -- in org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyPageRequestTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyTest
May 18, 2024 5:04:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 78dcfb68-e090-4d19-9eb7-95121c54e668 initialized
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 78dcfb68-e090-4d19-9eb7-95121c54e668 shut down
May 18, 2024 5:04:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 814161dd-f8c8-4d93-b82a-22849e06d5af initialized
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 814161dd-f8c8-4d93-b82a-22849e06d5af shut down
May 18, 2024 5:04:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3aba90c2-14e5-498e-84cd-fa2c2bd6ae9b initialized
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3aba90c2-14e5-498e-84cd-fa2c2bd6ae9b shut down
May 18, 2024 5:04:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5829f414-8d77-4ec9-9086-a6a1332e1962 initialized
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5829f414-8d77-4ec9-9086-a6a1332e1962 shut down
May 18, 2024 5:04:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f782b880-5e6d-4ab3-bac5-7ba392408b68 initialized
May 18, 2024 5:04:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f782b880-5e6d-4ab3-bac5-7ba392408b68 shut down
May 18, 2024 5:04:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 25d8c4bb-62bc-4df2-9f20-96b022cf73c2 initialized
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 25d8c4bb-62bc-4df2-9f20-96b022cf73c2 shut down
May 18, 2024 5:04:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 486212e6-978b-4d80-82f1-25a902a77db1 initialized
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 486212e6-978b-4d80-82f1-25a902a77db1 shut down
May 18, 2024 5:04:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 43d1e28a-cb9f-43cb-a3d0-1baa90e6f76a initialized
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 43d1e28a-cb9f-43cb-a3d0-1baa90e6f76a shut down
May 18, 2024 5:04:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7828eb2f-9865-4397-b288-a7dc632ca89b initialized
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7828eb2f-9865-4397-b288-a7dc632ca89b shut down
May 18, 2024 5:04:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container faa46ced-6970-4ef0-9d16-d41bb032d40b initialized
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container faa46ced-6970-4ef0-9d16-d41bb032d40b shut down
May 18, 2024 5:04:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 822de418-5279-4970-abd1-96974712f399 initialized
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 822de418-5279-4970-abd1-96974712f399 shut down
May 18, 2024 5:04:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6c85097c-071e-46ff-b41b-b62bd9a9e6cb initialized
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6c85097c-071e-46ff-b41b-b62bd9a9e6cb shut down
May 18, 2024 5:04:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fb0515d4-1912-40a3-8689-ae3dae647f96 initialized
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fb0515d4-1912-40a3-8689-ae3dae647f96 shut down
May 18, 2024 5:04:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6d9c4775-294c-457b-b224-7c712ace6d2f initialized
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6d9c4775-294c-457b-b224-7c712ace6d2f shut down
May 18, 2024 5:04:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 353bff5f-1298-4aee-93d9-d722d8fb8068 initialized
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 353bff5f-1298-4aee-93d9-d722d8fb8068 shut down
May 18, 2024 5:04:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container aa0a6ea9-bfc0-4d57-a4cd-1a7970bd6e16 initialized
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container aa0a6ea9-bfc0-4d57-a4cd-1a7970bd6e16 shut down
May 18, 2024 5:04:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2cfa17fc-b4f4-43eb-9a41-e58bf078efad initialized
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2cfa17fc-b4f4-43eb-9a41-e58bf078efad shut down
May 18, 2024 5:04:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5607cabe-7d27-43a6-aee0-7aa8805001c1 initialized
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5607cabe-7d27-43a6-aee0-7aa8805001c1 shut down
May 18, 2024 5:04:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8fd67291-aec1-4d35-a8a3-68bf913ee7e1 initialized
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8fd67291-aec1-4d35-a8a3-68bf913ee7e1 shut down
May 18, 2024 5:04:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 09e53b44-9559-4438-9e27-7dfe6a5f34a3 initialized
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 09e53b44-9559-4438-9e27-7dfe6a5f34a3 shut down
May 18, 2024 5:04:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4ef5685e-ec92-4e75-8bae-a26d4594821c initialized
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4ef5685e-ec92-4e75-8bae-a26d4594821c shut down
May 18, 2024 5:04:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bd9fc021-8228-44b2-89dd-ee411b3838ea initialized
May 18, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bd9fc021-8228-44b2-89dd-ee411b3838ea shut down
May 18, 2024 5:04:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e3db6053-32e4-43d0-8c85-bcd21f46425b initialized
May 18, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e3db6053-32e4-43d0-8c85-bcd21f46425b shut down
May 18, 2024 5:04:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1f94ff54-3c77-49de-9023-a9eee122f068 initialized
May 18, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1f94ff54-3c77-49de-9023-a9eee122f068 shut down
May 18, 2024 5:04:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f26030a1-0d66-4522-8a7a-362f89018ab9 initialized
May 18, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f26030a1-0d66-4522-8a7a-362f89018ab9 shut down
May 18, 2024 5:04:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3af822a6-af4e-40a1-af4e-f6b884928451 initialized
May 18, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3af822a6-af4e-40a1-af4e-f6b884928451 shut down
May 18, 2024 5:04:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9ebafcee-fa52-4151-8b42-ec87568965f7 initialized
May 18, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9ebafcee-fa52-4151-8b42-ec87568965f7 shut down
May 18, 2024 5:04:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2fe88051-130c-458f-92f5-3ff3ab40c06d initialized
May 18, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2fe88051-130c-458f-92f5-3ff3ab40c06d shut down
May 18, 2024 5:04:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 49ae9855-8986-4370-ab5a-d32bc263e961 initialized
May 18, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 49ae9855-8986-4370-ab5a-d32bc263e961 shut down
May 18, 2024 5:04:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a42c9d95-12b9-4ef2-a578-9354dc42f718 initialized
May 18, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a42c9d95-12b9-4ef2-a578-9354dc42f718 shut down
May 18, 2024 5:04:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f0f51866-dd52-4e84-854a-806c30578e2d initialized
May 18, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f0f51866-dd52-4e84-854a-806c30578e2d shut down
May 18, 2024 5:04:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 649dbdde-6832-4971-91c2-12106de65a58 initialized
May 18, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 649dbdde-6832-4971-91c2-12106de65a58 shut down
May 18, 2024 5:04:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 36fb3819-eb4f-4209-bbeb-7b17d2ce1402 initialized
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 36fb3819-eb4f-4209-bbeb-7b17d2ce1402 shut down
May 18, 2024 5:04:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b7fd9b9e-9fa3-4493-9978-42b84ab12c99 initialized
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b7fd9b9e-9fa3-4493-9978-42b84ab12c99 shut down
May 18, 2024 5:04:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bb075457-fe04-4858-90a2-c0217a1d54df initialized
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bb075457-fe04-4858-90a2-c0217a1d54df shut down
May 18, 2024 5:04:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1af1b123-cd3f-4f8e-a482-898c7da3fcf5 initialized
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1af1b123-cd3f-4f8e-a482-898c7da3fcf5 shut down
May 18, 2024 5:04:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 54eaefc0-ee31-42b1-9d7b-017b85bc8ab3 initialized
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 54eaefc0-ee31-42b1-9d7b-017b85bc8ab3 shut down
May 18, 2024 5:04:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 58cb9357-24ae-47fc-a6b7-a933ff051772 initialized
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 58cb9357-24ae-47fc-a6b7-a933ff051772 shut down
May 18, 2024 5:04:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3b10c39a-3eee-48e4-a34f-f393b1bce5d6 initialized
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3b10c39a-3eee-48e4-a34f-f393b1bce5d6 shut down
May 18, 2024 5:04:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a8b5ad8e-b619-412a-8fd2-e601858c4c14 initialized
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a8b5ad8e-b619-412a-8fd2-e601858c4c14 shut down
May 18, 2024 5:04:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 067008e4-376b-4f09-8993-6a49e2098f71 initialized
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 067008e4-376b-4f09-8993-6a49e2098f71 shut down
May 18, 2024 5:04:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 493e380c-b5ba-4a82-9a42-3ff509f6bd19 initialized
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 493e380c-b5ba-4a82-9a42-3ff509f6bd19 shut down
May 18, 2024 5:04:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8fd6003a-a1c8-4a49-aaff-ab7c8a55f3ce initialized
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8fd6003a-a1c8-4a49-aaff-ab7c8a55f3ce shut down
May 18, 2024 5:04:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bff68271-47e5-46ed-9833-b268b8141c0c initialized
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bff68271-47e5-46ed-9833-b268b8141c0c shut down
May 18, 2024 5:04:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container aac85474-4fa1-45f1-a2ae-ad43f6223093 initialized
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container aac85474-4fa1-45f1-a2ae-ad43f6223093 shut down
May 18, 2024 5:04:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 64d56cdd-c873-48a5-99cc-d290c5cad574 initialized
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 64d56cdd-c873-48a5-99cc-d290c5cad574 shut down
May 18, 2024 5:04:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d8b12d99-66a8-401c-b851-f37baa98935c initialized
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d8b12d99-66a8-401c-b851-f37baa98935c shut down
May 18, 2024 5:04:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 166035f9-9206-47ad-9b05-c92b18af2e49 initialized
May 18, 2024 5:04:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 166035f9-9206-47ad-9b05-c92b18af2e49 shut down
May 18, 2024 5:04:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5cc3af60-cdd3-49d7-8eba-0732f5e597e5 initialized
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5cc3af60-cdd3-49d7-8eba-0732f5e597e5 shut down
May 18, 2024 5:04:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4d35a640-d47d-4403-b002-f747639d1b59 initialized
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4d35a640-d47d-4403-b002-f747639d1b59 shut down
May 18, 2024 5:04:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9a95672f-4b0f-4320-a140-dd1ad2bc1e6f initialized
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9a95672f-4b0f-4320-a140-dd1ad2bc1e6f shut down
May 18, 2024 5:04:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2480dd4a-ff79-4846-a59e-39d9d90510cd initialized
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2480dd4a-ff79-4846-a59e-39d9d90510cd shut down
May 18, 2024 5:04:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8db53532-4f21-4de2-968e-e4299f978bc8 initialized
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8db53532-4f21-4de2-968e-e4299f978bc8 shut down
May 18, 2024 5:04:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c1bfcb91-66ac-42d0-badf-d53c6e681d16 initialized
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c1bfcb91-66ac-42d0-badf-d53c6e681d16 shut down
May 18, 2024 5:04:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9af547f0-2d67-4f95-aae1-6f08ed14faa4 initialized
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9af547f0-2d67-4f95-aae1-6f08ed14faa4 shut down
May 18, 2024 5:04:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d5c81203-7a66-4031-942b-204092323c7e initialized
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d5c81203-7a66-4031-942b-204092323c7e shut down
May 18, 2024 5:04:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8f0c4d6c-664d-4b51-b831-e3559d754b3f initialized
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8f0c4d6c-664d-4b51-b831-e3559d754b3f shut down
May 18, 2024 5:04:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8c531779-6e11-454d-9f64-839d72d31b94 initialized
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8c531779-6e11-454d-9f64-839d72d31b94 shut down
May 18, 2024 5:04:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 100561af-7674-4fd1-906c-c910343eb760 initialized
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 100561af-7674-4fd1-906c-c910343eb760 shut down
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.976 s -- in org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.RepositorySemiStructuredObserverParserTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s -- in org.eclipse.jnosql.mapping.semistructured.query.RepositorySemiStructuredObserverParserTest
[INFO] Running org.eclipse.jnosql.mapping.semistructured.query.SemiStructuredParameterBasedQueryTest
May 18, 2024 5:04:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ca08d3a6-33df-4721-a4b4-0e60162b7c19 initialized
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ca08d3a6-33df-4721-a4b4-0e60162b7c19 shut down
May 18, 2024 5:04:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5206651c-7911-44ba-af69-778c551d8214 initialized
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5206651c-7911-44ba-af69-778c551d8214 shut down
May 18, 2024 5:04:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 47fa7bae-879c-465c-8127-87896492e8d9 initialized
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 47fa7bae-879c-465c-8127-87896492e8d9 shut down
May 18, 2024 5:04:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 516274a5-8786-4c94-b977-927df3936a7b initialized
May 18, 2024 5:04:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 516274a5-8786-4c94-b977-927df3936a7b shut down
May 18, 2024 5:04:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 08c4bcb9-87d8-45e7-88d7-27c274936c16 initialized
May 18, 2024 5:04:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 08c4bcb9-87d8-45e7-88d7-27c274936c16 shut down
May 18, 2024 5:04:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 537ef83f-5fe2-490a-84bf-21a879c57830 initialized
May 18, 2024 5:04:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 537ef83f-5fe2-490a-84bf-21a879c57830 shut down
May 18, 2024 5:04:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f7b6d496-d4b3-467e-b13b-15af4b131d01 initialized
May 18, 2024 5:04:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f7b6d496-d4b3-467e-b13b-15af4b131d01 shut down
May 18, 2024 5:04:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 45153fe5-032f-4b77-b91d-baf11668466c initialized
May 18, 2024 5:04:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 45153fe5-032f-4b77-b91d-baf11668466c shut down
May 18, 2024 5:04:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 350a7546-1283-42f6-b1d9-db92af50c4f4 initialized
May 18, 2024 5:04:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 350a7546-1283-42f6-b1d9-db92af50c4f4 shut down
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.511 s -- in org.eclipse.jnosql.mapping.semistructured.query.SemiStructuredParameterBasedQueryTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 317, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-semistructured ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/target/jnosql-mapping-semistructured-1.1.1-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-semistructured >>>
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-semistructured ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 102 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 102 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-semistructured ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-semistructured <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-semistructured ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/target/jnosql-mapping-semistructured-1.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-semistructured ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in https://www.jnosql.org/jnosql-communication/jnosql-communication-semistructured/apidocs/ are in named modules.
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/AbstractSemiStructuredTemplate.java:85: warning: no comment
[WARNING] protected abstract EntitiesMetadata entities();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/AbstractSemiStructuredTemplate.java:345: warning: no comment
[WARNING] protected <T> T persist(T entity, UnaryOperator<CommunicationEntity> persistAction) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:105: warning: no comment
[WARNING] protected org.eclipse.jnosql.communication.semistructured.DeleteQuery deleteQuery(Method method, Object[] args) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:173: warning: no comment
[WARNING] protected Long executeCountByQuery(org.eclipse.jnosql.communication.semistructured.SelectQuery query) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:177: warning: no comment
[WARNING] protected boolean executeExistsByQuery(org.eclipse.jnosql.communication.semistructured.SelectQuery query) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:141: warning: no comment
[WARNING] protected Object executeFindByQuery(Method method, Object[] args, Class<?> typeClass, org.eclipse.jnosql.communication.semistructured.SelectQuery query) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:184: warning: no comment
[WARNING] protected Function<PageRequest, Page<T>> getPage(org.eclipse.jnosql.communication.semistructured.SelectQuery query) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:192: warning: no comment
[WARNING] protected Function<PageRequest, Optional<T>> getSingleResult(org.eclipse.jnosql.communication.semistructured.SelectQuery query) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:91: warning: no comment
[WARNING] protected org.eclipse.jnosql.communication.semistructured.SelectQuery query(Method method, Object[] args) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:197: warning: no comment
[WARNING] protected Function<PageRequest, Stream<T>> streamPagination(org.eclipse.jnosql.communication.semistructured.SelectQuery query) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:202: warning: no comment
[WARNING] protected org.eclipse.jnosql.communication.semistructured.SelectQuery updateQueryDynamically(Object[] args,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/EntityConverter.java:150: warning: no comment
[WARNING] protected <T> Consumer<String> feedObject(T entity, List<Element> elements, Map<String, FieldMetadata> fieldsGroupByName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/EntityConverter.java:145: warning: no comment
[WARNING] protected AttributeFieldValue to(FieldMetadata field, Object entity) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/EntityConverter.java:165: warning: no comment
[WARNING] protected <T> T toEntity(Class<T> type, List<Element> elements) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/RepositorySemiStructuredObserverParser.java:48: warning: no @param for entityMetadata
[WARNING] public static CommunicationObserverParser of(EntityMetadata entityMetadata) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/SemiStructuredParameterBasedQuery.java:52: warning: no @param for sorts
[WARNING] public org.eclipse.jnosql.communication.semistructured.SelectQuery toQuery(Map<String, Object> params,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/SemiStructuredParameterBasedQuery.java:82: warning: no @param for sorts
[WARNING] public org.eclipse.jnosql.communication.semistructured.SelectQuery toQueryNative(Map<String, Object> params,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/SemiStructuredParameterBasedQuery.java:42: warning: no comment
[WARNING] INSTANCE;
[WARNING] ^
[WARNING] 19 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/target/jnosql-mapping-semistructured-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-semistructured ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/target/jacoco.exec
[INFO] Analyzed bundle 'jnosql-mapping-semistructured' with 31 classes
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jnosql-mapping-semistructured ---
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-semistructured/1.1.1-SNAPSHOT/jnosql-mapping-semistructured-1.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/target/jnosql-mapping-semistructured-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-semistructured/1.1.1-SNAPSHOT/jnosql-mapping-semistructured-1.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/target/jnosql-mapping-semistructured-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-semistructured/1.1.1-SNAPSHOT/jnosql-mapping-semistructured-1.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/target/jnosql-mapping-semistructured-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-semistructured/1.1.1-SNAPSHOT/jnosql-mapping-semistructured-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] ---------< org.eclipse.jnosql.mapping:jnosql-mapping-document >---------
[INFO] Building jnosql-mapping-document 1.1.1-SNAPSHOT                  [12/15]
[INFO]   from jnosql-mapping/jnosql-mapping-document/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-document ---
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-document ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-document/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 22 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 22 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-document ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-document/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-document ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ jnosql-mapping-document ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 8 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-document/src/main/java/org/eclipse/jnosql/mapping/document/configuration/DocumentManagerSupplier.java: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-document/src/main/java/org/eclipse/jnosql/mapping/document/configuration/DocumentManagerSupplier.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-document/src/main/java/org/eclipse/jnosql/mapping/document/configuration/DocumentManagerSupplier.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-document ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-document ---
[INFO] Copying 3 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ jnosql-mapping-document ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-document ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.jnosql.mapping.document.DefaultDocumentTemplateProducerTest
May 18, 2024 5:04:11 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
May 18, 2024 5:04:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 18, 2024 5:04:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:17 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 18, 2024 5:04:17 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
May 18, 2024 5:04:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4332f637-a049-4f72-b9fd-0cdd6ac7c82b initialized
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
May 18, 2024 5:04:19 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4332f637-a049-4f72-b9fd-0cdd6ac7c82b shut down
May 18, 2024 5:04:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 18, 2024 5:04:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:20 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 18, 2024 5:04:20 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
May 18, 2024 5:04:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 245f62eb-552a-48c9-b3d2-c594d99f4ab6 initialized
May 18, 2024 5:04:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 245f62eb-552a-48c9-b3d2-c594d99f4ab6 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.179 s -- in org.eclipse.jnosql.mapping.document.DefaultDocumentTemplateProducerTest
[INFO] Running org.eclipse.jnosql.mapping.document.DocumentTemplateTest
May 18, 2024 5:04:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 18, 2024 5:04:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:20 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 18, 2024 5:04:20 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
May 18, 2024 5:04:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 56005601-e227-4755-a5f9-d8f502ff8a14 initialized
May 18, 2024 5:04:20 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 56005601-e227-4755-a5f9-d8f502ff8a14 shut down
May 18, 2024 5:04:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 18, 2024 5:04:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:20 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 18, 2024 5:04:20 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
May 18, 2024 5:04:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bedee250-3734-4e10-b437-c56be5a46646 initialized
May 18, 2024 5:04:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bedee250-3734-4e10-b437-c56be5a46646 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.504 s -- in org.eclipse.jnosql.mapping.document.DocumentTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.document.configuration.DocumentManagerSupplierTest
May 18, 2024 5:04:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 18, 2024 5:04:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:21 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 18, 2024 5:04:21 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
May 18, 2024 5:04:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 33cfd1b1-66f0-4162-9519-fb50fc6bb302 initialized
May 18, 2024 5:04:21 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 33cfd1b1-66f0-4162-9519-fb50fc6bb302 shut down
May 18, 2024 5:04:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
May 18, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 88b83d03-c279-4e7c-b347-67e53c7dfa42 initialized
May 18, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 88b83d03-c279-4e7c-b347-67e53c7dfa42 shut down
May 18, 2024 5:04:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
May 18, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fcab5e98-69e0-4fae-a62e-abd9545c3089 initialized
May 18, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fcab5e98-69e0-4fae-a62e-abd9545c3089 shut down
May 18, 2024 5:04:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
May 18, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e8dd9e6c-8d16-4555-8ebf-6dc48e394809 initialized
May 18, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e8dd9e6c-8d16-4555-8ebf-6dc48e394809 shut down
May 18, 2024 5:04:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
May 18, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5f0e18ca-bd19-4328-9c30-064784707d11 initialized
May 18, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5f0e18ca-bd19-4328-9c30-064784707d11 shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.563 s -- in org.eclipse.jnosql.mapping.document.configuration.DocumentManagerSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.document.query.DocumentRepositoryExtensionTest
May 18, 2024 5:04:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 18, 2024 5:04:22 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
May 18, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 10b3919b-d9b5-4066-838e-ceac334e9a06 initialized
May 18, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 10b3919b-d9b5-4066-838e-ceac334e9a06 shut down
May 18, 2024 5:04:23 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
May 18, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b2dfa0c6-f22a-404b-b35d-c9ec4fe35fde initialized
May 18, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b2dfa0c6-f22a-404b-b35d-c9ec4fe35fde shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.597 s -- in org.eclipse.jnosql.mapping.document.query.DocumentRepositoryExtensionTest
[INFO] Running org.eclipse.jnosql.mapping.document.spi.DocumentExtensionTest
May 18, 2024 5:04:23 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
May 18, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ad4c4226-4d2c-4515-99b4-97fa6377b592 initialized
May 18, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ad4c4226-4d2c-4515-99b4-97fa6377b592 shut down
May 18, 2024 5:04:23 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
May 18, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8a02eee7-24dc-4677-b6b2-8a94324c0388 initialized
May 18, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8a02eee7-24dc-4677-b6b2-8a94324c0388 shut down
May 18, 2024 5:04:23 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
May 18, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 71c809d9-08b4-44bb-ab0a-5fac5ce6c42c initialized
May 18, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 71c809d9-08b4-44bb-ab0a-5fac5ce6c42c shut down
May 18, 2024 5:04:23 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type DOCUMENT to metadata DOCUMENT@
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing Document extension: 2 databases crud 1 found
May 18, 2024 5:04:23 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery
INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository]
May 18, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 21fd0b0d-2d04-499a-b81f-a90121c5dacc initialized
May 18, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 21fd0b0d-2d04-499a-b81f-a90121c5dacc shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.703 s -- in org.eclipse.jnosql.mapping.document.spi.DocumentExtensionTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-document ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-document/target/jnosql-mapping-document-1.1.1-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-document >>>
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-document ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-document/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 22 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 22 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-document ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-document/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-document <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-document ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-document/target/jnosql-mapping-document-1.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-document ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-document/target/jnosql-mapping-document-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-document ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-document/target/jacoco.exec
[INFO] Analyzed bundle 'jnosql-mapping-document' with 7 classes
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jnosql-mapping-document ---
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-document/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-document/1.1.1-SNAPSHOT/jnosql-mapping-document-1.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-document/target/jnosql-mapping-document-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-document/1.1.1-SNAPSHOT/jnosql-mapping-document-1.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-document/target/jnosql-mapping-document-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-document/1.1.1-SNAPSHOT/jnosql-mapping-document-1.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-document/target/jnosql-mapping-document-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-document/1.1.1-SNAPSHOT/jnosql-mapping-document-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] ----------< org.eclipse.jnosql.mapping:jnosql-mapping-column >----------
[INFO] Building jnosql-mapping-column 1.1.1-SNAPSHOT                    [13/15]
[INFO]   from jnosql-mapping/jnosql-mapping-column/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-column ---
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-column ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 24 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 24 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-column ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-column ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ jnosql-mapping-column ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 8 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/src/main/java/org/eclipse/jnosql/mapping/column/configuration/ColumnManagerSupplier.java: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/src/main/java/org/eclipse/jnosql/mapping/column/configuration/ColumnManagerSupplier.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/src/main/java/org/eclipse/jnosql/mapping/column/configuration/ColumnManagerSupplier.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-column ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-column ---
[INFO] Copying 3 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ jnosql-mapping-column ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 13 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-column ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.jnosql.mapping.column.ColumnTemplateTest
May 18, 2024 5:04:29 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
May 18, 2024 5:04:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 18, 2024 5:04:33 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 18, 2024 5:04:33 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
May 18, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2048ee21-4343-43ab-8bd6-922bb6505006 initialized
May 18, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2048ee21-4343-43ab-8bd6-922bb6505006 shut down
May 18, 2024 5:04:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 18, 2024 5:04:34 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 18, 2024 5:04:34 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
May 18, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c31fa21e-b354-424e-8f03-b0eeca4a1e11 initialized
May 18, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c31fa21e-b354-424e-8f03-b0eeca4a1e11 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.466 s -- in org.eclipse.jnosql.mapping.column.ColumnTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.column.DatabaseQualifierTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.jnosql.mapping.column.DatabaseQualifierTest
[INFO] Running org.eclipse.jnosql.mapping.column.DefaultColumnTemplateProducerTest
May 18, 2024 5:04:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 18, 2024 5:04:34 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 18, 2024 5:04:34 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
May 18, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 745d54f9-6566-4b03-9b4e-03a17634f075 initialized
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
May 18, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 745d54f9-6566-4b03-9b4e-03a17634f075 shut down
May 18, 2024 5:04:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 18, 2024 5:04:37 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 18, 2024 5:04:37 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
May 18, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c177b974-4630-491c-9755-381a2cb774f3 initialized
May 18, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c177b974-4630-491c-9755-381a2cb774f3 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.926 s -- in org.eclipse.jnosql.mapping.column.DefaultColumnTemplateProducerTest
[INFO] Running org.eclipse.jnosql.mapping.column.configuration.ColumnManagerSupplierTest
May 18, 2024 5:04:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 18, 2024 5:04:37 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 18, 2024 5:04:37 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
May 18, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5c169d08-596a-47b5-88d0-90c1dac3c5f9 initialized
May 18, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5c169d08-596a-47b5-88d0-90c1dac3c5f9 shut down
May 18, 2024 5:04:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 18, 2024 5:04:38 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 18, 2024 5:04:38 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
May 18, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dbe463ea-deae-44a2-acb7-e37f5af10bdf initialized
May 18, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dbe463ea-deae-44a2-acb7-e37f5af10bdf shut down
May 18, 2024 5:04:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 18, 2024 5:04:38 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 18, 2024 5:04:38 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
May 18, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b95d7d54-b0a2-41f6-b35b-97bdfb3df9e8 initialized
May 18, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b95d7d54-b0a2-41f6-b35b-97bdfb3df9e8 shut down
May 18, 2024 5:04:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 18, 2024 5:04:38 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 18, 2024 5:04:38 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
May 18, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cda4537a-9cea-4009-b462-d5d921a5490d initialized
May 18, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cda4537a-9cea-4009-b462-d5d921a5490d shut down
May 18, 2024 5:04:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 18, 2024 5:04:39 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 18, 2024 5:04:39 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
May 18, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2c450092-adce-400e-ab16-6e9ddcc9e277 initialized
May 18, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2c450092-adce-400e-ab16-6e9ddcc9e277 shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.706 s -- in org.eclipse.jnosql.mapping.column.configuration.ColumnManagerSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.column.query.ColumnRepositoryExtensionTest
May 18, 2024 5:04:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 18, 2024 5:04:39 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 18, 2024 5:04:39 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
May 18, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8d754b35-aa31-4303-ae83-1bcf465e8c6a initialized
May 18, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8d754b35-aa31-4303-ae83-1bcf465e8c6a shut down
May 18, 2024 5:04:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 18, 2024 5:04:39 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 18, 2024 5:04:39 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
May 18, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2de55c69-1548-4333-81b9-57a457578f88 initialized
May 18, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2de55c69-1548-4333-81b9-57a457578f88 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.599 s -- in org.eclipse.jnosql.mapping.column.query.ColumnRepositoryExtensionTest
[INFO] Running org.eclipse.jnosql.mapping.column.spi.ColumnExtensionTest
May 18, 2024 5:04:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 18, 2024 5:04:39 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 18, 2024 5:04:39 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
May 18, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5c169c28-5e76-417e-9c5f-440d969b53ab initialized
May 18, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5c169c28-5e76-417e-9c5f-440d969b53ab shut down
May 18, 2024 5:04:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 18, 2024 5:04:40 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 18, 2024 5:04:40 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
May 18, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 485ba607-5c56-42fa-9874-bb20fa630b8d initialized
May 18, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 485ba607-5c56-42fa-9874-bb20fa630b8d shut down
May 18, 2024 5:04:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 18, 2024 5:04:40 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 18, 2024 5:04:40 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
May 18, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 357787b6-4d39-4d75-a019-c6748b74747f initialized
May 18, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 357787b6-4d39-4d75-a019-c6748b74747f shut down
May 18, 2024 5:04:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@
May 18, 2024 5:04:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock
May 18, 2024 5:04:40 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing Column extension: 2 databases crud 1 found
May 18, 2024 5:04:40 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery
INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository]
May 18, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7895aa75-11dc-4541-9339-5c96ca68175b initialized
May 18, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7895aa75-11dc-4541-9339-5c96ca68175b shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.712 s -- in org.eclipse.jnosql.mapping.column.spi.ColumnExtensionTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-column ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/target/jnosql-mapping-column-1.1.1-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-column >>>
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-column ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 24 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 24 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-column ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-column <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-column ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/target/jnosql-mapping-column-1.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-column ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/target/jnosql-mapping-column-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-column ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/target/jacoco.exec
[INFO] Analyzed bundle 'jnosql-mapping-column' with 7 classes
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jnosql-mapping-column ---
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-column/1.1.1-SNAPSHOT/jnosql-mapping-column-1.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/target/jnosql-mapping-column-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-column/1.1.1-SNAPSHOT/jnosql-mapping-column-1.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/target/jnosql-mapping-column-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-column/1.1.1-SNAPSHOT/jnosql-mapping-column-1.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/target/jnosql-mapping-column-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-column/1.1.1-SNAPSHOT/jnosql-mapping-column-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --------< org.eclipse.jnosql.mapping:jnosql-mapping-key-value >---------
[INFO] Building jnosql-mapping-key-value 1.1.1-SNAPSHOT                 [14/15]
[INFO]   from jnosql-mapping/jnosql-mapping-key-value/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-key-value ---
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-key-value ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 56 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 56 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-key-value ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-key-value ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ jnosql-mapping-key-value ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 22 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/AbstractKeyValueTemplate.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/AbstractKeyValueTemplate.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-key-value ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-key-value ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ jnosql-mapping-key-value ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 31 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/test/java/org/eclipse/jnosql/mapping/keyvalue/DefaultKeyValueTemplateTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/test/java/org/eclipse/jnosql/mapping/keyvalue/DefaultKeyValueTemplateTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-key-value ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueEntityConverterTest
May 18, 2024 5:04:46 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 5.1.2 (Final)
May 18, 2024 5:04:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:51 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:51 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1782ac10-8784-4c7e-99e0-af95403c829c initialized
May 18, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1782ac10-8784-4c7e-99e0-af95403c829c shut down
May 18, 2024 5:04:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 27a60519-da78-41b6-a6e8-d41b432475dd initialized
May 18, 2024 5:04:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 27a60519-da78-41b6-a6e8-d41b432475dd shut down
May 18, 2024 5:04:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7e3fc183-2a4d-4e38-a0e0-9b88ca2c2037 initialized
May 18, 2024 5:04:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7e3fc183-2a4d-4e38-a0e0-9b88ca2c2037 shut down
May 18, 2024 5:04:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 37a11ddd-c519-467d-87a2-e10ce12b116c initialized
May 18, 2024 5:04:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 37a11ddd-c519-467d-87a2-e10ce12b116c shut down
May 18, 2024 5:04:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fdab7d5d-edc0-46f9-8f55-def610a2e34e initialized
May 18, 2024 5:04:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fdab7d5d-edc0-46f9-8f55-def610a2e34e shut down
May 18, 2024 5:04:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5434190f-6ebe-4de6-b5ed-b325e9ecf1b0 initialized
May 18, 2024 5:04:52 AM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.keyvalue.entities.PlateConverter not found on CDI context, creating by constructor
May 18, 2024 5:04:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5434190f-6ebe-4de6-b5ed-b325e9ecf1b0 shut down
May 18, 2024 5:04:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7d3000d2-e1f0-49fe-b59c-f816fb801911 initialized
May 18, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7d3000d2-e1f0-49fe-b59c-f816fb801911 shut down
May 18, 2024 5:04:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1a3175ab-4c18-4c22-be5b-27e34cc1611f initialized
May 18, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1a3175ab-4c18-4c22-be5b-27e34cc1611f shut down
May 18, 2024 5:04:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1a8260a6-ffcb-47ff-aaa6-8a64992438f4 initialized
May 18, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1a8260a6-ffcb-47ff-aaa6-8a64992438f4 shut down
May 18, 2024 5:04:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c43c7ee7-1e46-495b-91e3-64de4e7da5b2 initialized
May 18, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c43c7ee7-1e46-495b-91e3-64de4e7da5b2 shut down
May 18, 2024 5:04:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 28f2f5c0-7513-4204-8c52-76f69734ce4c initialized
May 18, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 28f2f5c0-7513-4204-8c52-76f69734ce4c shut down
May 18, 2024 5:04:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d87487a5-36f9-4e9c-b281-1553aa902b40 initialized
May 18, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d87487a5-36f9-4e9c-b281-1553aa902b40 shut down
May 18, 2024 5:04:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8631ce7e-aef2-4804-93e6-27d52626e2dc initialized
May 18, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8631ce7e-aef2-4804-93e6-27d52626e2dc shut down
May 18, 2024 5:04:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6d95b9b9-39ac-4563-8323-43f404c13cc2 initialized
May 18, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6d95b9b9-39ac-4563-8323-43f404c13cc2 shut down
May 18, 2024 5:04:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:53 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a4694db5-99b0-4412-9f52-b7aef9100bc0 initialized
May 18, 2024 5:04:54 AM org.eclipse.jnosql.mapping.core.Converters getInstance
INFO: The converter type: class org.eclipse.jnosql.mapping.keyvalue.entities.PlateConverter not found on CDI context, creating by constructor
May 18, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a4694db5-99b0-4412-9f52-b7aef9100bc0 shut down
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.451 s -- in org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueEntityConverterTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueTemplateTest
May 18, 2024 5:04:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:54 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:54 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9abfb3a8-1d5d-48ad-8716-7e07bdf8f370 initialized
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
May 18, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9abfb3a8-1d5d-48ad-8716-7e07bdf8f370 shut down
May 18, 2024 5:04:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:56 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:56 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fd95d68c-db88-42a5-a672-ec7b0f8dd54b initialized
May 18, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fd95d68c-db88-42a5-a672-ec7b0f8dd54b shut down
May 18, 2024 5:04:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:57 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:57 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b7aa0411-a486-4273-82e3-868c727dbff9 initialized
May 18, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b7aa0411-a486-4273-82e3-868c727dbff9 shut down
May 18, 2024 5:04:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:57 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:57 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3307722f-a3d8-4139-82be-ecf141bb56b9 initialized
May 18, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3307722f-a3d8-4139-82be-ecf141bb56b9 shut down
May 18, 2024 5:04:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:57 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:57 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d2146f76-7a72-40e6-aac2-5ea472cbdf98 initialized
May 18, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d2146f76-7a72-40e6-aac2-5ea472cbdf98 shut down
May 18, 2024 5:04:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:58 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:58 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1f270322-3d83-431a-81fe-b2d15b18a8d1 initialized
May 18, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1f270322-3d83-431a-81fe-b2d15b18a8d1 shut down
May 18, 2024 5:04:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:58 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:58 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ab80ce24-d5ac-4382-a6ce-a1795b5c372e initialized
May 18, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ab80ce24-d5ac-4382-a6ce-a1795b5c372e shut down
May 18, 2024 5:04:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:58 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:58 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0dc2dc60-9690-4b0e-a627-668a6938e60b initialized
May 18, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0dc2dc60-9690-4b0e-a627-668a6938e60b shut down
May 18, 2024 5:04:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:58 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:58 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c47a8296-8dbd-4db8-afe8-757edd93915f initialized
May 18, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c47a8296-8dbd-4db8-afe8-757edd93915f shut down
May 18, 2024 5:04:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:58 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:58 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7a3df391-e4d8-4d54-bd8b-befe3f224ca8 initialized
May 18, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7a3df391-e4d8-4d54-bd8b-befe3f224ca8 shut down
May 18, 2024 5:04:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:59 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:59 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c1120f43-2355-4a0f-8782-d712666f5364 initialized
May 18, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c1120f43-2355-4a0f-8782-d712666f5364 shut down
May 18, 2024 5:04:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:59 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:59 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 52e1e55d-a486-4a92-ae55-b7346f095e2f initialized
May 18, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 52e1e55d-a486-4a92-ae55-b7346f095e2f shut down
May 18, 2024 5:04:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:59 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:59 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 83c39330-d2a2-45b9-8f0b-694da34c8688 initialized
May 18, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 83c39330-d2a2-45b9-8f0b-694da34c8688 shut down
May 18, 2024 5:04:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:59 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:59 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0eeb4655-e0c2-4d72-b366-89d4e97d5c44 initialized
May 18, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0eeb4655-e0c2-4d72-b366-89d4e97d5c44 shut down
May 18, 2024 5:04:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:59 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:59 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 77340b6c-ed39-47fe-be28-9d5cbb6b9617 initialized
May 18, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 77340b6c-ed39-47fe-be28-9d5cbb6b9617 shut down
May 18, 2024 5:04:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:04:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:04:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:04:59 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:04:59 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 55744b07-636c-4443-b793-47e2aaf1485d initialized
May 18, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 55744b07-636c-4443-b793-47e2aaf1485d shut down
May 18, 2024 5:05:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:00 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:00 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 57797746-9880-4928-a346-3bca35307746 initialized
May 18, 2024 5:05:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 57797746-9880-4928-a346-3bca35307746 shut down
May 18, 2024 5:05:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:00 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:00 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 91c16ff2-30ed-4c82-b426-a68fb2d55680 initialized
May 18, 2024 5:05:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 91c16ff2-30ed-4c82-b426-a68fb2d55680 shut down
May 18, 2024 5:05:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:00 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:00 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2ff73745-c682-4d5d-bc9b-6ea4a39fd1af initialized
May 18, 2024 5:05:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2ff73745-c682-4d5d-bc9b-6ea4a39fd1af shut down
May 18, 2024 5:05:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:00 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:00 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 258ada08-2b3c-458f-94f4-f1b513d844f4 initialized
May 18, 2024 5:05:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 258ada08-2b3c-458f-94f4-f1b513d844f4 shut down
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.486 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.188 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueEventPersistManagerTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateProducerTest
May 18, 2024 5:05:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:00 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:00 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c0950b70-8da7-4848-9f2b-912f0c655648 initialized
May 18, 2024 5:05:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c0950b70-8da7-4848-9f2b-912f0c655648 shut down
May 18, 2024 5:05:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 97f88368-fe2d-4c83-87e1-0a31d0d3c9ff initialized
May 18, 2024 5:05:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 97f88368-fe2d-4c83-87e1-0a31d0d3c9ff shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateProducerTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateTest
May 18, 2024 5:05:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 365cc774-a33d-4602-9764-0a446a15b6fe initialized
May 18, 2024 5:05:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 365cc774-a33d-4602-9764-0a446a15b6fe shut down
May 18, 2024 5:05:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d47f6527-3f33-4f0e-8535-8dd1bc7fe620 initialized
May 18, 2024 5:05:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d47f6527-3f33-4f0e-8535-8dd1bc7fe620 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerFactorySupplierTest
May 18, 2024 5:05:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8fd38855-180e-4fef-8946-9a0335984b6f initialized
May 18, 2024 5:05:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8fd38855-180e-4fef-8946-9a0335984b6f shut down
May 18, 2024 5:05:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:02 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:02 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1c30308a-09d6-4770-be52-14ef6a7fbb76 initialized
May 18, 2024 5:05:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1c30308a-09d6-4770-be52-14ef6a7fbb76 shut down
May 18, 2024 5:05:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:02 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:02 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a0377d96-6769-4ee1-8a77-a2019d128df5 initialized
May 18, 2024 5:05:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a0377d96-6769-4ee1-8a77-a2019d128df5 shut down
May 18, 2024 5:05:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:02 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:02 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 37cadc0a-94d9-4c9a-a965-673eb0fd3c33 initialized
May 18, 2024 5:05:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 37cadc0a-94d9-4c9a-a965-673eb0fd3c33 shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.216 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerFactorySupplierTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerSupplierTest
May 18, 2024 5:05:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:02 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:02 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 39c8148d-da8d-4853-b793-c5cbf28e194b initialized
May 18, 2024 5:05:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 39c8148d-da8d-4853-b793-c5cbf28e194b shut down
May 18, 2024 5:05:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:02 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:02 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5783b7dc-c50a-49a9-a726-01400fc144e4 initialized
May 18, 2024 5:05:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5783b7dc-c50a-49a9-a726-01400fc144e4 shut down
May 18, 2024 5:05:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:02 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:02 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5b4789a6-49a0-41fb-a809-d22c752a1b37 initialized
May 18, 2024 5:05:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5b4789a6-49a0-41fb-a809-d22c752a1b37 shut down
May 18, 2024 5:05:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2ed0bedc-2189-4cfc-954d-4a7ac79f823c initialized
May 18, 2024 5:05:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2ed0bedc-2189-4cfc-954d-4a7ac79f823c shut down
May 18, 2024 5:05:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 31fdc935-f6dc-45b3-b93d-b1b159833ccf initialized
May 18, 2024 5:05:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 31fdc935-f6dc-45b3-b93d-b1b159833ccf shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.563 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.CollectionSupplierTest
May 18, 2024 5:05:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4468a12b-c3ef-4caa-948a-271261500fa2 initialized
May 18, 2024 5:05:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4468a12b-c3ef-4caa-948a-271261500fa2 shut down
May 18, 2024 5:05:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6ce8b612-a5ae-451f-8cfd-2c5579b7b7da initialized
May 18, 2024 5:05:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6ce8b612-a5ae-451f-8cfd-2c5579b7b7da shut down
May 18, 2024 5:05:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 22c4a04f-36ce-4e07-873d-94ebefa11bb0 initialized
May 18, 2024 5:05:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 22c4a04f-36ce-4e07-873d-94ebefa11bb0 shut down
May 18, 2024 5:05:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 991e9765-d810-4608-b04f-b016fe71e93b initialized
May 18, 2024 5:05:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 991e9765-d810-4608-b04f-b016fe71e93b shut down
May 18, 2024 5:05:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 192908ac-4764-4d67-acdc-75000ddd5301 initialized
May 18, 2024 5:05:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 192908ac-4764-4d67-acdc-75000ddd5301 shut down
May 18, 2024 5:05:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:03 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8648560b-bec7-4aec-a967-a36b7597bff1 initialized
May 18, 2024 5:05:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8648560b-bec7-4aec-a967-a36b7597bff1 shut down
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.824 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.CollectionSupplierTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.query.DefaultKeyValueRepositoryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s -- in org.eclipse.jnosql.mapping.keyvalue.query.DefaultKeyValueRepositoryTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProducerTest
May 18, 2024 5:05:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b95fa6c9-1214-4cf1-9052-1ffaa1104ac1 initialized
May 18, 2024 5:05:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b95fa6c9-1214-4cf1-9052-1ffaa1104ac1 shut down
May 18, 2024 5:05:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 75873a38-33a6-4305-af6e-4f6c5ab78d40 initialized
May 18, 2024 5:05:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 75873a38-33a6-4305-af6e-4f6c5ab78d40 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s -- in org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProducerTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProxyTest
May 18, 2024 5:05:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 716dad19-4e07-4f58-9e97-7e9f21e277a8 initialized
May 18, 2024 5:05:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 716dad19-4e07-4f58-9e97-7e9f21e277a8 shut down
May 18, 2024 5:05:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container df2e5452-3e7d-40bf-b54b-a55b42c06fd7 initialized
May 18, 2024 5:05:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container df2e5452-3e7d-40bf-b54b-a55b42c06fd7 shut down
May 18, 2024 5:05:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:04 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8fe13532-e10d-4ab8-9aea-968f3b0016fb initialized
May 18, 2024 5:05:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8fe13532-e10d-4ab8-9aea-968f3b0016fb shut down
May 18, 2024 5:05:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 22762eb0-4d23-4dfc-97a4-e1c38c90d2ba initialized
May 18, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 22762eb0-4d23-4dfc-97a4-e1c38c90d2ba shut down
May 18, 2024 5:05:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 767d2d92-6ded-4445-80a7-117df76b4665 initialized
May 18, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 767d2d92-6ded-4445-80a7-117df76b4665 shut down
May 18, 2024 5:05:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e21fdc6b-454c-471a-bbb3-9726e778f1c3 initialized
May 18, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e21fdc6b-454c-471a-bbb3-9726e778f1c3 shut down
May 18, 2024 5:05:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bb1b3ec6-c9f7-490b-b5ca-7d556f7fbba8 initialized
May 18, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bb1b3ec6-c9f7-490b-b5ca-7d556f7fbba8 shut down
May 18, 2024 5:05:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4c1942ea-97d5-4611-a6b9-85433dd55901 initialized
May 18, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4c1942ea-97d5-4611-a6b9-85433dd55901 shut down
May 18, 2024 5:05:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3360277d-699b-41d0-b2f5-28ef4a179775 initialized
May 18, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3360277d-699b-41d0-b2f5-28ef4a179775 shut down
May 18, 2024 5:05:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8ba561a7-4425-4152-8ce5-370f7016a5a7 initialized
May 18, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8ba561a7-4425-4152-8ce5-370f7016a5a7 shut down
May 18, 2024 5:05:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 28aff134-e12e-420d-a078-2a483b359ea2 initialized
May 18, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 28aff134-e12e-420d-a078-2a483b359ea2 shut down
May 18, 2024 5:05:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c9b0c026-2994-4fd9-a3fc-ae0105852aaa initialized
May 18, 2024 5:05:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c9b0c026-2994-4fd9-a3fc-ae0105852aaa shut down
May 18, 2024 5:05:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b08534ef-9f7b-4457-a100-3a35542a7d08 initialized
May 18, 2024 5:05:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b08534ef-9f7b-4457-a100-3a35542a7d08 shut down
May 18, 2024 5:05:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6fb7240a-2256-4b6b-9fd1-061f0634d260 initialized
May 18, 2024 5:05:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6fb7240a-2256-4b6b-9fd1-061f0634d260 shut down
May 18, 2024 5:05:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7289ebfd-9601-4298-a4f5-a6b3625fba42 initialized
May 18, 2024 5:05:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7289ebfd-9601-4298-a4f5-a6b3625fba42 shut down
May 18, 2024 5:05:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 04ea8b31-8dc8-4b2d-92b4-612920b2d4ba initialized
May 18, 2024 5:05:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 04ea8b31-8dc8-4b2d-92b4-612920b2d4ba shut down
May 18, 2024 5:05:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2585338f-6155-458b-b6a4-e2baa6a432c2 initialized
May 18, 2024 5:05:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2585338f-6155-458b-b6a4-e2baa6a432c2 shut down
May 18, 2024 5:05:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 45376a30-8fd5-40b8-b893-100a87128768 initialized
May 18, 2024 5:05:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 45376a30-8fd5-40b8-b893-100a87128768 shut down
May 18, 2024 5:05:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8177a861-7e26-46de-a500-f83623392f39 initialized
May 18, 2024 5:05:09 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8177a861-7e26-46de-a500-f83623392f39 shut down
May 18, 2024 5:05:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6772fa0d-78d9-4b1c-8fc6-7bb5c2ebd00f initialized
May 18, 2024 5:05:09 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6772fa0d-78d9-4b1c-8fc6-7bb5c2ebd00f shut down
May 18, 2024 5:05:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 303b2a83-9293-483b-96e5-4bc277950b2a initialized
May 18, 2024 5:05:09 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 303b2a83-9293-483b-96e5-4bc277950b2a shut down
May 18, 2024 5:05:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d70ecc05-521b-4ea9-a23d-f04385cd4ef1 initialized
May 18, 2024 5:05:09 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d70ecc05-521b-4ea9-a23d-f04385cd4ef1 shut down
May 18, 2024 5:05:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 901e858b-2099-419d-8ac6-7621c421562b initialized
May 18, 2024 5:05:09 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 901e858b-2099-419d-8ac6-7621c421562b shut down
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.857 s -- in org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProxyTest
[INFO] Running org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtensionTest
May 18, 2024 5:05:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dcc2ea55-4fdf-4d4e-8d08-8ae0e8e49349 initialized
May 18, 2024 5:05:09 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dcc2ea55-4fdf-4d4e-8d08-8ae0e8e49349 shut down
May 18, 2024 5:05:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 18, 2024 5:05:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 18, 2024 5:05:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1
INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock
May 18, 2024 5:05:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing Key-Value extension: 1 databases crud 2 found
May 18, 2024 5:05:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery
INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository]
May 18, 2024 5:05:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e6f68e60-38d0-41f9-a563-dee60bd20317 initialized
May 18, 2024 5:05:09 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e6f68e60-38d0-41f9-a563-dee60bd20317 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s -- in org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtensionTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-key-value ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/target/jnosql-mapping-key-value-1.1.1-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-key-value >>>
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-key-value ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 56 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 56 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-key-value ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-key-value <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-key-value ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/target/jnosql-mapping-key-value-1.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-key-value ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in https://www.jnosql.org/jnosql-communication/jnosql-communication-key-value/apidocs/ are in named modules.
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/AbstractKeyValueRepositoryProxy.java:22: warning: no comment
[WARNING] public abstract class AbstractKeyValueRepositoryProxy<T, K> extends AbstractRepositoryProxy<T, K> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/AbstractKeyValueRepositoryProxy.java:25: warning: no comment
[WARNING] protected abstract KeyValueTemplate template();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/AbstractKeyValueRepositoryProxy.java:27: warning: no comment
[WARNING] protected abstract Class<T> type();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/AbstractKeyValueTemplate.java:40: warning: no comment
[WARNING] protected abstract KeyValueEntityConverter getConverter();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/AbstractKeyValueTemplate.java:44: warning: no comment
[WARNING] protected abstract KeyValueEventPersistManager getEventManager();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/AbstractKeyValueTemplate.java:42: warning: no comment
[WARNING] protected abstract BucketManager getManager();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/AbstractKeyValueTemplate.java:147: warning: no comment
[WARNING] protected <T> T persist(T entity, Consumer<KeyValueEntity> persistAction) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/configuration/CollectionSupplier.java:34: warning: no comment
[WARNING] public class CollectionSupplier {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/configuration/CollectionSupplier.java:43: warning: no comment
[WARNING] public <T> List<T> getList(InjectionPoint injectionPoint) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/configuration/CollectionSupplier.java:64: warning: no comment
[WARNING] public <K, V> Map<K, V> getMap(InjectionPoint injectionPoint) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/configuration/CollectionSupplier.java:50: warning: no comment
[WARNING] public <T> Queue<T> getQueue(InjectionPoint injectionPoint) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/configuration/CollectionSupplier.java:57: warning: no comment
[WARNING] public <T> Set<T> getSet(InjectionPoint injectionPoint) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/KeyValueEntityConverter.java:37: warning: no comment
[WARNING] protected abstract Converters getConverters();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/KeyValueEntityConverter.java:35: warning: no comment
[WARNING] protected abstract EntitiesMetadata getEntities();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/KeyValueEventPersistManager.java:27: warning: no comment
[WARNING] public class KeyValueEventPersistManager {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/spi/KeyValueExtension.java:35: warning: no comment
[WARNING] public class KeyValueExtension implements Extension {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/KeyValueRepositoryProducer.java:30: warning: no comment
[WARNING] public class KeyValueRepositoryProducer {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/KeyValueRepositoryProducer.java:38: warning: no comment
[WARNING] public <T, K, R extends BasicRepository<T, K>> R get(Class<R> repositoryClass, BucketManager manager) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/KeyValueRepositoryProducer.java:45: warning: no comment
[WARNING] public <T, K, R extends BasicRepository<T, K>> R get(Class<R> repositoryClass, KeyValueTemplate template) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/KeyValueDatabaseQualifier.java:27: warning: no comment
[WARNING] private final String value;
[WARNING] ^
[WARNING] 21 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/target/jnosql-mapping-key-value-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-key-value ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/target/jacoco.exec
[INFO] Analyzed bundle 'jnosql-mapping-key-value' with 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] Reactor Summary for Eclipse JNoSQL 1.1.1-SNAPSHOT:
[INFO] 
[INFO] Eclipse JNoSQL ..................................... SUCCESS [ 17.223 s]
[INFO] jnosql-communication ............................... SUCCESS [  0.272 s]
[INFO] jnosql-communication-core .......................... SUCCESS [ 31.101 s]
[INFO] jnosql-communication-query ......................... SUCCESS [ 27.330 s]
[INFO] jnosql-communication-key-value ..................... SUCCESS [  7.897 s]
[INFO] jnosql-communication-semistructured ................ SUCCESS [ 20.111 s]
[INFO] jnosql-mapping-parent .............................. SUCCESS [  1.588 s]
[INFO] jnosql-mapping-api-core ............................ SUCCESS [ 14.098 s]
[INFO] jnosql-mapping-reflection .......................... SUCCESS [ 25.369 s]
[INFO] jnosql-mapping-core ................................ SUCCESS [ 27.219 s]
[INFO] jnosql-mapping-semistructured ...................... SUCCESS [ 51.806 s]
[INFO] jnosql-mapping-document ............................ SUCCESS [ 17.554 s]
[INFO] jnosql-mapping-column .............................. SUCCESS [ 16.682 s]
[INFO] jnosql-mapping-key-value ........................... SUCCESS [ 29.570 s]
[INFO] jnosql-mapping-graph ............................... FAILURE [  0.040 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:48 min
[INFO] Finished at: 2024-05-18T05:05:12Z
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.antlr:antlr4-maven-plugin:4.9.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.antlr:antlr4-maven-plugin:jar:4.9.3: The following artifacts could not be resolved: org.antlr:antlr4-maven-plugin:pom:4.9.3 (absent): Could not transfer artifact org.antlr:antlr4-maven-plugin:pom:4.9.3 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
Build step 'Invoke top-level Maven targets' marked build as failure
Sending e-mails to: otaviopolianasantana@gmail.com
Finished: FAILURE