Skip to content

Instantly share code, notes, and snippets.

View boris-unckel's full-sized avatar

Boris Unckel boris-unckel

  • Personal Account
  • Hanover, Germany
View GitHub Profile
@boris-unckel
boris-unckel / 2022-05-21_yasson-3.0.0-RC1.txt
Created May 21, 2022 19:07
WildFly 26 REST vs. WildFly 27-Preview REST
yasson-3.0.0-RC1
resteasy-core@6.1.0.Beta2
2022-05-21 20:48:10,785 DEBUG [org.apache.http.wire] (default task-1) http-outgoing-0 >> "GET /api/v2/policyViolations?p=7108d6f2caaa4a9da5847ce8455721df HTTP/1.1[\r][\n]"
2022-05-21 20:48:10,785 DEBUG [org.apache.http.wire] (default task-1) http-outgoing-0 >> "Accept: application/json[\r][\n]"
2022-05-21 20:48:10,785 DEBUG [org.apache.http.wire] (default task-1) http-outgoing-0 >> "Authorization: BASIC HEREWASTHESECRET==[\r][\n]"
2022-05-21 20:48:10,785 DEBUG [org.apache.http.wire] (default task-1) http-outgoing-0 >> "Host: nexusiq.ads.company.de[\r][\n]"
2022-05-21 20:48:10,785 DEBUG [org.apache.http.wire] (default task-1) http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]"
2022-05-21 20:48:10,785 DEBUG [org.apache.http.wire] (default task-1) http-outgoing-0 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/11.0.13)[\r][\n]"
2022-05-21 20:48:10,785 DEBUG [org.apache.http.wire] (default task-1) http-outgoing-0 >> "[\r][\n]"
This file has been truncated, but you can view the full file.
mvn clean install -X -rf :wildfly-datasources-agroal-jakarta
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/maven
Java version: 11.0.15, vendor: Eclipse Adoptium, runtime: /usr/lib/jvm/temurin-11-jdk
Default locale: de_DE, platform encoding: UTF-8
OS name: "linux", version: "5.17.8-300.fc36.x86_64", arch: "amd64", family: "unix"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: javax.annotation.* < plexus.core
@boris-unckel
boris-unckel / jandex_2_1_4_for_guava31_1.txt
Created May 18, 2022 08:40
Jandex 2.1.4 fails with Guava 31.1-jre
2022-05-11 13:38:22,372 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0003: Could not index class com/google/common/io/Closer.class at /content/cid.ear/lib/guava-31.1-jre.jar: java.lang.ArrayIndexOutOfBoundsException: 1
at org.jboss.jandex.Indexer.updateTypeTarget(Indexer.java:847)
at org.jboss.jandex.Indexer.updateTypeTargets(Indexer.java:630)
at org.jboss.jandex.Indexer.index(Indexer.java:1614)
at org.jboss.as.server.deployment.annotation.ResourceRootIndexer.indexResourceRoot(ResourceRootIndexer.java:99)
at org.jboss.as.server.deployment.annotation.AnnotationIndexProcessor.deploy(AnnotationIndexProcessor.java:51)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:176)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701)
at org.jboss.msc.service.ServiceControllerImpl$ControllerTask.
@boris-unckel
boris-unckel / annotated_fails.txt
Created April 6, 2022 11:26
WildFly 27.0.0.Beta1-SNAPSHOT bean-discovery-mode="annotated" fails
./batch-processing/src/main/webapp/WEB-INF/beans.xml
./bmt/src/main/webapp/WEB-INF/beans.xml
./cmt/src/main/webapp/WEB-INF/beans.xml
./contacts-jquerymobile/src/main/webapp/WEB-INF/beans.xml
./ee-security/src/main/webapp/WEB-INF/beans.xml
./greeter/src/main/webapp/WEB-INF/beans.xml
./helloworld/src/main/webapp/WEB-INF/beans.xml
./helloworld-html5/src/main/webapp/WEB-INF/beans.xml
./helloworld-mbean/helloworld-mbean-webapp/src/main/webapp/WEB-INF/beans.xml
./helloworld-rs/src/main/webapp/WEB-INF/beans.xml