Skip to content

Instantly share code, notes, and snippets.

@liweinan
Created November 18, 2022 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liweinan/778f8b355fbdc41450a8c3fc523908c6 to your computer and use it in GitHub Desktop.
Save liweinan/778f8b355fbdc41450a8c3fc523908c6 to your computer and use it in GitHub Desktop.
Only in standalone/configuration: standalone-full-ha.xml
Only in standalone/configuration: standalone-full.xml
Only in standalone/configuration: standalone-ha.xml
Only in standalone/configuration: standalone-load-balancer.xml
Only in standalone/configuration: standalone-microprofile-ha.xml
Only in standalone/configuration: standalone-microprofile.xml
diff -r standalone.new/configuration/standalone.xml standalone/configuration/standalone.xml
8a9
> <extension module="org.jboss.as.ejb3"/>
9a11
> <extension module="org.jboss.as.jdr"/>
11a14
> <extension module="org.jboss.as.jsf"/>
12a16
> <extension module="org.jboss.as.mail"/>
13a18,20
> <extension module="org.jboss.as.pojo"/>
> <extension module="org.jboss.as.remoting"/>
> <extension module="org.jboss.as.sar"/>
14a22
> <extension module="org.jboss.as.webservices"/>
15a24
> <extension module="org.wildfly.extension.batch.jberet"/>
16a26,27
> <extension module="org.wildfly.extension.clustering.ejb"/>
> <extension module="org.wildfly.extension.clustering.web"/>
17a29,30
> <extension module="org.wildfly.extension.discovery"/>
> <extension module="org.wildfly.extension.ee-security"/>
18a32,33
> <extension module="org.wildfly.extension.elytron-oidc-client"/>
> <extension module="org.wildfly.extension.health"/>
19a35,38
> <extension module="org.wildfly.extension.metrics"/>
> <extension module="org.wildfly.extension.microprofile.config-smallrye"/>
> <extension module="org.wildfly.extension.microprofile.jwt-smallrye"/>
> <extension module="org.wildfly.extension.microprofile.opentracing-smallrye"/>
95a115,125
> <subsystem xmlns="urn:jboss:domain:batch-jberet:3.0">
> <default-job-repository name="in-memory"/>
> <default-thread-pool name="batch"/>
> <job-repository name="in-memory">
> <in-memory/>
> </job-repository>
> <thread-pool name="batch">
> <max-threads count="10"/>
> <keepalive-time time="30" unit="seconds"/>
> </thread-pool>
> </subsystem>
99c129,143
< <datasources/>
---
> <datasources>
> <datasource jndi-name="java:jboss/datasources/ExampleDS" pool-name="ExampleDS" enabled="true" use-java-context="true" statistics-enabled="${wildfly.datasources.statistics-enabled:${wildfly.statistics-enabled:false}}">
> <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MODE=${wildfly.h2.compatibility.mode:REGULAR}</connection-url>
> <driver>h2</driver>
> <security>
> <user-name>sa</user-name>
> <password>sa</password>
> </security>
> </datasource>
> <drivers>
> <driver name="h2" module="com.h2database.h2">
> <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
> </driver>
> </drivers>
> </datasources>
103a148,161
> <subsystem xmlns="urn:jboss:domain:discovery:1.0"/>
> <subsystem xmlns="urn:jboss:domain:distributable-ejb:1.0" default-bean-management="default">
> <infinispan-bean-management name="default" cache-container="ejb" cache="passivation" max-active-beans="10000"/>
> <local-client-mappings-registry/>
> <infinispan-timer-management name="persistent" cache-container="ejb" cache="persistent" max-active-timers="10000"/>
> <infinispan-timer-management name="transient" cache-container="ejb" cache="transient" max-active-timers="10000"/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:distributable-web:3.0" default-session-management="default" default-single-sign-on-management="default">
> <infinispan-session-management name="default" cache-container="web" granularity="SESSION">
> <local-affinity/>
> </infinispan-session-management>
> <infinispan-single-sign-on-management name="default" cache-container="web" cache="sso"/>
> <local-routing/>
> </subsystem>
120c178,222
< <default-bindings context-service="java:jboss/ee/concurrency/context/default" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/>
---
> <default-bindings context-service="java:jboss/ee/concurrency/context/default" datasource="java:jboss/datasources/ExampleDS" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:ee-security:1.0"/>
> <subsystem xmlns="urn:jboss:domain:ejb3:10.0">
> <session-bean>
> <stateless>
> <bean-instance-pool-ref pool-name="slsb-strict-max-pool"/>
> </stateless>
> <stateful default-access-timeout="5000" cache-ref="simple" passivation-disabled-cache-ref="simple"/>
> <singleton default-access-timeout="5000"/>
> </session-bean>
> <pools>
> <bean-instance-pools>
> <strict-max-pool name="mdb-strict-max-pool" derive-size="from-cpu-count" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
> <strict-max-pool name="slsb-strict-max-pool" derive-size="from-worker-pools" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
> </bean-instance-pools>
> </pools>
> <caches>
> <simple-cache name="simple"/>
> <distributable-cache name="distributable"/>
> </caches>
> <async thread-pool-name="default"/>
> <timer-service thread-pool-name="default" default-data-store="default-file-store">
> <data-stores>
> <file-data-store name="default-file-store" path="timer-service-data" relative-to="jboss.server.data.dir"/>
> </data-stores>
> </timer-service>
> <remote cluster="ejb" connectors="http-remoting-connector" thread-pool-name="default">
> <channel-creation-options>
> <option name="MAX_OUTBOUND_MESSAGES" value="1234" type="remoting"/>
> </channel-creation-options>
> </remote>
> <thread-pools>
> <thread-pool name="default">
> <max-threads count="10"/>
> <keepalive-time time="60" unit="seconds"/>
> </thread-pool>
> </thread-pools>
> <default-security-domain value="other"/>
> <application-security-domains>
> <application-security-domain name="other" security-domain="ApplicationDomain"/>
> </application-security-domains>
> <default-missing-method-permissions-deny-access value="true"/>
> <statistics enabled="${wildfly.ejb3.statistics-enabled:${wildfly.statistics-enabled:false}}"/>
> <log-system-exceptions value="true"/>
135,138d236
< <security-domain name="ApplicationDomain" default-realm="ApplicationRealm" permission-mapper="default-permission-mapper">
< <realm name="ApplicationRealm" role-decoder="groups-to-roles"/>
< <realm name="local"/>
< </security-domain>
142a241,244
> <security-domain name="ApplicationDomain" default-realm="ApplicationRealm" permission-mapper="default-permission-mapper">
> <realm name="ApplicationRealm" role-decoder="groups-to-roles"/>
> <realm name="local"/>
> </security-domain>
176a279
> <permission class-name="org.wildfly.extension.batch.jberet.deployment.BatchPermission" module="org.wildfly.extension.batch.jberet" target-name="*"/>
177a281
> <permission class-name="org.jboss.ejb.client.RemoteEJBPermission" module="org.jboss.ejb-client"/>
187a292,298
> <http-authentication-factory name="application-http-authentication" security-domain="ApplicationDomain" http-server-mechanism-factory="global">
> <mechanism-configuration>
> <mechanism mechanism-name="BASIC">
> <mechanism-realm realm-name="ApplicationRealm"/>
> </mechanism>
> </mechanism-configuration>
> </http-authentication-factory>
191c302
< <sasl-authentication-factory name="application-sasl-authentication" sasl-server-factory="configured" security-domain="ApplicationDomain">
---
> <sasl-authentication-factory name="management-sasl-authentication" sasl-server-factory="configured" security-domain="ManagementDomain">
195c306
< <mechanism-realm realm-name="ApplicationRealm"/>
---
> <mechanism-realm realm-name="ManagementRealm"/>
199c310
< <sasl-authentication-factory name="management-sasl-authentication" sasl-server-factory="configured" security-domain="ManagementDomain">
---
> <sasl-authentication-factory name="application-sasl-authentication" sasl-server-factory="configured" security-domain="ApplicationDomain">
203c314
< <mechanism-realm realm-name="ManagementRealm"/>
---
> <mechanism-realm realm-name="ApplicationRealm"/>
237a349,350
> <subsystem xmlns="urn:wildfly:elytron-oidc-client:1.0"/>
> <subsystem xmlns="urn:wildfly:health:1.0" security-enabled="false"/>
238a352,383
> <cache-container name="ejb" default-cache="passivation" marshaller="PROTOSTREAM" aliases="sfsb" modules="org.wildfly.clustering.ejb.infinispan">
> <local-cache name="passivation">
> <expiration interval="0"/>
> <file-store passivation="true"/>
> </local-cache>
> <local-cache name="persistent">
> <locking isolation="REPEATABLE_READ"/>
> <transaction mode="BATCH"/>
> <expiration interval="0"/>
> <file-store preload="true"/>
> </local-cache>
> <local-cache name="transient">
> <locking isolation="REPEATABLE_READ"/>
> <transaction mode="BATCH"/>
> <expiration interval="0"/>
> <file-store passivation="true" purge="true"/>
> </local-cache>
> </cache-container>
> <cache-container name="web" default-cache="passivation" marshaller="PROTOSTREAM" modules="org.wildfly.clustering.web.infinispan">
> <local-cache name="passivation">
> <expiration interval="0"/>
> <file-store passivation="true"/>
> </local-cache>
> <local-cache name="sso">
> <expiration interval="0"/>
> </local-cache>
> </cache-container>
> <cache-container name="server" default-cache="default" marshaller="PROTOSTREAM" modules="org.wildfly.clustering.singleton.server">
> <local-cache name="default">
> <expiration interval="0"/>
> </local-cache>
> </cache-container>
278a424
> <subsystem xmlns="urn:jboss:domain:jdr:1.0"/>
287c433,453
< <subsystem xmlns="urn:jboss:domain:naming:2.0"/>
---
> <subsystem xmlns="urn:jboss:domain:jsf:1.1"/>
> <subsystem xmlns="urn:jboss:domain:mail:4.0">
> <mail-session name="default" jndi-name="java:jboss/mail/Default">
> <smtp-server outbound-socket-binding-ref="mail-smtp"/>
> </mail-session>
> </subsystem>
> <subsystem xmlns="urn:wildfly:metrics:1.0" security-enabled="false" exposed-subsystems="*" prefix="${wildfly.metrics.prefix:wildfly}"/>
> <subsystem xmlns="urn:wildfly:microprofile-config-smallrye:2.0"/>
> <subsystem xmlns="urn:wildfly:microprofile-jwt-smallrye:1.0"/>
> <subsystem xmlns="urn:wildfly:microprofile-opentracing-smallrye:3.0" default-tracer="jaeger">
> <jaeger-tracer name="jaeger">
> <sampler-configuration sampler-type="const" sampler-param="1.0"/>
> </jaeger-tracer>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:naming:2.0">
> <remote-naming/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:pojo:1.0"/>
> <subsystem xmlns="urn:jboss:domain:remoting:5.0">
> <http-connector name="http-remoting-connector" connector-ref="default" sasl-authentication-factory="application-sasl-authentication"/>
> </subsystem>
288a455,456
> <subsystem xmlns="urn:jboss:domain:resource-adapters:6.1"/>
> <subsystem xmlns="urn:jboss:domain:sar:1.0"/>
306c474
< <subsystem xmlns="urn:jboss:domain:undertow:13.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" statistics-enabled="${wildfly.undertow.statistics-enabled:${wildfly.statistics-enabled:false}}">
---
> <subsystem xmlns="urn:jboss:domain:undertow:13.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" default-security-domain="other" statistics-enabled="${wildfly.undertow.statistics-enabled:${wildfly.statistics-enabled:false}}">
310a479
> <https-listener name="https" socket-binding="https" ssl-context="applicationSSC" enable-http2="true"/>
312c481,482
< <http-invoker/>
---
> <location name="/" handler="welcome-content"/>
> <http-invoker http-authentication-factory="application-http-authentication"/>
318a489,491
> <handlers>
> <file name="welcome-content" path="${jboss.home.dir}/welcome-content"/>
> </handlers>
322a496,505
> <subsystem xmlns="urn:jboss:domain:webservices:2.0" statistics-enabled="${wildfly.webservices.statistics-enabled:${wildfly.statistics-enabled:false}}">
> <wsdl-host>${jboss.bind.address:127.0.0.1}</wsdl-host>
> <endpoint-config name="Standard-Endpoint-Config"/>
> <endpoint-config name="Recording-Endpoint-Config">
> <pre-handler-chain name="recording-handlers" protocol-bindings="##SOAP11_HTTP ##SOAP11_HTTP_MTOM ##SOAP12_HTTP ##SOAP12_HTTP_MTOM">
> <handler name="RecordingHandler" class="org.jboss.ws.common.invocation.RecordingServerHandler"/>
> </pre-handler-chain>
> </endpoint-config>
> <client-config name="Standard-Client-Config"/>
> </subsystem>
340a524,526
> <outbound-socket-binding name="mail-smtp">
> <remote-destination host="${jboss.mail.server.host:localhost}" port="${jboss.mail.server.port:25}"/>
> </outbound-socket-binding>
Only in standalone.new/configuration/standalone_xml_history: 20221119-005626081
Only in standalone.new/configuration/standalone_xml_history: 20221119-005734634
Only in standalone.new/configuration/standalone_xml_history: 20221119-010356449
Only in standalone.new/configuration/standalone_xml_history: 20221119-010747594
Only in standalone/configuration/standalone_xml_history: 20221119-010859870
diff -r standalone.new/configuration/standalone_xml_history/current/standalone.v1.xml standalone/configuration/standalone_xml_history/current/standalone.v1.xml
8a9
> <extension module="org.jboss.as.ejb3"/>
9a11
> <extension module="org.jboss.as.jdr"/>
11a14
> <extension module="org.jboss.as.jsf"/>
12a16
> <extension module="org.jboss.as.mail"/>
13a18,20
> <extension module="org.jboss.as.pojo"/>
> <extension module="org.jboss.as.remoting"/>
> <extension module="org.jboss.as.sar"/>
14a22
> <extension module="org.jboss.as.webservices"/>
15a24
> <extension module="org.wildfly.extension.batch.jberet"/>
16a26,27
> <extension module="org.wildfly.extension.clustering.ejb"/>
> <extension module="org.wildfly.extension.clustering.web"/>
17a29,30
> <extension module="org.wildfly.extension.discovery"/>
> <extension module="org.wildfly.extension.ee-security"/>
18a32,33
> <extension module="org.wildfly.extension.elytron-oidc-client"/>
> <extension module="org.wildfly.extension.health"/>
19a35,38
> <extension module="org.wildfly.extension.metrics"/>
> <extension module="org.wildfly.extension.microprofile.config-smallrye"/>
> <extension module="org.wildfly.extension.microprofile.jwt-smallrye"/>
> <extension module="org.wildfly.extension.microprofile.opentracing-smallrye"/>
95a115,125
> <subsystem xmlns="urn:jboss:domain:batch-jberet:3.0">
> <default-job-repository name="in-memory"/>
> <default-thread-pool name="batch"/>
> <job-repository name="in-memory">
> <in-memory/>
> </job-repository>
> <thread-pool name="batch">
> <max-threads count="10"/>
> <keepalive-time time="30" unit="seconds"/>
> </thread-pool>
> </subsystem>
99c129,143
< <datasources/>
---
> <datasources>
> <datasource jndi-name="java:jboss/datasources/ExampleDS" pool-name="ExampleDS" enabled="true" use-java-context="true" statistics-enabled="${wildfly.datasources.statistics-enabled:${wildfly.statistics-enabled:false}}">
> <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MODE=${wildfly.h2.compatibility.mode:REGULAR}</connection-url>
> <driver>h2</driver>
> <security>
> <user-name>sa</user-name>
> <password>sa</password>
> </security>
> </datasource>
> <drivers>
> <driver name="h2" module="com.h2database.h2">
> <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
> </driver>
> </drivers>
> </datasources>
103a148,161
> <subsystem xmlns="urn:jboss:domain:discovery:1.0"/>
> <subsystem xmlns="urn:jboss:domain:distributable-ejb:1.0" default-bean-management="default">
> <infinispan-bean-management name="default" cache-container="ejb" cache="passivation" max-active-beans="10000"/>
> <local-client-mappings-registry/>
> <infinispan-timer-management name="persistent" cache-container="ejb" cache="persistent" max-active-timers="10000"/>
> <infinispan-timer-management name="transient" cache-container="ejb" cache="transient" max-active-timers="10000"/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:distributable-web:3.0" default-session-management="default" default-single-sign-on-management="default">
> <infinispan-session-management name="default" cache-container="web" granularity="SESSION">
> <local-affinity/>
> </infinispan-session-management>
> <infinispan-single-sign-on-management name="default" cache-container="web" cache="sso"/>
> <local-routing/>
> </subsystem>
120c178,222
< <default-bindings context-service="java:jboss/ee/concurrency/context/default" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/>
---
> <default-bindings context-service="java:jboss/ee/concurrency/context/default" datasource="java:jboss/datasources/ExampleDS" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:ee-security:1.0"/>
> <subsystem xmlns="urn:jboss:domain:ejb3:10.0">
> <session-bean>
> <stateless>
> <bean-instance-pool-ref pool-name="slsb-strict-max-pool"/>
> </stateless>
> <stateful default-access-timeout="5000" cache-ref="simple" passivation-disabled-cache-ref="simple"/>
> <singleton default-access-timeout="5000"/>
> </session-bean>
> <pools>
> <bean-instance-pools>
> <strict-max-pool name="mdb-strict-max-pool" derive-size="from-cpu-count" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
> <strict-max-pool name="slsb-strict-max-pool" derive-size="from-worker-pools" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
> </bean-instance-pools>
> </pools>
> <caches>
> <simple-cache name="simple"/>
> <distributable-cache name="distributable"/>
> </caches>
> <async thread-pool-name="default"/>
> <timer-service thread-pool-name="default" default-data-store="default-file-store">
> <data-stores>
> <file-data-store name="default-file-store" path="timer-service-data" relative-to="jboss.server.data.dir"/>
> </data-stores>
> </timer-service>
> <remote cluster="ejb" connectors="http-remoting-connector" thread-pool-name="default">
> <channel-creation-options>
> <option name="MAX_OUTBOUND_MESSAGES" value="1234" type="remoting"/>
> </channel-creation-options>
> </remote>
> <thread-pools>
> <thread-pool name="default">
> <max-threads count="10"/>
> <keepalive-time time="60" unit="seconds"/>
> </thread-pool>
> </thread-pools>
> <default-security-domain value="other"/>
> <application-security-domains>
> <application-security-domain name="other" security-domain="ApplicationDomain"/>
> </application-security-domains>
> <default-missing-method-permissions-deny-access value="true"/>
> <statistics enabled="${wildfly.ejb3.statistics-enabled:${wildfly.statistics-enabled:false}}"/>
> <log-system-exceptions value="true"/>
135,138d236
< <security-domain name="ApplicationDomain" default-realm="ApplicationRealm" permission-mapper="default-permission-mapper">
< <realm name="ApplicationRealm" role-decoder="groups-to-roles"/>
< <realm name="local"/>
< </security-domain>
142a241,244
> <security-domain name="ApplicationDomain" default-realm="ApplicationRealm" permission-mapper="default-permission-mapper">
> <realm name="ApplicationRealm" role-decoder="groups-to-roles"/>
> <realm name="local"/>
> </security-domain>
176a279
> <permission class-name="org.wildfly.extension.batch.jberet.deployment.BatchPermission" module="org.wildfly.extension.batch.jberet" target-name="*"/>
177a281
> <permission class-name="org.jboss.ejb.client.RemoteEJBPermission" module="org.jboss.ejb-client"/>
187a292,298
> <http-authentication-factory name="application-http-authentication" security-domain="ApplicationDomain" http-server-mechanism-factory="global">
> <mechanism-configuration>
> <mechanism mechanism-name="BASIC">
> <mechanism-realm realm-name="ApplicationRealm"/>
> </mechanism>
> </mechanism-configuration>
> </http-authentication-factory>
191c302
< <sasl-authentication-factory name="application-sasl-authentication" sasl-server-factory="configured" security-domain="ApplicationDomain">
---
> <sasl-authentication-factory name="management-sasl-authentication" sasl-server-factory="configured" security-domain="ManagementDomain">
195c306
< <mechanism-realm realm-name="ApplicationRealm"/>
---
> <mechanism-realm realm-name="ManagementRealm"/>
199c310
< <sasl-authentication-factory name="management-sasl-authentication" sasl-server-factory="configured" security-domain="ManagementDomain">
---
> <sasl-authentication-factory name="application-sasl-authentication" sasl-server-factory="configured" security-domain="ApplicationDomain">
203c314
< <mechanism-realm realm-name="ManagementRealm"/>
---
> <mechanism-realm realm-name="ApplicationRealm"/>
237a349,350
> <subsystem xmlns="urn:wildfly:elytron-oidc-client:1.0"/>
> <subsystem xmlns="urn:wildfly:health:1.0" security-enabled="false"/>
238a352,383
> <cache-container name="ejb" default-cache="passivation" marshaller="PROTOSTREAM" aliases="sfsb" modules="org.wildfly.clustering.ejb.infinispan">
> <local-cache name="passivation">
> <expiration interval="0"/>
> <file-store passivation="true"/>
> </local-cache>
> <local-cache name="persistent">
> <locking isolation="REPEATABLE_READ"/>
> <transaction mode="BATCH"/>
> <expiration interval="0"/>
> <file-store preload="true"/>
> </local-cache>
> <local-cache name="transient">
> <locking isolation="REPEATABLE_READ"/>
> <transaction mode="BATCH"/>
> <expiration interval="0"/>
> <file-store passivation="true" purge="true"/>
> </local-cache>
> </cache-container>
> <cache-container name="web" default-cache="passivation" marshaller="PROTOSTREAM" modules="org.wildfly.clustering.web.infinispan">
> <local-cache name="passivation">
> <expiration interval="0"/>
> <file-store passivation="true"/>
> </local-cache>
> <local-cache name="sso">
> <expiration interval="0"/>
> </local-cache>
> </cache-container>
> <cache-container name="server" default-cache="default" marshaller="PROTOSTREAM" modules="org.wildfly.clustering.singleton.server">
> <local-cache name="default">
> <expiration interval="0"/>
> </local-cache>
> </cache-container>
278a424
> <subsystem xmlns="urn:jboss:domain:jdr:1.0"/>
287c433,453
< <subsystem xmlns="urn:jboss:domain:naming:2.0"/>
---
> <subsystem xmlns="urn:jboss:domain:jsf:1.1"/>
> <subsystem xmlns="urn:jboss:domain:mail:4.0">
> <mail-session name="default" jndi-name="java:jboss/mail/Default">
> <smtp-server outbound-socket-binding-ref="mail-smtp"/>
> </mail-session>
> </subsystem>
> <subsystem xmlns="urn:wildfly:metrics:1.0" security-enabled="false" exposed-subsystems="*" prefix="${wildfly.metrics.prefix:wildfly}"/>
> <subsystem xmlns="urn:wildfly:microprofile-config-smallrye:2.0"/>
> <subsystem xmlns="urn:wildfly:microprofile-jwt-smallrye:1.0"/>
> <subsystem xmlns="urn:wildfly:microprofile-opentracing-smallrye:3.0" default-tracer="jaeger">
> <jaeger-tracer name="jaeger">
> <sampler-configuration sampler-type="const" sampler-param="1.0"/>
> </jaeger-tracer>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:naming:2.0">
> <remote-naming/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:pojo:1.0"/>
> <subsystem xmlns="urn:jboss:domain:remoting:5.0">
> <http-connector name="http-remoting-connector" connector-ref="default" sasl-authentication-factory="application-sasl-authentication"/>
> </subsystem>
288a455,456
> <subsystem xmlns="urn:jboss:domain:resource-adapters:6.1"/>
> <subsystem xmlns="urn:jboss:domain:sar:1.0"/>
306c474
< <subsystem xmlns="urn:jboss:domain:undertow:13.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" statistics-enabled="${wildfly.undertow.statistics-enabled:${wildfly.statistics-enabled:false}}">
---
> <subsystem xmlns="urn:jboss:domain:undertow:13.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" default-security-domain="other" statistics-enabled="${wildfly.undertow.statistics-enabled:${wildfly.statistics-enabled:false}}">
310a479
> <https-listener name="https" socket-binding="https" ssl-context="applicationSSC" enable-http2="true"/>
312c481,482
< <http-invoker/>
---
> <location name="/" handler="welcome-content"/>
> <http-invoker http-authentication-factory="application-http-authentication"/>
318a489,491
> <handlers>
> <file name="welcome-content" path="${jboss.home.dir}/welcome-content"/>
> </handlers>
322a496,505
> <subsystem xmlns="urn:jboss:domain:webservices:2.0" statistics-enabled="${wildfly.webservices.statistics-enabled:${wildfly.statistics-enabled:false}}">
> <wsdl-host>${jboss.bind.address:127.0.0.1}</wsdl-host>
> <endpoint-config name="Standard-Endpoint-Config"/>
> <endpoint-config name="Recording-Endpoint-Config">
> <pre-handler-chain name="recording-handlers" protocol-bindings="##SOAP11_HTTP ##SOAP11_HTTP_MTOM ##SOAP12_HTTP ##SOAP12_HTTP_MTOM">
> <handler name="RecordingHandler" class="org.jboss.ws.common.invocation.RecordingServerHandler"/>
> </pre-handler-chain>
> </endpoint-config>
> <client-config name="Standard-Client-Config"/>
> </subsystem>
340a524,526
> <outbound-socket-binding name="mail-smtp">
> <remote-destination host="${jboss.mail.server.host:localhost}" port="${jboss.mail.server.port:25}"/>
> </outbound-socket-binding>
341a528,532
> <deployments>
> <deployment name="JaxrsWithSpringMVCTest.war" runtime-name="JaxrsWithSpringMVCTest.war">
> <content sha1="20ad8a95c1ea1eb32b77b6506a49e17328eae170"/>
> </deployment>
> </deployments>
Only in standalone.new/configuration/standalone_xml_history/current: standalone.v10.xml
Only in standalone.new/configuration/standalone_xml_history/current: standalone.v11.xml
Only in standalone.new/configuration/standalone_xml_history/current: standalone.v12.xml
Only in standalone.new/configuration/standalone_xml_history/current: standalone.v13.xml
Only in standalone.new/configuration/standalone_xml_history/current: standalone.v14.xml
Only in standalone.new/configuration/standalone_xml_history/current: standalone.v15.xml
Only in standalone.new/configuration/standalone_xml_history/current: standalone.v16.xml
Only in standalone.new/configuration/standalone_xml_history/current: standalone.v17.xml
Only in standalone.new/configuration/standalone_xml_history/current: standalone.v18.xml
Only in standalone.new/configuration/standalone_xml_history/current: standalone.v19.xml
diff -r standalone.new/configuration/standalone_xml_history/current/standalone.v2.xml standalone/configuration/standalone_xml_history/current/standalone.v2.xml
8a9
> <extension module="org.jboss.as.ejb3"/>
9a11
> <extension module="org.jboss.as.jdr"/>
11a14
> <extension module="org.jboss.as.jsf"/>
12a16
> <extension module="org.jboss.as.mail"/>
13a18,20
> <extension module="org.jboss.as.pojo"/>
> <extension module="org.jboss.as.remoting"/>
> <extension module="org.jboss.as.sar"/>
14a22
> <extension module="org.jboss.as.webservices"/>
15a24
> <extension module="org.wildfly.extension.batch.jberet"/>
16a26,27
> <extension module="org.wildfly.extension.clustering.ejb"/>
> <extension module="org.wildfly.extension.clustering.web"/>
17a29,30
> <extension module="org.wildfly.extension.discovery"/>
> <extension module="org.wildfly.extension.ee-security"/>
18a32,33
> <extension module="org.wildfly.extension.elytron-oidc-client"/>
> <extension module="org.wildfly.extension.health"/>
19a35,38
> <extension module="org.wildfly.extension.metrics"/>
> <extension module="org.wildfly.extension.microprofile.config-smallrye"/>
> <extension module="org.wildfly.extension.microprofile.jwt-smallrye"/>
> <extension module="org.wildfly.extension.microprofile.opentracing-smallrye"/>
95a115,125
> <subsystem xmlns="urn:jboss:domain:batch-jberet:3.0">
> <default-job-repository name="in-memory"/>
> <default-thread-pool name="batch"/>
> <job-repository name="in-memory">
> <in-memory/>
> </job-repository>
> <thread-pool name="batch">
> <max-threads count="10"/>
> <keepalive-time time="30" unit="seconds"/>
> </thread-pool>
> </subsystem>
99c129,143
< <datasources/>
---
> <datasources>
> <datasource jndi-name="java:jboss/datasources/ExampleDS" pool-name="ExampleDS" enabled="true" use-java-context="true" statistics-enabled="${wildfly.datasources.statistics-enabled:${wildfly.statistics-enabled:false}}">
> <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MODE=${wildfly.h2.compatibility.mode:REGULAR}</connection-url>
> <driver>h2</driver>
> <security>
> <user-name>sa</user-name>
> <password>sa</password>
> </security>
> </datasource>
> <drivers>
> <driver name="h2" module="com.h2database.h2">
> <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
> </driver>
> </drivers>
> </datasources>
103a148,161
> <subsystem xmlns="urn:jboss:domain:discovery:1.0"/>
> <subsystem xmlns="urn:jboss:domain:distributable-ejb:1.0" default-bean-management="default">
> <infinispan-bean-management name="default" cache-container="ejb" cache="passivation" max-active-beans="10000"/>
> <local-client-mappings-registry/>
> <infinispan-timer-management name="persistent" cache-container="ejb" cache="persistent" max-active-timers="10000"/>
> <infinispan-timer-management name="transient" cache-container="ejb" cache="transient" max-active-timers="10000"/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:distributable-web:3.0" default-session-management="default" default-single-sign-on-management="default">
> <infinispan-session-management name="default" cache-container="web" granularity="SESSION">
> <local-affinity/>
> </infinispan-session-management>
> <infinispan-single-sign-on-management name="default" cache-container="web" cache="sso"/>
> <local-routing/>
> </subsystem>
120c178,222
< <default-bindings context-service="java:jboss/ee/concurrency/context/default" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/>
---
> <default-bindings context-service="java:jboss/ee/concurrency/context/default" datasource="java:jboss/datasources/ExampleDS" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:ee-security:1.0"/>
> <subsystem xmlns="urn:jboss:domain:ejb3:10.0">
> <session-bean>
> <stateless>
> <bean-instance-pool-ref pool-name="slsb-strict-max-pool"/>
> </stateless>
> <stateful default-access-timeout="5000" cache-ref="simple" passivation-disabled-cache-ref="simple"/>
> <singleton default-access-timeout="5000"/>
> </session-bean>
> <pools>
> <bean-instance-pools>
> <strict-max-pool name="mdb-strict-max-pool" derive-size="from-cpu-count" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
> <strict-max-pool name="slsb-strict-max-pool" derive-size="from-worker-pools" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
> </bean-instance-pools>
> </pools>
> <caches>
> <simple-cache name="simple"/>
> <distributable-cache name="distributable"/>
> </caches>
> <async thread-pool-name="default"/>
> <timer-service thread-pool-name="default" default-data-store="default-file-store">
> <data-stores>
> <file-data-store name="default-file-store" path="timer-service-data" relative-to="jboss.server.data.dir"/>
> </data-stores>
> </timer-service>
> <remote cluster="ejb" connectors="http-remoting-connector" thread-pool-name="default">
> <channel-creation-options>
> <option name="MAX_OUTBOUND_MESSAGES" value="1234" type="remoting"/>
> </channel-creation-options>
> </remote>
> <thread-pools>
> <thread-pool name="default">
> <max-threads count="10"/>
> <keepalive-time time="60" unit="seconds"/>
> </thread-pool>
> </thread-pools>
> <default-security-domain value="other"/>
> <application-security-domains>
> <application-security-domain name="other" security-domain="ApplicationDomain"/>
> </application-security-domains>
> <default-missing-method-permissions-deny-access value="true"/>
> <statistics enabled="${wildfly.ejb3.statistics-enabled:${wildfly.statistics-enabled:false}}"/>
> <log-system-exceptions value="true"/>
135,138d236
< <security-domain name="ApplicationDomain" default-realm="ApplicationRealm" permission-mapper="default-permission-mapper">
< <realm name="ApplicationRealm" role-decoder="groups-to-roles"/>
< <realm name="local"/>
< </security-domain>
142a241,244
> <security-domain name="ApplicationDomain" default-realm="ApplicationRealm" permission-mapper="default-permission-mapper">
> <realm name="ApplicationRealm" role-decoder="groups-to-roles"/>
> <realm name="local"/>
> </security-domain>
176a279
> <permission class-name="org.wildfly.extension.batch.jberet.deployment.BatchPermission" module="org.wildfly.extension.batch.jberet" target-name="*"/>
177a281
> <permission class-name="org.jboss.ejb.client.RemoteEJBPermission" module="org.jboss.ejb-client"/>
187a292,298
> <http-authentication-factory name="application-http-authentication" security-domain="ApplicationDomain" http-server-mechanism-factory="global">
> <mechanism-configuration>
> <mechanism mechanism-name="BASIC">
> <mechanism-realm realm-name="ApplicationRealm"/>
> </mechanism>
> </mechanism-configuration>
> </http-authentication-factory>
191c302
< <sasl-authentication-factory name="application-sasl-authentication" sasl-server-factory="configured" security-domain="ApplicationDomain">
---
> <sasl-authentication-factory name="management-sasl-authentication" sasl-server-factory="configured" security-domain="ManagementDomain">
195c306
< <mechanism-realm realm-name="ApplicationRealm"/>
---
> <mechanism-realm realm-name="ManagementRealm"/>
199c310
< <sasl-authentication-factory name="management-sasl-authentication" sasl-server-factory="configured" security-domain="ManagementDomain">
---
> <sasl-authentication-factory name="application-sasl-authentication" sasl-server-factory="configured" security-domain="ApplicationDomain">
203c314
< <mechanism-realm realm-name="ManagementRealm"/>
---
> <mechanism-realm realm-name="ApplicationRealm"/>
237a349,350
> <subsystem xmlns="urn:wildfly:elytron-oidc-client:1.0"/>
> <subsystem xmlns="urn:wildfly:health:1.0" security-enabled="false"/>
238a352,383
> <cache-container name="ejb" default-cache="passivation" marshaller="PROTOSTREAM" aliases="sfsb" modules="org.wildfly.clustering.ejb.infinispan">
> <local-cache name="passivation">
> <expiration interval="0"/>
> <file-store passivation="true"/>
> </local-cache>
> <local-cache name="persistent">
> <locking isolation="REPEATABLE_READ"/>
> <transaction mode="BATCH"/>
> <expiration interval="0"/>
> <file-store preload="true"/>
> </local-cache>
> <local-cache name="transient">
> <locking isolation="REPEATABLE_READ"/>
> <transaction mode="BATCH"/>
> <expiration interval="0"/>
> <file-store passivation="true" purge="true"/>
> </local-cache>
> </cache-container>
> <cache-container name="web" default-cache="passivation" marshaller="PROTOSTREAM" modules="org.wildfly.clustering.web.infinispan">
> <local-cache name="passivation">
> <expiration interval="0"/>
> <file-store passivation="true"/>
> </local-cache>
> <local-cache name="sso">
> <expiration interval="0"/>
> </local-cache>
> </cache-container>
> <cache-container name="server" default-cache="default" marshaller="PROTOSTREAM" modules="org.wildfly.clustering.singleton.server">
> <local-cache name="default">
> <expiration interval="0"/>
> </local-cache>
> </cache-container>
278a424
> <subsystem xmlns="urn:jboss:domain:jdr:1.0"/>
287c433,453
< <subsystem xmlns="urn:jboss:domain:naming:2.0"/>
---
> <subsystem xmlns="urn:jboss:domain:jsf:1.1"/>
> <subsystem xmlns="urn:jboss:domain:mail:4.0">
> <mail-session name="default" jndi-name="java:jboss/mail/Default">
> <smtp-server outbound-socket-binding-ref="mail-smtp"/>
> </mail-session>
> </subsystem>
> <subsystem xmlns="urn:wildfly:metrics:1.0" security-enabled="false" exposed-subsystems="*" prefix="${wildfly.metrics.prefix:wildfly}"/>
> <subsystem xmlns="urn:wildfly:microprofile-config-smallrye:2.0"/>
> <subsystem xmlns="urn:wildfly:microprofile-jwt-smallrye:1.0"/>
> <subsystem xmlns="urn:wildfly:microprofile-opentracing-smallrye:3.0" default-tracer="jaeger">
> <jaeger-tracer name="jaeger">
> <sampler-configuration sampler-type="const" sampler-param="1.0"/>
> </jaeger-tracer>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:naming:2.0">
> <remote-naming/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:pojo:1.0"/>
> <subsystem xmlns="urn:jboss:domain:remoting:5.0">
> <http-connector name="http-remoting-connector" connector-ref="default" sasl-authentication-factory="application-sasl-authentication"/>
> </subsystem>
288a455,456
> <subsystem xmlns="urn:jboss:domain:resource-adapters:6.1"/>
> <subsystem xmlns="urn:jboss:domain:sar:1.0"/>
306c474
< <subsystem xmlns="urn:jboss:domain:undertow:13.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" statistics-enabled="${wildfly.undertow.statistics-enabled:${wildfly.statistics-enabled:false}}">
---
> <subsystem xmlns="urn:jboss:domain:undertow:13.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" default-security-domain="other" statistics-enabled="${wildfly.undertow.statistics-enabled:${wildfly.statistics-enabled:false}}">
310a479
> <https-listener name="https" socket-binding="https" ssl-context="applicationSSC" enable-http2="true"/>
312c481,482
< <http-invoker/>
---
> <location name="/" handler="welcome-content"/>
> <http-invoker http-authentication-factory="application-http-authentication"/>
318a489,491
> <handlers>
> <file name="welcome-content" path="${jboss.home.dir}/welcome-content"/>
> </handlers>
322a496,505
> <subsystem xmlns="urn:jboss:domain:webservices:2.0" statistics-enabled="${wildfly.webservices.statistics-enabled:${wildfly.statistics-enabled:false}}">
> <wsdl-host>${jboss.bind.address:127.0.0.1}</wsdl-host>
> <endpoint-config name="Standard-Endpoint-Config"/>
> <endpoint-config name="Recording-Endpoint-Config">
> <pre-handler-chain name="recording-handlers" protocol-bindings="##SOAP11_HTTP ##SOAP11_HTTP_MTOM ##SOAP12_HTTP ##SOAP12_HTTP_MTOM">
> <handler name="RecordingHandler" class="org.jboss.ws.common.invocation.RecordingServerHandler"/>
> </pre-handler-chain>
> </endpoint-config>
> <client-config name="Standard-Client-Config"/>
> </subsystem>
340a524,526
> <outbound-socket-binding name="mail-smtp">
> <remote-destination host="${jboss.mail.server.host:localhost}" port="${jboss.mail.server.port:25}"/>
> </outbound-socket-binding>
342,346d527
< <deployments>
< <deployment name="TypeMappingDependenciesInDeploymentTest.war" runtime-name="TypeMappingDependenciesInDeploymentTest.war">
< <content sha1="33b60ef25ab0532e5355425939099be59843fbcd"/>
< </deployment>
< </deployments>
Only in standalone.new/configuration/standalone_xml_history/current: standalone.v20.xml
Only in standalone.new/configuration/standalone_xml_history/current: standalone.v21.xml
Only in standalone.new/configuration/standalone_xml_history/current: standalone.v22.xml
Only in standalone.new/configuration/standalone_xml_history/current: standalone.v23.xml
Only in standalone.new/configuration/standalone_xml_history/current: standalone.v24.xml
diff -r standalone.new/configuration/standalone_xml_history/current/standalone.v3.xml standalone/configuration/standalone_xml_history/current/standalone.v3.xml
8a9
> <extension module="org.jboss.as.ejb3"/>
9a11
> <extension module="org.jboss.as.jdr"/>
11a14
> <extension module="org.jboss.as.jsf"/>
12a16
> <extension module="org.jboss.as.mail"/>
13a18,20
> <extension module="org.jboss.as.pojo"/>
> <extension module="org.jboss.as.remoting"/>
> <extension module="org.jboss.as.sar"/>
14a22
> <extension module="org.jboss.as.webservices"/>
15a24
> <extension module="org.wildfly.extension.batch.jberet"/>
16a26,27
> <extension module="org.wildfly.extension.clustering.ejb"/>
> <extension module="org.wildfly.extension.clustering.web"/>
17a29,30
> <extension module="org.wildfly.extension.discovery"/>
> <extension module="org.wildfly.extension.ee-security"/>
18a32,33
> <extension module="org.wildfly.extension.elytron-oidc-client"/>
> <extension module="org.wildfly.extension.health"/>
19a35,38
> <extension module="org.wildfly.extension.metrics"/>
> <extension module="org.wildfly.extension.microprofile.config-smallrye"/>
> <extension module="org.wildfly.extension.microprofile.jwt-smallrye"/>
> <extension module="org.wildfly.extension.microprofile.opentracing-smallrye"/>
95a115,125
> <subsystem xmlns="urn:jboss:domain:batch-jberet:3.0">
> <default-job-repository name="in-memory"/>
> <default-thread-pool name="batch"/>
> <job-repository name="in-memory">
> <in-memory/>
> </job-repository>
> <thread-pool name="batch">
> <max-threads count="10"/>
> <keepalive-time time="30" unit="seconds"/>
> </thread-pool>
> </subsystem>
99c129,143
< <datasources/>
---
> <datasources>
> <datasource jndi-name="java:jboss/datasources/ExampleDS" pool-name="ExampleDS" enabled="true" use-java-context="true" statistics-enabled="${wildfly.datasources.statistics-enabled:${wildfly.statistics-enabled:false}}">
> <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MODE=${wildfly.h2.compatibility.mode:REGULAR}</connection-url>
> <driver>h2</driver>
> <security>
> <user-name>sa</user-name>
> <password>sa</password>
> </security>
> </datasource>
> <drivers>
> <driver name="h2" module="com.h2database.h2">
> <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
> </driver>
> </drivers>
> </datasources>
103a148,161
> <subsystem xmlns="urn:jboss:domain:discovery:1.0"/>
> <subsystem xmlns="urn:jboss:domain:distributable-ejb:1.0" default-bean-management="default">
> <infinispan-bean-management name="default" cache-container="ejb" cache="passivation" max-active-beans="10000"/>
> <local-client-mappings-registry/>
> <infinispan-timer-management name="persistent" cache-container="ejb" cache="persistent" max-active-timers="10000"/>
> <infinispan-timer-management name="transient" cache-container="ejb" cache="transient" max-active-timers="10000"/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:distributable-web:3.0" default-session-management="default" default-single-sign-on-management="default">
> <infinispan-session-management name="default" cache-container="web" granularity="SESSION">
> <local-affinity/>
> </infinispan-session-management>
> <infinispan-single-sign-on-management name="default" cache-container="web" cache="sso"/>
> <local-routing/>
> </subsystem>
120c178,222
< <default-bindings context-service="java:jboss/ee/concurrency/context/default" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/>
---
> <default-bindings context-service="java:jboss/ee/concurrency/context/default" datasource="java:jboss/datasources/ExampleDS" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:ee-security:1.0"/>
> <subsystem xmlns="urn:jboss:domain:ejb3:10.0">
> <session-bean>
> <stateless>
> <bean-instance-pool-ref pool-name="slsb-strict-max-pool"/>
> </stateless>
> <stateful default-access-timeout="5000" cache-ref="simple" passivation-disabled-cache-ref="simple"/>
> <singleton default-access-timeout="5000"/>
> </session-bean>
> <pools>
> <bean-instance-pools>
> <strict-max-pool name="mdb-strict-max-pool" derive-size="from-cpu-count" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
> <strict-max-pool name="slsb-strict-max-pool" derive-size="from-worker-pools" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
> </bean-instance-pools>
> </pools>
> <caches>
> <simple-cache name="simple"/>
> <distributable-cache name="distributable"/>
> </caches>
> <async thread-pool-name="default"/>
> <timer-service thread-pool-name="default" default-data-store="default-file-store">
> <data-stores>
> <file-data-store name="default-file-store" path="timer-service-data" relative-to="jboss.server.data.dir"/>
> </data-stores>
> </timer-service>
> <remote cluster="ejb" connectors="http-remoting-connector" thread-pool-name="default">
> <channel-creation-options>
> <option name="MAX_OUTBOUND_MESSAGES" value="1234" type="remoting"/>
> </channel-creation-options>
> </remote>
> <thread-pools>
> <thread-pool name="default">
> <max-threads count="10"/>
> <keepalive-time time="60" unit="seconds"/>
> </thread-pool>
> </thread-pools>
> <default-security-domain value="other"/>
> <application-security-domains>
> <application-security-domain name="other" security-domain="ApplicationDomain"/>
> </application-security-domains>
> <default-missing-method-permissions-deny-access value="true"/>
> <statistics enabled="${wildfly.ejb3.statistics-enabled:${wildfly.statistics-enabled:false}}"/>
> <log-system-exceptions value="true"/>
135,138d236
< <security-domain name="ApplicationDomain" default-realm="ApplicationRealm" permission-mapper="default-permission-mapper">
< <realm name="ApplicationRealm" role-decoder="groups-to-roles"/>
< <realm name="local"/>
< </security-domain>
142a241,244
> <security-domain name="ApplicationDomain" default-realm="ApplicationRealm" permission-mapper="default-permission-mapper">
> <realm name="ApplicationRealm" role-decoder="groups-to-roles"/>
> <realm name="local"/>
> </security-domain>
176a279
> <permission class-name="org.wildfly.extension.batch.jberet.deployment.BatchPermission" module="org.wildfly.extension.batch.jberet" target-name="*"/>
177a281
> <permission class-name="org.jboss.ejb.client.RemoteEJBPermission" module="org.jboss.ejb-client"/>
187a292,298
> <http-authentication-factory name="application-http-authentication" security-domain="ApplicationDomain" http-server-mechanism-factory="global">
> <mechanism-configuration>
> <mechanism mechanism-name="BASIC">
> <mechanism-realm realm-name="ApplicationRealm"/>
> </mechanism>
> </mechanism-configuration>
> </http-authentication-factory>
191c302
< <sasl-authentication-factory name="application-sasl-authentication" sasl-server-factory="configured" security-domain="ApplicationDomain">
---
> <sasl-authentication-factory name="management-sasl-authentication" sasl-server-factory="configured" security-domain="ManagementDomain">
195c306
< <mechanism-realm realm-name="ApplicationRealm"/>
---
> <mechanism-realm realm-name="ManagementRealm"/>
199c310
< <sasl-authentication-factory name="management-sasl-authentication" sasl-server-factory="configured" security-domain="ManagementDomain">
---
> <sasl-authentication-factory name="application-sasl-authentication" sasl-server-factory="configured" security-domain="ApplicationDomain">
203c314
< <mechanism-realm realm-name="ManagementRealm"/>
---
> <mechanism-realm realm-name="ApplicationRealm"/>
237a349,350
> <subsystem xmlns="urn:wildfly:elytron-oidc-client:1.0"/>
> <subsystem xmlns="urn:wildfly:health:1.0" security-enabled="false"/>
238a352,383
> <cache-container name="ejb" default-cache="passivation" marshaller="PROTOSTREAM" aliases="sfsb" modules="org.wildfly.clustering.ejb.infinispan">
> <local-cache name="passivation">
> <expiration interval="0"/>
> <file-store passivation="true"/>
> </local-cache>
> <local-cache name="persistent">
> <locking isolation="REPEATABLE_READ"/>
> <transaction mode="BATCH"/>
> <expiration interval="0"/>
> <file-store preload="true"/>
> </local-cache>
> <local-cache name="transient">
> <locking isolation="REPEATABLE_READ"/>
> <transaction mode="BATCH"/>
> <expiration interval="0"/>
> <file-store passivation="true" purge="true"/>
> </local-cache>
> </cache-container>
> <cache-container name="web" default-cache="passivation" marshaller="PROTOSTREAM" modules="org.wildfly.clustering.web.infinispan">
> <local-cache name="passivation">
> <expiration interval="0"/>
> <file-store passivation="true"/>
> </local-cache>
> <local-cache name="sso">
> <expiration interval="0"/>
> </local-cache>
> </cache-container>
> <cache-container name="server" default-cache="default" marshaller="PROTOSTREAM" modules="org.wildfly.clustering.singleton.server">
> <local-cache name="default">
> <expiration interval="0"/>
> </local-cache>
> </cache-container>
278a424
> <subsystem xmlns="urn:jboss:domain:jdr:1.0"/>
287c433,453
< <subsystem xmlns="urn:jboss:domain:naming:2.0"/>
---
> <subsystem xmlns="urn:jboss:domain:jsf:1.1"/>
> <subsystem xmlns="urn:jboss:domain:mail:4.0">
> <mail-session name="default" jndi-name="java:jboss/mail/Default">
> <smtp-server outbound-socket-binding-ref="mail-smtp"/>
> </mail-session>
> </subsystem>
> <subsystem xmlns="urn:wildfly:metrics:1.0" security-enabled="false" exposed-subsystems="*" prefix="${wildfly.metrics.prefix:wildfly}"/>
> <subsystem xmlns="urn:wildfly:microprofile-config-smallrye:2.0"/>
> <subsystem xmlns="urn:wildfly:microprofile-jwt-smallrye:1.0"/>
> <subsystem xmlns="urn:wildfly:microprofile-opentracing-smallrye:3.0" default-tracer="jaeger">
> <jaeger-tracer name="jaeger">
> <sampler-configuration sampler-type="const" sampler-param="1.0"/>
> </jaeger-tracer>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:naming:2.0">
> <remote-naming/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:pojo:1.0"/>
> <subsystem xmlns="urn:jboss:domain:remoting:5.0">
> <http-connector name="http-remoting-connector" connector-ref="default" sasl-authentication-factory="application-sasl-authentication"/>
> </subsystem>
288a455,456
> <subsystem xmlns="urn:jboss:domain:resource-adapters:6.1"/>
> <subsystem xmlns="urn:jboss:domain:sar:1.0"/>
306c474
< <subsystem xmlns="urn:jboss:domain:undertow:13.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" statistics-enabled="${wildfly.undertow.statistics-enabled:${wildfly.statistics-enabled:false}}">
---
> <subsystem xmlns="urn:jboss:domain:undertow:13.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" default-security-domain="other" statistics-enabled="${wildfly.undertow.statistics-enabled:${wildfly.statistics-enabled:false}}">
310a479
> <https-listener name="https" socket-binding="https" ssl-context="applicationSSC" enable-http2="true"/>
312c481,482
< <http-invoker/>
---
> <location name="/" handler="welcome-content"/>
> <http-invoker http-authentication-factory="application-http-authentication"/>
318a489,491
> <handlers>
> <file name="welcome-content" path="${jboss.home.dir}/welcome-content"/>
> </handlers>
322a496,505
> <subsystem xmlns="urn:jboss:domain:webservices:2.0" statistics-enabled="${wildfly.webservices.statistics-enabled:${wildfly.statistics-enabled:false}}">
> <wsdl-host>${jboss.bind.address:127.0.0.1}</wsdl-host>
> <endpoint-config name="Standard-Endpoint-Config"/>
> <endpoint-config name="Recording-Endpoint-Config">
> <pre-handler-chain name="recording-handlers" protocol-bindings="##SOAP11_HTTP ##SOAP11_HTTP_MTOM ##SOAP12_HTTP ##SOAP12_HTTP_MTOM">
> <handler name="RecordingHandler" class="org.jboss.ws.common.invocation.RecordingServerHandler"/>
> </pre-handler-chain>
> </endpoint-config>
> <client-config name="Standard-Client-Config"/>
> </subsystem>
340a524,526
> <outbound-socket-binding name="mail-smtp">
> <remote-destination host="${jboss.mail.server.host:localhost}" port="${jboss.mail.server.port:25}"/>
> </outbound-socket-binding>
341a528,532
> <deployments>
> <deployment name="ContactsDependenciesInDeploymentTest.war" runtime-name="ContactsDependenciesInDeploymentTest.war">
> <content sha1="a0ab3ff639265682e7d5e3f4c63149f7f4921f0b"/>
> </deployment>
> </deployments>
diff -r standalone.new/configuration/standalone_xml_history/current/standalone.v4.xml standalone/configuration/standalone_xml_history/current/standalone.v4.xml
8a9
> <extension module="org.jboss.as.ejb3"/>
9a11
> <extension module="org.jboss.as.jdr"/>
11a14
> <extension module="org.jboss.as.jsf"/>
12a16
> <extension module="org.jboss.as.mail"/>
13a18,20
> <extension module="org.jboss.as.pojo"/>
> <extension module="org.jboss.as.remoting"/>
> <extension module="org.jboss.as.sar"/>
14a22
> <extension module="org.jboss.as.webservices"/>
15a24
> <extension module="org.wildfly.extension.batch.jberet"/>
16a26,27
> <extension module="org.wildfly.extension.clustering.ejb"/>
> <extension module="org.wildfly.extension.clustering.web"/>
17a29,30
> <extension module="org.wildfly.extension.discovery"/>
> <extension module="org.wildfly.extension.ee-security"/>
18a32,33
> <extension module="org.wildfly.extension.elytron-oidc-client"/>
> <extension module="org.wildfly.extension.health"/>
19a35,38
> <extension module="org.wildfly.extension.metrics"/>
> <extension module="org.wildfly.extension.microprofile.config-smallrye"/>
> <extension module="org.wildfly.extension.microprofile.jwt-smallrye"/>
> <extension module="org.wildfly.extension.microprofile.opentracing-smallrye"/>
95a115,125
> <subsystem xmlns="urn:jboss:domain:batch-jberet:3.0">
> <default-job-repository name="in-memory"/>
> <default-thread-pool name="batch"/>
> <job-repository name="in-memory">
> <in-memory/>
> </job-repository>
> <thread-pool name="batch">
> <max-threads count="10"/>
> <keepalive-time time="30" unit="seconds"/>
> </thread-pool>
> </subsystem>
99c129,143
< <datasources/>
---
> <datasources>
> <datasource jndi-name="java:jboss/datasources/ExampleDS" pool-name="ExampleDS" enabled="true" use-java-context="true" statistics-enabled="${wildfly.datasources.statistics-enabled:${wildfly.statistics-enabled:false}}">
> <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MODE=${wildfly.h2.compatibility.mode:REGULAR}</connection-url>
> <driver>h2</driver>
> <security>
> <user-name>sa</user-name>
> <password>sa</password>
> </security>
> </datasource>
> <drivers>
> <driver name="h2" module="com.h2database.h2">
> <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
> </driver>
> </drivers>
> </datasources>
103a148,161
> <subsystem xmlns="urn:jboss:domain:discovery:1.0"/>
> <subsystem xmlns="urn:jboss:domain:distributable-ejb:1.0" default-bean-management="default">
> <infinispan-bean-management name="default" cache-container="ejb" cache="passivation" max-active-beans="10000"/>
> <local-client-mappings-registry/>
> <infinispan-timer-management name="persistent" cache-container="ejb" cache="persistent" max-active-timers="10000"/>
> <infinispan-timer-management name="transient" cache-container="ejb" cache="transient" max-active-timers="10000"/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:distributable-web:3.0" default-session-management="default" default-single-sign-on-management="default">
> <infinispan-session-management name="default" cache-container="web" granularity="SESSION">
> <local-affinity/>
> </infinispan-session-management>
> <infinispan-single-sign-on-management name="default" cache-container="web" cache="sso"/>
> <local-routing/>
> </subsystem>
120c178,222
< <default-bindings context-service="java:jboss/ee/concurrency/context/default" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/>
---
> <default-bindings context-service="java:jboss/ee/concurrency/context/default" datasource="java:jboss/datasources/ExampleDS" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:ee-security:1.0"/>
> <subsystem xmlns="urn:jboss:domain:ejb3:10.0">
> <session-bean>
> <stateless>
> <bean-instance-pool-ref pool-name="slsb-strict-max-pool"/>
> </stateless>
> <stateful default-access-timeout="5000" cache-ref="simple" passivation-disabled-cache-ref="simple"/>
> <singleton default-access-timeout="5000"/>
> </session-bean>
> <pools>
> <bean-instance-pools>
> <strict-max-pool name="mdb-strict-max-pool" derive-size="from-cpu-count" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
> <strict-max-pool name="slsb-strict-max-pool" derive-size="from-worker-pools" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
> </bean-instance-pools>
> </pools>
> <caches>
> <simple-cache name="simple"/>
> <distributable-cache name="distributable"/>
> </caches>
> <async thread-pool-name="default"/>
> <timer-service thread-pool-name="default" default-data-store="default-file-store">
> <data-stores>
> <file-data-store name="default-file-store" path="timer-service-data" relative-to="jboss.server.data.dir"/>
> </data-stores>
> </timer-service>
> <remote cluster="ejb" connectors="http-remoting-connector" thread-pool-name="default">
> <channel-creation-options>
> <option name="MAX_OUTBOUND_MESSAGES" value="1234" type="remoting"/>
> </channel-creation-options>
> </remote>
> <thread-pools>
> <thread-pool name="default">
> <max-threads count="10"/>
> <keepalive-time time="60" unit="seconds"/>
> </thread-pool>
> </thread-pools>
> <default-security-domain value="other"/>
> <application-security-domains>
> <application-security-domain name="other" security-domain="ApplicationDomain"/>
> </application-security-domains>
> <default-missing-method-permissions-deny-access value="true"/>
> <statistics enabled="${wildfly.ejb3.statistics-enabled:${wildfly.statistics-enabled:false}}"/>
> <log-system-exceptions value="true"/>
135,138d236
< <security-domain name="ApplicationDomain" default-realm="ApplicationRealm" permission-mapper="default-permission-mapper">
< <realm name="ApplicationRealm" role-decoder="groups-to-roles"/>
< <realm name="local"/>
< </security-domain>
142a241,244
> <security-domain name="ApplicationDomain" default-realm="ApplicationRealm" permission-mapper="default-permission-mapper">
> <realm name="ApplicationRealm" role-decoder="groups-to-roles"/>
> <realm name="local"/>
> </security-domain>
176a279
> <permission class-name="org.wildfly.extension.batch.jberet.deployment.BatchPermission" module="org.wildfly.extension.batch.jberet" target-name="*"/>
177a281
> <permission class-name="org.jboss.ejb.client.RemoteEJBPermission" module="org.jboss.ejb-client"/>
187a292,298
> <http-authentication-factory name="application-http-authentication" security-domain="ApplicationDomain" http-server-mechanism-factory="global">
> <mechanism-configuration>
> <mechanism mechanism-name="BASIC">
> <mechanism-realm realm-name="ApplicationRealm"/>
> </mechanism>
> </mechanism-configuration>
> </http-authentication-factory>
191c302
< <sasl-authentication-factory name="application-sasl-authentication" sasl-server-factory="configured" security-domain="ApplicationDomain">
---
> <sasl-authentication-factory name="management-sasl-authentication" sasl-server-factory="configured" security-domain="ManagementDomain">
195c306
< <mechanism-realm realm-name="ApplicationRealm"/>
---
> <mechanism-realm realm-name="ManagementRealm"/>
199c310
< <sasl-authentication-factory name="management-sasl-authentication" sasl-server-factory="configured" security-domain="ManagementDomain">
---
> <sasl-authentication-factory name="application-sasl-authentication" sasl-server-factory="configured" security-domain="ApplicationDomain">
203c314
< <mechanism-realm realm-name="ManagementRealm"/>
---
> <mechanism-realm realm-name="ApplicationRealm"/>
237a349,350
> <subsystem xmlns="urn:wildfly:elytron-oidc-client:1.0"/>
> <subsystem xmlns="urn:wildfly:health:1.0" security-enabled="false"/>
238a352,383
> <cache-container name="ejb" default-cache="passivation" marshaller="PROTOSTREAM" aliases="sfsb" modules="org.wildfly.clustering.ejb.infinispan">
> <local-cache name="passivation">
> <expiration interval="0"/>
> <file-store passivation="true"/>
> </local-cache>
> <local-cache name="persistent">
> <locking isolation="REPEATABLE_READ"/>
> <transaction mode="BATCH"/>
> <expiration interval="0"/>
> <file-store preload="true"/>
> </local-cache>
> <local-cache name="transient">
> <locking isolation="REPEATABLE_READ"/>
> <transaction mode="BATCH"/>
> <expiration interval="0"/>
> <file-store passivation="true" purge="true"/>
> </local-cache>
> </cache-container>
> <cache-container name="web" default-cache="passivation" marshaller="PROTOSTREAM" modules="org.wildfly.clustering.web.infinispan">
> <local-cache name="passivation">
> <expiration interval="0"/>
> <file-store passivation="true"/>
> </local-cache>
> <local-cache name="sso">
> <expiration interval="0"/>
> </local-cache>
> </cache-container>
> <cache-container name="server" default-cache="default" marshaller="PROTOSTREAM" modules="org.wildfly.clustering.singleton.server">
> <local-cache name="default">
> <expiration interval="0"/>
> </local-cache>
> </cache-container>
278a424
> <subsystem xmlns="urn:jboss:domain:jdr:1.0"/>
287c433,453
< <subsystem xmlns="urn:jboss:domain:naming:2.0"/>
---
> <subsystem xmlns="urn:jboss:domain:jsf:1.1"/>
> <subsystem xmlns="urn:jboss:domain:mail:4.0">
> <mail-session name="default" jndi-name="java:jboss/mail/Default">
> <smtp-server outbound-socket-binding-ref="mail-smtp"/>
> </mail-session>
> </subsystem>
> <subsystem xmlns="urn:wildfly:metrics:1.0" security-enabled="false" exposed-subsystems="*" prefix="${wildfly.metrics.prefix:wildfly}"/>
> <subsystem xmlns="urn:wildfly:microprofile-config-smallrye:2.0"/>
> <subsystem xmlns="urn:wildfly:microprofile-jwt-smallrye:1.0"/>
> <subsystem xmlns="urn:wildfly:microprofile-opentracing-smallrye:3.0" default-tracer="jaeger">
> <jaeger-tracer name="jaeger">
> <sampler-configuration sampler-type="const" sampler-param="1.0"/>
> </jaeger-tracer>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:naming:2.0">
> <remote-naming/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:pojo:1.0"/>
> <subsystem xmlns="urn:jboss:domain:remoting:5.0">
> <http-connector name="http-remoting-connector" connector-ref="default" sasl-authentication-factory="application-sasl-authentication"/>
> </subsystem>
288a455,456
> <subsystem xmlns="urn:jboss:domain:resource-adapters:6.1"/>
> <subsystem xmlns="urn:jboss:domain:sar:1.0"/>
306c474
< <subsystem xmlns="urn:jboss:domain:undertow:13.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" statistics-enabled="${wildfly.undertow.statistics-enabled:${wildfly.statistics-enabled:false}}">
---
> <subsystem xmlns="urn:jboss:domain:undertow:13.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" default-security-domain="other" statistics-enabled="${wildfly.undertow.statistics-enabled:${wildfly.statistics-enabled:false}}">
310a479
> <https-listener name="https" socket-binding="https" ssl-context="applicationSSC" enable-http2="true"/>
312c481,482
< <http-invoker/>
---
> <location name="/" handler="welcome-content"/>
> <http-invoker http-authentication-factory="application-http-authentication"/>
318a489,491
> <handlers>
> <file name="welcome-content" path="${jboss.home.dir}/welcome-content"/>
> </handlers>
322a496,505
> <subsystem xmlns="urn:jboss:domain:webservices:2.0" statistics-enabled="${wildfly.webservices.statistics-enabled:${wildfly.statistics-enabled:false}}">
> <wsdl-host>${jboss.bind.address:127.0.0.1}</wsdl-host>
> <endpoint-config name="Standard-Endpoint-Config"/>
> <endpoint-config name="Recording-Endpoint-Config">
> <pre-handler-chain name="recording-handlers" protocol-bindings="##SOAP11_HTTP ##SOAP11_HTTP_MTOM ##SOAP12_HTTP ##SOAP12_HTTP_MTOM">
> <handler name="RecordingHandler" class="org.jboss.ws.common.invocation.RecordingServerHandler"/>
> </pre-handler-chain>
> </endpoint-config>
> <client-config name="Standard-Client-Config"/>
> </subsystem>
340a524,526
> <outbound-socket-binding name="mail-smtp">
> <remote-destination host="${jboss.mail.server.host:localhost}" port="${jboss.mail.server.port:25}"/>
> </outbound-socket-binding>
342,346d527
< <deployments>
< <deployment name="deploymentWithSpringMvcDispatcherSpringIncluded.war" runtime-name="deploymentWithSpringMvcDispatcherSpringIncluded.war">
< <content sha1="8570df14396981d11e6f53ac629913ab42005b76"/>
< </deployment>
< </deployments>
diff -r standalone.new/configuration/standalone_xml_history/current/standalone.v5.xml standalone/configuration/standalone_xml_history/current/standalone.v5.xml
8a9
> <extension module="org.jboss.as.ejb3"/>
9a11
> <extension module="org.jboss.as.jdr"/>
11a14
> <extension module="org.jboss.as.jsf"/>
12a16
> <extension module="org.jboss.as.mail"/>
13a18,20
> <extension module="org.jboss.as.pojo"/>
> <extension module="org.jboss.as.remoting"/>
> <extension module="org.jboss.as.sar"/>
14a22
> <extension module="org.jboss.as.webservices"/>
15a24
> <extension module="org.wildfly.extension.batch.jberet"/>
16a26,27
> <extension module="org.wildfly.extension.clustering.ejb"/>
> <extension module="org.wildfly.extension.clustering.web"/>
17a29,30
> <extension module="org.wildfly.extension.discovery"/>
> <extension module="org.wildfly.extension.ee-security"/>
18a32,33
> <extension module="org.wildfly.extension.elytron-oidc-client"/>
> <extension module="org.wildfly.extension.health"/>
19a35,38
> <extension module="org.wildfly.extension.metrics"/>
> <extension module="org.wildfly.extension.microprofile.config-smallrye"/>
> <extension module="org.wildfly.extension.microprofile.jwt-smallrye"/>
> <extension module="org.wildfly.extension.microprofile.opentracing-smallrye"/>
95a115,125
> <subsystem xmlns="urn:jboss:domain:batch-jberet:3.0">
> <default-job-repository name="in-memory"/>
> <default-thread-pool name="batch"/>
> <job-repository name="in-memory">
> <in-memory/>
> </job-repository>
> <thread-pool name="batch">
> <max-threads count="10"/>
> <keepalive-time time="30" unit="seconds"/>
> </thread-pool>
> </subsystem>
99c129,143
< <datasources/>
---
> <datasources>
> <datasource jndi-name="java:jboss/datasources/ExampleDS" pool-name="ExampleDS" enabled="true" use-java-context="true" statistics-enabled="${wildfly.datasources.statistics-enabled:${wildfly.statistics-enabled:false}}">
> <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MODE=${wildfly.h2.compatibility.mode:REGULAR}</connection-url>
> <driver>h2</driver>
> <security>
> <user-name>sa</user-name>
> <password>sa</password>
> </security>
> </datasource>
> <drivers>
> <driver name="h2" module="com.h2database.h2">
> <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
> </driver>
> </drivers>
> </datasources>
103a148,161
> <subsystem xmlns="urn:jboss:domain:discovery:1.0"/>
> <subsystem xmlns="urn:jboss:domain:distributable-ejb:1.0" default-bean-management="default">
> <infinispan-bean-management name="default" cache-container="ejb" cache="passivation" max-active-beans="10000"/>
> <local-client-mappings-registry/>
> <infinispan-timer-management name="persistent" cache-container="ejb" cache="persistent" max-active-timers="10000"/>
> <infinispan-timer-management name="transient" cache-container="ejb" cache="transient" max-active-timers="10000"/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:distributable-web:3.0" default-session-management="default" default-single-sign-on-management="default">
> <infinispan-session-management name="default" cache-container="web" granularity="SESSION">
> <local-affinity/>
> </infinispan-session-management>
> <infinispan-single-sign-on-management name="default" cache-container="web" cache="sso"/>
> <local-routing/>
> </subsystem>
120c178,222
< <default-bindings context-service="java:jboss/ee/concurrency/context/default" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/>
---
> <default-bindings context-service="java:jboss/ee/concurrency/context/default" datasource="java:jboss/datasources/ExampleDS" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:ee-security:1.0"/>
> <subsystem xmlns="urn:jboss:domain:ejb3:10.0">
> <session-bean>
> <stateless>
> <bean-instance-pool-ref pool-name="slsb-strict-max-pool"/>
> </stateless>
> <stateful default-access-timeout="5000" cache-ref="simple" passivation-disabled-cache-ref="simple"/>
> <singleton default-access-timeout="5000"/>
> </session-bean>
> <pools>
> <bean-instance-pools>
> <strict-max-pool name="mdb-strict-max-pool" derive-size="from-cpu-count" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
> <strict-max-pool name="slsb-strict-max-pool" derive-size="from-worker-pools" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
> </bean-instance-pools>
> </pools>
> <caches>
> <simple-cache name="simple"/>
> <distributable-cache name="distributable"/>
> </caches>
> <async thread-pool-name="default"/>
> <timer-service thread-pool-name="default" default-data-store="default-file-store">
> <data-stores>
> <file-data-store name="default-file-store" path="timer-service-data" relative-to="jboss.server.data.dir"/>
> </data-stores>
> </timer-service>
> <remote cluster="ejb" connectors="http-remoting-connector" thread-pool-name="default">
> <channel-creation-options>
> <option name="MAX_OUTBOUND_MESSAGES" value="1234" type="remoting"/>
> </channel-creation-options>
> </remote>
> <thread-pools>
> <thread-pool name="default">
> <max-threads count="10"/>
> <keepalive-time time="60" unit="seconds"/>
> </thread-pool>
> </thread-pools>
> <default-security-domain value="other"/>
> <application-security-domains>
> <application-security-domain name="other" security-domain="ApplicationDomain"/>
> </application-security-domains>
> <default-missing-method-permissions-deny-access value="true"/>
> <statistics enabled="${wildfly.ejb3.statistics-enabled:${wildfly.statistics-enabled:false}}"/>
> <log-system-exceptions value="true"/>
135,138d236
< <security-domain name="ApplicationDomain" default-realm="ApplicationRealm" permission-mapper="default-permission-mapper">
< <realm name="ApplicationRealm" role-decoder="groups-to-roles"/>
< <realm name="local"/>
< </security-domain>
142a241,244
> <security-domain name="ApplicationDomain" default-realm="ApplicationRealm" permission-mapper="default-permission-mapper">
> <realm name="ApplicationRealm" role-decoder="groups-to-roles"/>
> <realm name="local"/>
> </security-domain>
176a279
> <permission class-name="org.wildfly.extension.batch.jberet.deployment.BatchPermission" module="org.wildfly.extension.batch.jberet" target-name="*"/>
177a281
> <permission class-name="org.jboss.ejb.client.RemoteEJBPermission" module="org.jboss.ejb-client"/>
187a292,298
> <http-authentication-factory name="application-http-authentication" security-domain="ApplicationDomain" http-server-mechanism-factory="global">
> <mechanism-configuration>
> <mechanism mechanism-name="BASIC">
> <mechanism-realm realm-name="ApplicationRealm"/>
> </mechanism>
> </mechanism-configuration>
> </http-authentication-factory>
191c302
< <sasl-authentication-factory name="application-sasl-authentication" sasl-server-factory="configured" security-domain="ApplicationDomain">
---
> <sasl-authentication-factory name="management-sasl-authentication" sasl-server-factory="configured" security-domain="ManagementDomain">
195c306
< <mechanism-realm realm-name="ApplicationRealm"/>
---
> <mechanism-realm realm-name="ManagementRealm"/>
199c310
< <sasl-authentication-factory name="management-sasl-authentication" sasl-server-factory="configured" security-domain="ManagementDomain">
---
> <sasl-authentication-factory name="application-sasl-authentication" sasl-server-factory="configured" security-domain="ApplicationDomain">
203c314
< <mechanism-realm realm-name="ManagementRealm"/>
---
> <mechanism-realm realm-name="ApplicationRealm"/>
237a349,350
> <subsystem xmlns="urn:wildfly:elytron-oidc-client:1.0"/>
> <subsystem xmlns="urn:wildfly:health:1.0" security-enabled="false"/>
238a352,383
> <cache-container name="ejb" default-cache="passivation" marshaller="PROTOSTREAM" aliases="sfsb" modules="org.wildfly.clustering.ejb.infinispan">
> <local-cache name="passivation">
> <expiration interval="0"/>
> <file-store passivation="true"/>
> </local-cache>
> <local-cache name="persistent">
> <locking isolation="REPEATABLE_READ"/>
> <transaction mode="BATCH"/>
> <expiration interval="0"/>
> <file-store preload="true"/>
> </local-cache>
> <local-cache name="transient">
> <locking isolation="REPEATABLE_READ"/>
> <transaction mode="BATCH"/>
> <expiration interval="0"/>
> <file-store passivation="true" purge="true"/>
> </local-cache>
> </cache-container>
> <cache-container name="web" default-cache="passivation" marshaller="PROTOSTREAM" modules="org.wildfly.clustering.web.infinispan">
> <local-cache name="passivation">
> <expiration interval="0"/>
> <file-store passivation="true"/>
> </local-cache>
> <local-cache name="sso">
> <expiration interval="0"/>
> </local-cache>
> </cache-container>
> <cache-container name="server" default-cache="default" marshaller="PROTOSTREAM" modules="org.wildfly.clustering.singleton.server">
> <local-cache name="default">
> <expiration interval="0"/>
> </local-cache>
> </cache-container>
278a424
> <subsystem xmlns="urn:jboss:domain:jdr:1.0"/>
287c433,453
< <subsystem xmlns="urn:jboss:domain:naming:2.0"/>
---
> <subsystem xmlns="urn:jboss:domain:jsf:1.1"/>
> <subsystem xmlns="urn:jboss:domain:mail:4.0">
> <mail-session name="default" jndi-name="java:jboss/mail/Default">
> <smtp-server outbound-socket-binding-ref="mail-smtp"/>
> </mail-session>
> </subsystem>
> <subsystem xmlns="urn:wildfly:metrics:1.0" security-enabled="false" exposed-subsystems="*" prefix="${wildfly.metrics.prefix:wildfly}"/>
> <subsystem xmlns="urn:wildfly:microprofile-config-smallrye:2.0"/>
> <subsystem xmlns="urn:wildfly:microprofile-jwt-smallrye:1.0"/>
> <subsystem xmlns="urn:wildfly:microprofile-opentracing-smallrye:3.0" default-tracer="jaeger">
> <jaeger-tracer name="jaeger">
> <sampler-configuration sampler-type="const" sampler-param="1.0"/>
> </jaeger-tracer>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:naming:2.0">
> <remote-naming/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:pojo:1.0"/>
> <subsystem xmlns="urn:jboss:domain:remoting:5.0">
> <http-connector name="http-remoting-connector" connector-ref="default" sasl-authentication-factory="application-sasl-authentication"/>
> </subsystem>
288a455,456
> <subsystem xmlns="urn:jboss:domain:resource-adapters:6.1"/>
> <subsystem xmlns="urn:jboss:domain:sar:1.0"/>
306c474
< <subsystem xmlns="urn:jboss:domain:undertow:13.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" statistics-enabled="${wildfly.undertow.statistics-enabled:${wildfly.statistics-enabled:false}}">
---
> <subsystem xmlns="urn:jboss:domain:undertow:13.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" default-security-domain="other" statistics-enabled="${wildfly.undertow.statistics-enabled:${wildfly.statistics-enabled:false}}">
310a479
> <https-listener name="https" socket-binding="https" ssl-context="applicationSSC" enable-http2="true"/>
312c481,482
< <http-invoker/>
---
> <location name="/" handler="welcome-content"/>
> <http-invoker http-authentication-factory="application-http-authentication"/>
318a489,491
> <handlers>
> <file name="welcome-content" path="${jboss.home.dir}/welcome-content"/>
> </handlers>
322a496,505
> <subsystem xmlns="urn:jboss:domain:webservices:2.0" statistics-enabled="${wildfly.webservices.statistics-enabled:${wildfly.statistics-enabled:false}}">
> <wsdl-host>${jboss.bind.address:127.0.0.1}</wsdl-host>
> <endpoint-config name="Standard-Endpoint-Config"/>
> <endpoint-config name="Recording-Endpoint-Config">
> <pre-handler-chain name="recording-handlers" protocol-bindings="##SOAP11_HTTP ##SOAP11_HTTP_MTOM ##SOAP12_HTTP ##SOAP12_HTTP_MTOM">
> <handler name="RecordingHandler" class="org.jboss.ws.common.invocation.RecordingServerHandler"/>
> </pre-handler-chain>
> </endpoint-config>
> <client-config name="Standard-Client-Config"/>
> </subsystem>
340a524,526
> <outbound-socket-binding name="mail-smtp">
> <remote-destination host="${jboss.mail.server.host:localhost}" port="${jboss.mail.server.port:25}"/>
> </outbound-socket-binding>
343,347c529,530
< <deployment name="deploymentWithSpringMvcDispatcherSpringIncluded.war" runtime-name="deploymentWithSpringMvcDispatcherSpringIncluded.war">
< <content sha1="8570df14396981d11e6f53ac629913ab42005b76"/>
< </deployment>
< <deployment name="deploymentWithSpringContextLoaderListenerSpringIncluded.war" runtime-name="deploymentWithSpringContextLoaderListenerSpringIncluded.war">
< <content sha1="2dfd4398577e38859e9474ebd2e17a6c3fbb2b86"/>
---
> <deployment name="ContextRefreshDependenciesInDeploymentTest.war" runtime-name="ContextRefreshDependenciesInDeploymentTest.war">
> <content sha1="b1a33f942a7f6ec9e011927f8431b60da54e767e"/>
Only in standalone.new/configuration/standalone_xml_history/current: standalone.v6.xml
Only in standalone.new/configuration/standalone_xml_history/current: standalone.v7.xml
Only in standalone.new/configuration/standalone_xml_history/current: standalone.v8.xml
Only in standalone.new/configuration/standalone_xml_history/current: standalone.v9.xml
diff -r standalone.new/configuration/standalone_xml_history/standalone.boot.xml standalone/configuration/standalone_xml_history/standalone.boot.xml
8a9
> <extension module="org.jboss.as.ejb3"/>
9a11
> <extension module="org.jboss.as.jdr"/>
11a14
> <extension module="org.jboss.as.jsf"/>
12a16
> <extension module="org.jboss.as.mail"/>
13a18,20
> <extension module="org.jboss.as.pojo"/>
> <extension module="org.jboss.as.remoting"/>
> <extension module="org.jboss.as.sar"/>
14a22
> <extension module="org.jboss.as.webservices"/>
15a24
> <extension module="org.wildfly.extension.batch.jberet"/>
16a26,27
> <extension module="org.wildfly.extension.clustering.ejb"/>
> <extension module="org.wildfly.extension.clustering.web"/>
17a29,30
> <extension module="org.wildfly.extension.discovery"/>
> <extension module="org.wildfly.extension.ee-security"/>
18a32,33
> <extension module="org.wildfly.extension.elytron-oidc-client"/>
> <extension module="org.wildfly.extension.health"/>
19a35,38
> <extension module="org.wildfly.extension.metrics"/>
> <extension module="org.wildfly.extension.microprofile.config-smallrye"/>
> <extension module="org.wildfly.extension.microprofile.jwt-smallrye"/>
> <extension module="org.wildfly.extension.microprofile.opentracing-smallrye"/>
95a115,125
> <subsystem xmlns="urn:jboss:domain:batch-jberet:3.0">
> <default-job-repository name="in-memory"/>
> <default-thread-pool name="batch"/>
> <job-repository name="in-memory">
> <in-memory/>
> </job-repository>
> <thread-pool name="batch">
> <max-threads count="10"/>
> <keepalive-time time="30" unit="seconds"/>
> </thread-pool>
> </subsystem>
99c129,143
< <datasources/>
---
> <datasources>
> <datasource jndi-name="java:jboss/datasources/ExampleDS" pool-name="ExampleDS" enabled="true" use-java-context="true" statistics-enabled="${wildfly.datasources.statistics-enabled:${wildfly.statistics-enabled:false}}">
> <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MODE=${wildfly.h2.compatibility.mode:REGULAR}</connection-url>
> <driver>h2</driver>
> <security>
> <user-name>sa</user-name>
> <password>sa</password>
> </security>
> </datasource>
> <drivers>
> <driver name="h2" module="com.h2database.h2">
> <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
> </driver>
> </drivers>
> </datasources>
103a148,161
> <subsystem xmlns="urn:jboss:domain:discovery:1.0"/>
> <subsystem xmlns="urn:jboss:domain:distributable-ejb:1.0" default-bean-management="default">
> <infinispan-bean-management name="default" cache-container="ejb" cache="passivation" max-active-beans="10000"/>
> <local-client-mappings-registry/>
> <infinispan-timer-management name="persistent" cache-container="ejb" cache="persistent" max-active-timers="10000"/>
> <infinispan-timer-management name="transient" cache-container="ejb" cache="transient" max-active-timers="10000"/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:distributable-web:3.0" default-session-management="default" default-single-sign-on-management="default">
> <infinispan-session-management name="default" cache-container="web" granularity="SESSION">
> <local-affinity/>
> </infinispan-session-management>
> <infinispan-single-sign-on-management name="default" cache-container="web" cache="sso"/>
> <local-routing/>
> </subsystem>
120c178,222
< <default-bindings context-service="java:jboss/ee/concurrency/context/default" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/>
---
> <default-bindings context-service="java:jboss/ee/concurrency/context/default" datasource="java:jboss/datasources/ExampleDS" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:ee-security:1.0"/>
> <subsystem xmlns="urn:jboss:domain:ejb3:10.0">
> <session-bean>
> <stateless>
> <bean-instance-pool-ref pool-name="slsb-strict-max-pool"/>
> </stateless>
> <stateful default-access-timeout="5000" cache-ref="simple" passivation-disabled-cache-ref="simple"/>
> <singleton default-access-timeout="5000"/>
> </session-bean>
> <pools>
> <bean-instance-pools>
> <strict-max-pool name="mdb-strict-max-pool" derive-size="from-cpu-count" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
> <strict-max-pool name="slsb-strict-max-pool" derive-size="from-worker-pools" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
> </bean-instance-pools>
> </pools>
> <caches>
> <simple-cache name="simple"/>
> <distributable-cache name="distributable"/>
> </caches>
> <async thread-pool-name="default"/>
> <timer-service thread-pool-name="default" default-data-store="default-file-store">
> <data-stores>
> <file-data-store name="default-file-store" path="timer-service-data" relative-to="jboss.server.data.dir"/>
> </data-stores>
> </timer-service>
> <remote cluster="ejb" connectors="http-remoting-connector" thread-pool-name="default">
> <channel-creation-options>
> <option name="MAX_OUTBOUND_MESSAGES" value="1234" type="remoting"/>
> </channel-creation-options>
> </remote>
> <thread-pools>
> <thread-pool name="default">
> <max-threads count="10"/>
> <keepalive-time time="60" unit="seconds"/>
> </thread-pool>
> </thread-pools>
> <default-security-domain value="other"/>
> <application-security-domains>
> <application-security-domain name="other" security-domain="ApplicationDomain"/>
> </application-security-domains>
> <default-missing-method-permissions-deny-access value="true"/>
> <statistics enabled="${wildfly.ejb3.statistics-enabled:${wildfly.statistics-enabled:false}}"/>
> <log-system-exceptions value="true"/>
135,138d236
< <security-domain name="ApplicationDomain" default-realm="ApplicationRealm" permission-mapper="default-permission-mapper">
< <realm name="ApplicationRealm" role-decoder="groups-to-roles"/>
< <realm name="local"/>
< </security-domain>
142a241,244
> <security-domain name="ApplicationDomain" default-realm="ApplicationRealm" permission-mapper="default-permission-mapper">
> <realm name="ApplicationRealm" role-decoder="groups-to-roles"/>
> <realm name="local"/>
> </security-domain>
176a279
> <permission class-name="org.wildfly.extension.batch.jberet.deployment.BatchPermission" module="org.wildfly.extension.batch.jberet" target-name="*"/>
177a281
> <permission class-name="org.jboss.ejb.client.RemoteEJBPermission" module="org.jboss.ejb-client"/>
187a292,298
> <http-authentication-factory name="application-http-authentication" security-domain="ApplicationDomain" http-server-mechanism-factory="global">
> <mechanism-configuration>
> <mechanism mechanism-name="BASIC">
> <mechanism-realm realm-name="ApplicationRealm"/>
> </mechanism>
> </mechanism-configuration>
> </http-authentication-factory>
191c302
< <sasl-authentication-factory name="application-sasl-authentication" sasl-server-factory="configured" security-domain="ApplicationDomain">
---
> <sasl-authentication-factory name="management-sasl-authentication" sasl-server-factory="configured" security-domain="ManagementDomain">
195c306
< <mechanism-realm realm-name="ApplicationRealm"/>
---
> <mechanism-realm realm-name="ManagementRealm"/>
199c310
< <sasl-authentication-factory name="management-sasl-authentication" sasl-server-factory="configured" security-domain="ManagementDomain">
---
> <sasl-authentication-factory name="application-sasl-authentication" sasl-server-factory="configured" security-domain="ApplicationDomain">
203c314
< <mechanism-realm realm-name="ManagementRealm"/>
---
> <mechanism-realm realm-name="ApplicationRealm"/>
237a349,350
> <subsystem xmlns="urn:wildfly:elytron-oidc-client:1.0"/>
> <subsystem xmlns="urn:wildfly:health:1.0" security-enabled="false"/>
238a352,383
> <cache-container name="ejb" default-cache="passivation" marshaller="PROTOSTREAM" aliases="sfsb" modules="org.wildfly.clustering.ejb.infinispan">
> <local-cache name="passivation">
> <expiration interval="0"/>
> <file-store passivation="true"/>
> </local-cache>
> <local-cache name="persistent">
> <locking isolation="REPEATABLE_READ"/>
> <transaction mode="BATCH"/>
> <expiration interval="0"/>
> <file-store preload="true"/>
> </local-cache>
> <local-cache name="transient">
> <locking isolation="REPEATABLE_READ"/>
> <transaction mode="BATCH"/>
> <expiration interval="0"/>
> <file-store passivation="true" purge="true"/>
> </local-cache>
> </cache-container>
> <cache-container name="web" default-cache="passivation" marshaller="PROTOSTREAM" modules="org.wildfly.clustering.web.infinispan">
> <local-cache name="passivation">
> <expiration interval="0"/>
> <file-store passivation="true"/>
> </local-cache>
> <local-cache name="sso">
> <expiration interval="0"/>
> </local-cache>
> </cache-container>
> <cache-container name="server" default-cache="default" marshaller="PROTOSTREAM" modules="org.wildfly.clustering.singleton.server">
> <local-cache name="default">
> <expiration interval="0"/>
> </local-cache>
> </cache-container>
278a424
> <subsystem xmlns="urn:jboss:domain:jdr:1.0"/>
287c433,453
< <subsystem xmlns="urn:jboss:domain:naming:2.0"/>
---
> <subsystem xmlns="urn:jboss:domain:jsf:1.1"/>
> <subsystem xmlns="urn:jboss:domain:mail:4.0">
> <mail-session name="default" jndi-name="java:jboss/mail/Default">
> <smtp-server outbound-socket-binding-ref="mail-smtp"/>
> </mail-session>
> </subsystem>
> <subsystem xmlns="urn:wildfly:metrics:1.0" security-enabled="false" exposed-subsystems="*" prefix="${wildfly.metrics.prefix:wildfly}"/>
> <subsystem xmlns="urn:wildfly:microprofile-config-smallrye:2.0"/>
> <subsystem xmlns="urn:wildfly:microprofile-jwt-smallrye:1.0"/>
> <subsystem xmlns="urn:wildfly:microprofile-opentracing-smallrye:3.0" default-tracer="jaeger">
> <jaeger-tracer name="jaeger">
> <sampler-configuration sampler-type="const" sampler-param="1.0"/>
> </jaeger-tracer>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:naming:2.0">
> <remote-naming/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:pojo:1.0"/>
> <subsystem xmlns="urn:jboss:domain:remoting:5.0">
> <http-connector name="http-remoting-connector" connector-ref="default" sasl-authentication-factory="application-sasl-authentication"/>
> </subsystem>
288a455,456
> <subsystem xmlns="urn:jboss:domain:resource-adapters:6.1"/>
> <subsystem xmlns="urn:jboss:domain:sar:1.0"/>
306c474
< <subsystem xmlns="urn:jboss:domain:undertow:13.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" statistics-enabled="${wildfly.undertow.statistics-enabled:${wildfly.statistics-enabled:false}}">
---
> <subsystem xmlns="urn:jboss:domain:undertow:13.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" default-security-domain="other" statistics-enabled="${wildfly.undertow.statistics-enabled:${wildfly.statistics-enabled:false}}">
310a479
> <https-listener name="https" socket-binding="https" ssl-context="applicationSSC" enable-http2="true"/>
312c481,482
< <http-invoker/>
---
> <location name="/" handler="welcome-content"/>
> <http-invoker http-authentication-factory="application-http-authentication"/>
318a489,491
> <handlers>
> <file name="welcome-content" path="${jboss.home.dir}/welcome-content"/>
> </handlers>
322a496,505
> <subsystem xmlns="urn:jboss:domain:webservices:2.0" statistics-enabled="${wildfly.webservices.statistics-enabled:${wildfly.statistics-enabled:false}}">
> <wsdl-host>${jboss.bind.address:127.0.0.1}</wsdl-host>
> <endpoint-config name="Standard-Endpoint-Config"/>
> <endpoint-config name="Recording-Endpoint-Config">
> <pre-handler-chain name="recording-handlers" protocol-bindings="##SOAP11_HTTP ##SOAP11_HTTP_MTOM ##SOAP12_HTTP ##SOAP12_HTTP_MTOM">
> <handler name="RecordingHandler" class="org.jboss.ws.common.invocation.RecordingServerHandler"/>
> </pre-handler-chain>
> </endpoint-config>
> <client-config name="Standard-Client-Config"/>
> </subsystem>
340a524,526
> <outbound-socket-binding name="mail-smtp">
> <remote-destination host="${jboss.mail.server.host:localhost}" port="${jboss.mail.server.port:25}"/>
> </outbound-socket-binding>
341a528,532
> <deployments>
> <deployment name="JaxrsWithSpringMVCTest.war" runtime-name="JaxrsWithSpringMVCTest.war">
> <content sha1="20ad8a95c1ea1eb32b77b6506a49e17328eae170"/>
> </deployment>
> </deployments>
diff -r standalone.new/configuration/standalone_xml_history/standalone.initial.xml standalone/configuration/standalone_xml_history/standalone.initial.xml
8a9
> <extension module="org.jboss.as.ejb3"/>
9a11
> <extension module="org.jboss.as.jdr"/>
11a14
> <extension module="org.jboss.as.jsf"/>
12a16
> <extension module="org.jboss.as.mail"/>
13a18,20
> <extension module="org.jboss.as.pojo"/>
> <extension module="org.jboss.as.remoting"/>
> <extension module="org.jboss.as.sar"/>
14a22
> <extension module="org.jboss.as.webservices"/>
15a24
> <extension module="org.wildfly.extension.batch.jberet"/>
16a26,27
> <extension module="org.wildfly.extension.clustering.ejb"/>
> <extension module="org.wildfly.extension.clustering.web"/>
17a29,30
> <extension module="org.wildfly.extension.discovery"/>
> <extension module="org.wildfly.extension.ee-security"/>
18a32,33
> <extension module="org.wildfly.extension.elytron-oidc-client"/>
> <extension module="org.wildfly.extension.health"/>
19a35,38
> <extension module="org.wildfly.extension.metrics"/>
> <extension module="org.wildfly.extension.microprofile.config-smallrye"/>
> <extension module="org.wildfly.extension.microprofile.jwt-smallrye"/>
> <extension module="org.wildfly.extension.microprofile.opentracing-smallrye"/>
95a115,125
> <subsystem xmlns="urn:jboss:domain:batch-jberet:3.0">
> <default-job-repository name="in-memory"/>
> <default-thread-pool name="batch"/>
> <job-repository name="in-memory">
> <in-memory/>
> </job-repository>
> <thread-pool name="batch">
> <max-threads count="10"/>
> <keepalive-time time="30" unit="seconds"/>
> </thread-pool>
> </subsystem>
99c129,143
< <datasources/>
---
> <datasources>
> <datasource jndi-name="java:jboss/datasources/ExampleDS" pool-name="ExampleDS" enabled="true" use-java-context="true" statistics-enabled="${wildfly.datasources.statistics-enabled:${wildfly.statistics-enabled:false}}">
> <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MODE=${wildfly.h2.compatibility.mode:REGULAR}</connection-url>
> <driver>h2</driver>
> <security>
> <user-name>sa</user-name>
> <password>sa</password>
> </security>
> </datasource>
> <drivers>
> <driver name="h2" module="com.h2database.h2">
> <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
> </driver>
> </drivers>
> </datasources>
103a148,161
> <subsystem xmlns="urn:jboss:domain:discovery:1.0"/>
> <subsystem xmlns="urn:jboss:domain:distributable-ejb:1.0" default-bean-management="default">
> <infinispan-bean-management name="default" cache-container="ejb" cache="passivation" max-active-beans="10000"/>
> <local-client-mappings-registry/>
> <infinispan-timer-management name="persistent" cache-container="ejb" cache="persistent" max-active-timers="10000"/>
> <infinispan-timer-management name="transient" cache-container="ejb" cache="transient" max-active-timers="10000"/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:distributable-web:3.0" default-session-management="default" default-single-sign-on-management="default">
> <infinispan-session-management name="default" cache-container="web" granularity="SESSION">
> <local-affinity/>
> </infinispan-session-management>
> <infinispan-single-sign-on-management name="default" cache-container="web" cache="sso"/>
> <local-routing/>
> </subsystem>
120c178,222
< <default-bindings context-service="java:jboss/ee/concurrency/context/default" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/>
---
> <default-bindings context-service="java:jboss/ee/concurrency/context/default" datasource="java:jboss/datasources/ExampleDS" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:ee-security:1.0"/>
> <subsystem xmlns="urn:jboss:domain:ejb3:10.0">
> <session-bean>
> <stateless>
> <bean-instance-pool-ref pool-name="slsb-strict-max-pool"/>
> </stateless>
> <stateful default-access-timeout="5000" cache-ref="simple" passivation-disabled-cache-ref="simple"/>
> <singleton default-access-timeout="5000"/>
> </session-bean>
> <pools>
> <bean-instance-pools>
> <strict-max-pool name="mdb-strict-max-pool" derive-size="from-cpu-count" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
> <strict-max-pool name="slsb-strict-max-pool" derive-size="from-worker-pools" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
> </bean-instance-pools>
> </pools>
> <caches>
> <simple-cache name="simple"/>
> <distributable-cache name="distributable"/>
> </caches>
> <async thread-pool-name="default"/>
> <timer-service thread-pool-name="default" default-data-store="default-file-store">
> <data-stores>
> <file-data-store name="default-file-store" path="timer-service-data" relative-to="jboss.server.data.dir"/>
> </data-stores>
> </timer-service>
> <remote cluster="ejb" connectors="http-remoting-connector" thread-pool-name="default">
> <channel-creation-options>
> <option name="MAX_OUTBOUND_MESSAGES" value="1234" type="remoting"/>
> </channel-creation-options>
> </remote>
> <thread-pools>
> <thread-pool name="default">
> <max-threads count="10"/>
> <keepalive-time time="60" unit="seconds"/>
> </thread-pool>
> </thread-pools>
> <default-security-domain value="other"/>
> <application-security-domains>
> <application-security-domain name="other" security-domain="ApplicationDomain"/>
> </application-security-domains>
> <default-missing-method-permissions-deny-access value="true"/>
> <statistics enabled="${wildfly.ejb3.statistics-enabled:${wildfly.statistics-enabled:false}}"/>
> <log-system-exceptions value="true"/>
135,138d236
< <security-domain name="ApplicationDomain" default-realm="ApplicationRealm" permission-mapper="default-permission-mapper">
< <realm name="ApplicationRealm" role-decoder="groups-to-roles"/>
< <realm name="local"/>
< </security-domain>
142a241,244
> <security-domain name="ApplicationDomain" default-realm="ApplicationRealm" permission-mapper="default-permission-mapper">
> <realm name="ApplicationRealm" role-decoder="groups-to-roles"/>
> <realm name="local"/>
> </security-domain>
176a279
> <permission class-name="org.wildfly.extension.batch.jberet.deployment.BatchPermission" module="org.wildfly.extension.batch.jberet" target-name="*"/>
177a281
> <permission class-name="org.jboss.ejb.client.RemoteEJBPermission" module="org.jboss.ejb-client"/>
187a292,298
> <http-authentication-factory name="application-http-authentication" security-domain="ApplicationDomain" http-server-mechanism-factory="global">
> <mechanism-configuration>
> <mechanism mechanism-name="BASIC">
> <mechanism-realm realm-name="ApplicationRealm"/>
> </mechanism>
> </mechanism-configuration>
> </http-authentication-factory>
191c302
< <sasl-authentication-factory name="application-sasl-authentication" sasl-server-factory="configured" security-domain="ApplicationDomain">
---
> <sasl-authentication-factory name="management-sasl-authentication" sasl-server-factory="configured" security-domain="ManagementDomain">
195c306
< <mechanism-realm realm-name="ApplicationRealm"/>
---
> <mechanism-realm realm-name="ManagementRealm"/>
199c310
< <sasl-authentication-factory name="management-sasl-authentication" sasl-server-factory="configured" security-domain="ManagementDomain">
---
> <sasl-authentication-factory name="application-sasl-authentication" sasl-server-factory="configured" security-domain="ApplicationDomain">
203c314
< <mechanism-realm realm-name="ManagementRealm"/>
---
> <mechanism-realm realm-name="ApplicationRealm"/>
237a349,350
> <subsystem xmlns="urn:wildfly:elytron-oidc-client:1.0"/>
> <subsystem xmlns="urn:wildfly:health:1.0" security-enabled="false"/>
238a352,383
> <cache-container name="ejb" default-cache="passivation" marshaller="PROTOSTREAM" aliases="sfsb" modules="org.wildfly.clustering.ejb.infinispan">
> <local-cache name="passivation">
> <expiration interval="0"/>
> <file-store passivation="true"/>
> </local-cache>
> <local-cache name="persistent">
> <locking isolation="REPEATABLE_READ"/>
> <transaction mode="BATCH"/>
> <expiration interval="0"/>
> <file-store preload="true"/>
> </local-cache>
> <local-cache name="transient">
> <locking isolation="REPEATABLE_READ"/>
> <transaction mode="BATCH"/>
> <expiration interval="0"/>
> <file-store passivation="true" purge="true"/>
> </local-cache>
> </cache-container>
> <cache-container name="web" default-cache="passivation" marshaller="PROTOSTREAM" modules="org.wildfly.clustering.web.infinispan">
> <local-cache name="passivation">
> <expiration interval="0"/>
> <file-store passivation="true"/>
> </local-cache>
> <local-cache name="sso">
> <expiration interval="0"/>
> </local-cache>
> </cache-container>
> <cache-container name="server" default-cache="default" marshaller="PROTOSTREAM" modules="org.wildfly.clustering.singleton.server">
> <local-cache name="default">
> <expiration interval="0"/>
> </local-cache>
> </cache-container>
278a424
> <subsystem xmlns="urn:jboss:domain:jdr:1.0"/>
287c433,453
< <subsystem xmlns="urn:jboss:domain:naming:2.0"/>
---
> <subsystem xmlns="urn:jboss:domain:jsf:1.1"/>
> <subsystem xmlns="urn:jboss:domain:mail:4.0">
> <mail-session name="default" jndi-name="java:jboss/mail/Default">
> <smtp-server outbound-socket-binding-ref="mail-smtp"/>
> </mail-session>
> </subsystem>
> <subsystem xmlns="urn:wildfly:metrics:1.0" security-enabled="false" exposed-subsystems="*" prefix="${wildfly.metrics.prefix:wildfly}"/>
> <subsystem xmlns="urn:wildfly:microprofile-config-smallrye:2.0"/>
> <subsystem xmlns="urn:wildfly:microprofile-jwt-smallrye:1.0"/>
> <subsystem xmlns="urn:wildfly:microprofile-opentracing-smallrye:3.0" default-tracer="jaeger">
> <jaeger-tracer name="jaeger">
> <sampler-configuration sampler-type="const" sampler-param="1.0"/>
> </jaeger-tracer>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:naming:2.0">
> <remote-naming/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:pojo:1.0"/>
> <subsystem xmlns="urn:jboss:domain:remoting:5.0">
> <http-connector name="http-remoting-connector" connector-ref="default" sasl-authentication-factory="application-sasl-authentication"/>
> </subsystem>
288a455,456
> <subsystem xmlns="urn:jboss:domain:resource-adapters:6.1"/>
> <subsystem xmlns="urn:jboss:domain:sar:1.0"/>
306c474
< <subsystem xmlns="urn:jboss:domain:undertow:13.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" statistics-enabled="${wildfly.undertow.statistics-enabled:${wildfly.statistics-enabled:false}}">
---
> <subsystem xmlns="urn:jboss:domain:undertow:13.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" default-security-domain="other" statistics-enabled="${wildfly.undertow.statistics-enabled:${wildfly.statistics-enabled:false}}">
310a479
> <https-listener name="https" socket-binding="https" ssl-context="applicationSSC" enable-http2="true"/>
312c481,482
< <http-invoker/>
---
> <location name="/" handler="welcome-content"/>
> <http-invoker http-authentication-factory="application-http-authentication"/>
318a489,491
> <handlers>
> <file name="welcome-content" path="${jboss.home.dir}/welcome-content"/>
> </handlers>
322a496,505
> <subsystem xmlns="urn:jboss:domain:webservices:2.0" statistics-enabled="${wildfly.webservices.statistics-enabled:${wildfly.statistics-enabled:false}}">
> <wsdl-host>${jboss.bind.address:127.0.0.1}</wsdl-host>
> <endpoint-config name="Standard-Endpoint-Config"/>
> <endpoint-config name="Recording-Endpoint-Config">
> <pre-handler-chain name="recording-handlers" protocol-bindings="##SOAP11_HTTP ##SOAP11_HTTP_MTOM ##SOAP12_HTTP ##SOAP12_HTTP_MTOM">
> <handler name="RecordingHandler" class="org.jboss.ws.common.invocation.RecordingServerHandler"/>
> </pre-handler-chain>
> </endpoint-config>
> <client-config name="Standard-Client-Config"/>
> </subsystem>
340a524,526
> <outbound-socket-binding name="mail-smtp">
> <remote-destination host="${jboss.mail.server.host:localhost}" port="${jboss.mail.server.port:25}"/>
> </outbound-socket-binding>
diff -r standalone.new/configuration/standalone_xml_history/standalone.last.xml standalone/configuration/standalone_xml_history/standalone.last.xml
8a9
> <extension module="org.jboss.as.ejb3"/>
9a11
> <extension module="org.jboss.as.jdr"/>
11a14
> <extension module="org.jboss.as.jsf"/>
12a16
> <extension module="org.jboss.as.mail"/>
13a18,20
> <extension module="org.jboss.as.pojo"/>
> <extension module="org.jboss.as.remoting"/>
> <extension module="org.jboss.as.sar"/>
14a22
> <extension module="org.jboss.as.webservices"/>
15a24
> <extension module="org.wildfly.extension.batch.jberet"/>
16a26,27
> <extension module="org.wildfly.extension.clustering.ejb"/>
> <extension module="org.wildfly.extension.clustering.web"/>
17a29,30
> <extension module="org.wildfly.extension.discovery"/>
> <extension module="org.wildfly.extension.ee-security"/>
18a32,33
> <extension module="org.wildfly.extension.elytron-oidc-client"/>
> <extension module="org.wildfly.extension.health"/>
19a35,38
> <extension module="org.wildfly.extension.metrics"/>
> <extension module="org.wildfly.extension.microprofile.config-smallrye"/>
> <extension module="org.wildfly.extension.microprofile.jwt-smallrye"/>
> <extension module="org.wildfly.extension.microprofile.opentracing-smallrye"/>
95a115,125
> <subsystem xmlns="urn:jboss:domain:batch-jberet:3.0">
> <default-job-repository name="in-memory"/>
> <default-thread-pool name="batch"/>
> <job-repository name="in-memory">
> <in-memory/>
> </job-repository>
> <thread-pool name="batch">
> <max-threads count="10"/>
> <keepalive-time time="30" unit="seconds"/>
> </thread-pool>
> </subsystem>
99c129,143
< <datasources/>
---
> <datasources>
> <datasource jndi-name="java:jboss/datasources/ExampleDS" pool-name="ExampleDS" enabled="true" use-java-context="true" statistics-enabled="${wildfly.datasources.statistics-enabled:${wildfly.statistics-enabled:false}}">
> <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MODE=${wildfly.h2.compatibility.mode:REGULAR}</connection-url>
> <driver>h2</driver>
> <security>
> <user-name>sa</user-name>
> <password>sa</password>
> </security>
> </datasource>
> <drivers>
> <driver name="h2" module="com.h2database.h2">
> <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
> </driver>
> </drivers>
> </datasources>
103a148,161
> <subsystem xmlns="urn:jboss:domain:discovery:1.0"/>
> <subsystem xmlns="urn:jboss:domain:distributable-ejb:1.0" default-bean-management="default">
> <infinispan-bean-management name="default" cache-container="ejb" cache="passivation" max-active-beans="10000"/>
> <local-client-mappings-registry/>
> <infinispan-timer-management name="persistent" cache-container="ejb" cache="persistent" max-active-timers="10000"/>
> <infinispan-timer-management name="transient" cache-container="ejb" cache="transient" max-active-timers="10000"/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:distributable-web:3.0" default-session-management="default" default-single-sign-on-management="default">
> <infinispan-session-management name="default" cache-container="web" granularity="SESSION">
> <local-affinity/>
> </infinispan-session-management>
> <infinispan-single-sign-on-management name="default" cache-container="web" cache="sso"/>
> <local-routing/>
> </subsystem>
120c178,222
< <default-bindings context-service="java:jboss/ee/concurrency/context/default" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/>
---
> <default-bindings context-service="java:jboss/ee/concurrency/context/default" datasource="java:jboss/datasources/ExampleDS" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:ee-security:1.0"/>
> <subsystem xmlns="urn:jboss:domain:ejb3:10.0">
> <session-bean>
> <stateless>
> <bean-instance-pool-ref pool-name="slsb-strict-max-pool"/>
> </stateless>
> <stateful default-access-timeout="5000" cache-ref="simple" passivation-disabled-cache-ref="simple"/>
> <singleton default-access-timeout="5000"/>
> </session-bean>
> <pools>
> <bean-instance-pools>
> <strict-max-pool name="mdb-strict-max-pool" derive-size="from-cpu-count" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
> <strict-max-pool name="slsb-strict-max-pool" derive-size="from-worker-pools" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
> </bean-instance-pools>
> </pools>
> <caches>
> <simple-cache name="simple"/>
> <distributable-cache name="distributable"/>
> </caches>
> <async thread-pool-name="default"/>
> <timer-service thread-pool-name="default" default-data-store="default-file-store">
> <data-stores>
> <file-data-store name="default-file-store" path="timer-service-data" relative-to="jboss.server.data.dir"/>
> </data-stores>
> </timer-service>
> <remote cluster="ejb" connectors="http-remoting-connector" thread-pool-name="default">
> <channel-creation-options>
> <option name="MAX_OUTBOUND_MESSAGES" value="1234" type="remoting"/>
> </channel-creation-options>
> </remote>
> <thread-pools>
> <thread-pool name="default">
> <max-threads count="10"/>
> <keepalive-time time="60" unit="seconds"/>
> </thread-pool>
> </thread-pools>
> <default-security-domain value="other"/>
> <application-security-domains>
> <application-security-domain name="other" security-domain="ApplicationDomain"/>
> </application-security-domains>
> <default-missing-method-permissions-deny-access value="true"/>
> <statistics enabled="${wildfly.ejb3.statistics-enabled:${wildfly.statistics-enabled:false}}"/>
> <log-system-exceptions value="true"/>
135,138d236
< <security-domain name="ApplicationDomain" default-realm="ApplicationRealm" permission-mapper="default-permission-mapper">
< <realm name="ApplicationRealm" role-decoder="groups-to-roles"/>
< <realm name="local"/>
< </security-domain>
142a241,244
> <security-domain name="ApplicationDomain" default-realm="ApplicationRealm" permission-mapper="default-permission-mapper">
> <realm name="ApplicationRealm" role-decoder="groups-to-roles"/>
> <realm name="local"/>
> </security-domain>
176a279
> <permission class-name="org.wildfly.extension.batch.jberet.deployment.BatchPermission" module="org.wildfly.extension.batch.jberet" target-name="*"/>
177a281
> <permission class-name="org.jboss.ejb.client.RemoteEJBPermission" module="org.jboss.ejb-client"/>
187a292,298
> <http-authentication-factory name="application-http-authentication" security-domain="ApplicationDomain" http-server-mechanism-factory="global">
> <mechanism-configuration>
> <mechanism mechanism-name="BASIC">
> <mechanism-realm realm-name="ApplicationRealm"/>
> </mechanism>
> </mechanism-configuration>
> </http-authentication-factory>
191c302
< <sasl-authentication-factory name="application-sasl-authentication" sasl-server-factory="configured" security-domain="ApplicationDomain">
---
> <sasl-authentication-factory name="management-sasl-authentication" sasl-server-factory="configured" security-domain="ManagementDomain">
195c306
< <mechanism-realm realm-name="ApplicationRealm"/>
---
> <mechanism-realm realm-name="ManagementRealm"/>
199c310
< <sasl-authentication-factory name="management-sasl-authentication" sasl-server-factory="configured" security-domain="ManagementDomain">
---
> <sasl-authentication-factory name="application-sasl-authentication" sasl-server-factory="configured" security-domain="ApplicationDomain">
203c314
< <mechanism-realm realm-name="ManagementRealm"/>
---
> <mechanism-realm realm-name="ApplicationRealm"/>
237a349,350
> <subsystem xmlns="urn:wildfly:elytron-oidc-client:1.0"/>
> <subsystem xmlns="urn:wildfly:health:1.0" security-enabled="false"/>
238a352,383
> <cache-container name="ejb" default-cache="passivation" marshaller="PROTOSTREAM" aliases="sfsb" modules="org.wildfly.clustering.ejb.infinispan">
> <local-cache name="passivation">
> <expiration interval="0"/>
> <file-store passivation="true"/>
> </local-cache>
> <local-cache name="persistent">
> <locking isolation="REPEATABLE_READ"/>
> <transaction mode="BATCH"/>
> <expiration interval="0"/>
> <file-store preload="true"/>
> </local-cache>
> <local-cache name="transient">
> <locking isolation="REPEATABLE_READ"/>
> <transaction mode="BATCH"/>
> <expiration interval="0"/>
> <file-store passivation="true" purge="true"/>
> </local-cache>
> </cache-container>
> <cache-container name="web" default-cache="passivation" marshaller="PROTOSTREAM" modules="org.wildfly.clustering.web.infinispan">
> <local-cache name="passivation">
> <expiration interval="0"/>
> <file-store passivation="true"/>
> </local-cache>
> <local-cache name="sso">
> <expiration interval="0"/>
> </local-cache>
> </cache-container>
> <cache-container name="server" default-cache="default" marshaller="PROTOSTREAM" modules="org.wildfly.clustering.singleton.server">
> <local-cache name="default">
> <expiration interval="0"/>
> </local-cache>
> </cache-container>
278a424
> <subsystem xmlns="urn:jboss:domain:jdr:1.0"/>
287c433,453
< <subsystem xmlns="urn:jboss:domain:naming:2.0"/>
---
> <subsystem xmlns="urn:jboss:domain:jsf:1.1"/>
> <subsystem xmlns="urn:jboss:domain:mail:4.0">
> <mail-session name="default" jndi-name="java:jboss/mail/Default">
> <smtp-server outbound-socket-binding-ref="mail-smtp"/>
> </mail-session>
> </subsystem>
> <subsystem xmlns="urn:wildfly:metrics:1.0" security-enabled="false" exposed-subsystems="*" prefix="${wildfly.metrics.prefix:wildfly}"/>
> <subsystem xmlns="urn:wildfly:microprofile-config-smallrye:2.0"/>
> <subsystem xmlns="urn:wildfly:microprofile-jwt-smallrye:1.0"/>
> <subsystem xmlns="urn:wildfly:microprofile-opentracing-smallrye:3.0" default-tracer="jaeger">
> <jaeger-tracer name="jaeger">
> <sampler-configuration sampler-type="const" sampler-param="1.0"/>
> </jaeger-tracer>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:naming:2.0">
> <remote-naming/>
> </subsystem>
> <subsystem xmlns="urn:jboss:domain:pojo:1.0"/>
> <subsystem xmlns="urn:jboss:domain:remoting:5.0">
> <http-connector name="http-remoting-connector" connector-ref="default" sasl-authentication-factory="application-sasl-authentication"/>
> </subsystem>
288a455,456
> <subsystem xmlns="urn:jboss:domain:resource-adapters:6.1"/>
> <subsystem xmlns="urn:jboss:domain:sar:1.0"/>
306c474
< <subsystem xmlns="urn:jboss:domain:undertow:13.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" statistics-enabled="${wildfly.undertow.statistics-enabled:${wildfly.statistics-enabled:false}}">
---
> <subsystem xmlns="urn:jboss:domain:undertow:13.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" default-security-domain="other" statistics-enabled="${wildfly.undertow.statistics-enabled:${wildfly.statistics-enabled:false}}">
310a479
> <https-listener name="https" socket-binding="https" ssl-context="applicationSSC" enable-http2="true"/>
312c481,482
< <http-invoker/>
---
> <location name="/" handler="welcome-content"/>
> <http-invoker http-authentication-factory="application-http-authentication"/>
318a489,491
> <handlers>
> <file name="welcome-content" path="${jboss.home.dir}/welcome-content"/>
> </handlers>
322a496,505
> <subsystem xmlns="urn:jboss:domain:webservices:2.0" statistics-enabled="${wildfly.webservices.statistics-enabled:${wildfly.statistics-enabled:false}}">
> <wsdl-host>${jboss.bind.address:127.0.0.1}</wsdl-host>
> <endpoint-config name="Standard-Endpoint-Config"/>
> <endpoint-config name="Recording-Endpoint-Config">
> <pre-handler-chain name="recording-handlers" protocol-bindings="##SOAP11_HTTP ##SOAP11_HTTP_MTOM ##SOAP12_HTTP ##SOAP12_HTTP_MTOM">
> <handler name="RecordingHandler" class="org.jboss.ws.common.invocation.RecordingServerHandler"/>
> </pre-handler-chain>
> </endpoint-config>
> <client-config name="Standard-Client-Config"/>
> </subsystem>
340a524,526
> <outbound-socket-binding name="mail-smtp">
> <remote-destination host="${jboss.mail.server.host:localhost}" port="${jboss.mail.server.port:25}"/>
> </outbound-socket-binding>
Only in standalone/data/content: 03
Only in standalone/data/content: 24
Only in standalone/data/content: 69
Only in standalone/data/content: 6b
Only in standalone/data/content: 6d
Only in standalone/data/content: 79
Only in standalone/data/content: b6
Only in standalone/data/content: ba
Only in standalone/data/content: c2
Only in standalone/data/content: ee
diff -r standalone.new/data/kernel/process-uuid standalone/data/kernel/process-uuid
1c1
< 5f4a56e3-2456-4b71-bfe3-46707254698a
---
> 482c6d4d-260e-4100-8717-2c47ae2e9e6f
Only in standalone/data: timer-service-data
diff -r standalone.new/log/server.log standalone/log/server.log
1,5c1,5
< 2022-11-19 00:55:10,906 INFO [org.jboss.modules] (main) JBoss Modules version 2.1.0.Final
< 2022-11-19 00:55:11,198 INFO [org.jboss.msc] (main) JBoss MSC version 1.5.0.Beta3
< 2022-11-19 00:55:11,203 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
< 2022-11-19 00:55:11,271 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly EE 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) starting
< 2022-11-19 00:55:11,271 DEBUG [org.jboss.as.config] (MSC service thread 1-2) Configured system properties:
---
> 2022-11-19 01:00:24,735 INFO [org.jboss.modules] (main) JBoss Modules version 2.1.0.Final
> 2022-11-19 01:00:25,160 INFO [org.jboss.msc] (main) JBoss MSC version 1.5.0.Beta3
> 2022-11-19 01:00:25,166 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
> 2022-11-19 01:00:25,245 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) starting
> 2022-11-19 01:00:25,246 DEBUG [org.jboss.as.config] (MSC service thread 1-2) Configured system properties:
11c11
< java.class.path = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/jboss-modules.jar
---
> java.class.path = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/jboss-modules.jar
38c38
< jboss.home.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT
---
> jboss.home.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT
40c40
< jboss.modules.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/modules
---
> jboss.modules.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/modules
44,48c44,48
< jboss.server.base.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone
< jboss.server.config.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration
< jboss.server.data.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data
< jboss.server.deploy.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content
< jboss.server.log.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log
---
> jboss.server.base.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone
> jboss.server.config.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration
> jboss.server.data.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data
> jboss.server.deploy.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content
> jboss.server.log.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log
51c51
< jboss.server.temp.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/tmp
---
> jboss.server.temp.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/tmp
55,56c55,56
< logging.configuration = file:/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/logging.properties
< module.path = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/modules
---
> logging.configuration = file:/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/logging.properties
> module.path = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/modules
58c58
< org.jboss.boot.log.file = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log/server.log
---
> org.jboss.boot.log.file = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log/server.log
70c70
< sun.java.command = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/jboss-modules.jar -mp /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/modules org.jboss.as.standalone -c=standalone.xml
---
> sun.java.command = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/jboss-modules.jar -mp /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/modules org.jboss.as.standalone -c=standalone.xml
81,470c81,540
< 2022-11-19 00:55:11,273 DEBUG [org.jboss.as.config] (MSC service thread 1-2) VM Arguments: -D[Standalone] -Xms64m -Xmx512m -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Djboss.modules.system.pkgs=org.jboss.byteman -ea -Djboss.home.dir=/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT --add-exports=java.desktop/sun.awt=ALL-UNNAMED --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.management/javax.management=ALL-UNNAMED --add-opens=java.naming/javax.naming=ALL-UNNAMED --add-modules=java.se -Djava.security.manager=allow -Djboss.home.dir=/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT -Djboss.server.base.dir=/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone -Djboss.server.log.dir=/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log -Djboss.server.config.dir=/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration -Dorg.jboss.boot.log.file=/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log/server.log -Dlogging.configuration=file:/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/logging.properties
< 2022-11-19 00:55:11,623 INFO [org.wildfly.security] (ServerService Thread Pool -- 15) ELY00001: WildFly Elytron version 2.0.0.Final
< 2022-11-19 00:55:11,910 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
< 2022-11-19 00:55:11,920 INFO [org.xnio] (MSC service thread 1-8) XNIO version 3.8.8.Final
< 2022-11-19 00:55:11,924 INFO [org.xnio.nio] (MSC service thread 1-8) XNIO NIO Implementation Version 3.8.8.Final
< 2022-11-19 00:55:11,938 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 28) WFLYCLINF0001: Activating Infinispan subsystem.
< 2022-11-19 00:55:11,938 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 37) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
< 2022-11-19 00:55:11,939 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 30) WFLYRS0016: RESTEasy version 6.2.1.Final
< 2022-11-19 00:55:11,941 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 34) WFLYNAM0001: Activating Naming Subsystem
< 2022-11-19 00:55:11,942 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 29) WFLYIO001: Worker 'default' has auto-configured to 24 IO threads with 192 max task threads based on your 12 available processors
< 2022-11-19 00:55:11,959 INFO [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 1.5.9.Final)
< 2022-11-19 00:55:11,970 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0003: Undertow 2.3.0.Final starting
< 2022-11-19 00:55:11,977 INFO [org.jboss.as.naming] (MSC service thread 1-3) WFLYNAM0003: Starting Naming Service
< 2022-11-19 00:55:11,977 INFO [org.jboss.remoting] (MSC service thread 1-5) JBoss Remoting version 5.0.26.Final
< 2022-11-19 00:55:11,991 WARN [org.wildfly.clustering.web.undertow] (ServerService Thread Pool -- 38) WFLYCLWEBUT0007: No routing provider found for default-server; using legacy provider based on static configuration
< 2022-11-19 00:55:11,993 WARN [org.wildfly.extension.elytron] (MSC service thread 1-8) WFLYELY00023: KeyStore file '/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/application.keystore' does not exist. Used blank.
< 2022-11-19 00:55:12,018 WARN [org.wildfly.extension.elytron] (MSC service thread 1-8) WFLYELY01084: KeyStore /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self-signed certificate for host localhost
< 2022-11-19 00:55:12,044 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0012: Started server default-server.
< 2022-11-19 00:55:12,045 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) Queuing requests.
< 2022-11-19 00:55:12,046 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0018: Host default-host starting
< 2022-11-19 00:55:12,077 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080
< 2022-11-19 00:55:12,099 INFO [org.jboss.as.patching] (MSC service thread 1-2) WFLYPAT0050: WildFly EE cumulative patch ID is: base, one-off patches include: none
< 2022-11-19 00:55:12,105 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-7) WFLYDS0013: Started FileSystemDeploymentService for directory /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/deployments
< 2022-11-19 00:55:12,180 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
< 2022-11-19 00:55:12,181 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly EE 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) started in 1506ms - Started 181 of 281 services (140 services are lazy, passive or on-demand) - Server configuration file in use: standalone.xml
< 2022-11-19 00:55:12,183 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
< 2022-11-19 00:55:12,183 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
< 2022-11-19 00:55:13,767 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/d9/8aacb323b27a0da8de44a33fdbaaa699287e9f/content
< 2022-11-19 00:55:13,791 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of "TypeMappingDependenciesInDeploymentTest.war" (runtime-name: "TypeMappingDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:15,343 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:15,351 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:15,354 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:15,360 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:15,369 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:15,457 WARN [org.jboss.as.jaxrs] (MSC service thread 1-7) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:55:15,458 WARN [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0013: Deployment TypeMappingDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:55:15,536 INFO [io.undertow.servlet] (ServerService Thread Pool -- 31) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:55:15,921 INFO [io.undertow.servlet] (ServerService Thread Pool -- 31) Initializing Spring root WebApplicationContext
< 2022-11-19 00:55:15,923 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 31) Root WebApplicationContext: initialization started
< 2022-11-19 00:55:16,094 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 31) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.ServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
< 2022-11-19 00:55:16,095 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 31) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.JaxrsServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
< 2022-11-19 00:55:16,123 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 31) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 00:55:16,163 INFO [org.hibernate.validator.internal.util.Version] (ServerService Thread Pool -- 31) HV000001: Hibernate Validator 8.0.0.Final
< 2022-11-19 00:55:16,184 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 31) Root WebApplicationContext initialized in 259 ms
< 2022-11-19 00:55:16,196 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 31) WFLYUT0021: Registered web context: '/TypeMappingDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:55:16,217 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "TypeMappingDependenciesInDeploymentTest.war" (runtime-name : "TypeMappingDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:16,943 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 31) WFLYUT0022: Unregistered web context: '/TypeMappingDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:55:16,944 INFO [io.undertow.servlet] (ServerService Thread Pool -- 31) Closing Spring root WebApplicationContext
< 2022-11-19 00:55:16,965 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment TypeMappingDependenciesInDeploymentTest.war (runtime-name: TypeMappingDependenciesInDeploymentTest.war) in 24ms
< 2022-11-19 00:55:16,979 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/d9/8aacb323b27a0da8de44a33fdbaaa699287e9f/content
< 2022-11-19 00:55:16,979 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "TypeMappingDependenciesInDeploymentTest.war" (runtime-name: "TypeMappingDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:18,764 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/5c/fb25f57274bb130253915486e284c275f1ca92/content
< 2022-11-19 00:55:18,767 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of "deploymentWithSpringMvcDispatcherSpringIncluded.war" (runtime-name: "deploymentWithSpringMvcDispatcherSpringIncluded.war")
< 2022-11-19 00:55:19,656 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:19,658 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:19,659 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:19,661 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:19,663 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:19,671 WARN [org.jboss.as.jaxrs] (MSC service thread 1-1) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:55:19,671 WARN [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0013: Deployment deploymentWithSpringMvcDispatcherSpringIncluded.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:55:19,684 INFO [io.undertow.servlet] (ServerService Thread Pool -- 27) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:55:19,691 INFO [io.undertow.servlet] (ServerService Thread Pool -- 27) Initializing Spring root WebApplicationContext
< 2022-11-19 00:55:19,691 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 27) Root WebApplicationContext: initialization started
< 2022-11-19 00:55:19,755 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 27) Root WebApplicationContext initialized in 64 ms
< 2022-11-19 00:55:19,756 INFO [io.undertow.servlet] (ServerService Thread Pool -- 27) Initializing Spring DispatcherServlet 'mvc-dispatcher'
< 2022-11-19 00:55:19,757 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 27) Initializing Servlet 'mvc-dispatcher'
< 2022-11-19 00:55:19,834 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 27) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 00:55:19,854 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 27) Completed initialization in 97 ms
< 2022-11-19 00:55:19,858 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0021: Registered web context: '/deploymentWithSpringMvcDispatcherSpringIncluded' for server 'default-server'
< 2022-11-19 00:55:19,868 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "deploymentWithSpringMvcDispatcherSpringIncluded.war" (runtime-name : "deploymentWithSpringMvcDispatcherSpringIncluded.war")
< 2022-11-19 00:55:20,420 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/79/e5c0e8b2ff5c5ac6eb01eccd0b87895d7aacb7/content
< 2022-11-19 00:55:20,422 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "deploymentWithSpringContextLoaderListenerSpringIncluded.war" (runtime-name: "deploymentWithSpringContextLoaderListenerSpringIncluded.war")
< 2022-11-19 00:55:21,232 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:21,234 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:21,235 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:21,236 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:21,237 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:21,248 WARN [org.jboss.as.jaxrs] (MSC service thread 1-1) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:55:21,249 WARN [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0013: Deployment deploymentWithSpringContextLoaderListenerSpringIncluded.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:55:21,261 INFO [io.undertow.servlet] (ServerService Thread Pool -- 27) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:55:21,277 INFO [io.undertow.servlet] (ServerService Thread Pool -- 27) Initializing Spring root WebApplicationContext
< 2022-11-19 00:55:21,277 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 27) Root WebApplicationContext: initialization started
< 2022-11-19 00:55:21,376 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 27) Root WebApplicationContext initialized in 99 ms
< 2022-11-19 00:55:21,377 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0021: Registered web context: '/deploymentWithSpringContextLoaderListenerSpringIncluded' for server 'default-server'
< 2022-11-19 00:55:21,387 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "deploymentWithSpringContextLoaderListenerSpringIncluded.war" (runtime-name : "deploymentWithSpringContextLoaderListenerSpringIncluded.war")
< 2022-11-19 00:55:21,949 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/a9/18a1d0f81427c391b1acab45c5d55f3808d49c/content
< 2022-11-19 00:55:21,951 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war" (runtime-name: "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war")
< 2022-11-19 00:55:22,802 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:22,803 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:22,804 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:22,805 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:22,807 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:22,819 WARN [org.jboss.as.jaxrs] (MSC service thread 1-6) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:55:22,820 WARN [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0013: Deployment deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:55:22,842 INFO [io.undertow.servlet] (ServerService Thread Pool -- 8) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:55:22,842 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 8) WFLYUT0021: Registered web context: '/deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded' for server 'default-server'
< 2022-11-19 00:55:22,850 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war" (runtime-name : "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war")
< 2022-11-19 00:55:22,921 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class org.jboss.resteasy.utils.TestApplication
< 2022-11-19 00:55:22,925 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002200: Adding class resource org.jboss.resteasy.test.spring.deployment.resource.TestResource from Application class org.jboss.resteasy.utils.TestApplication
< 2022-11-19 00:55:22,968 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 8) WFLYUT0022: Unregistered web context: '/deploymentWithSpringMvcDispatcherSpringIncluded' from server 'default-server'
< 2022-11-19 00:55:22,968 INFO [io.undertow.servlet] (ServerService Thread Pool -- 8) Destroying Spring FrameworkServlet 'mvc-dispatcher'
< 2022-11-19 00:55:22,969 INFO [io.undertow.servlet] (ServerService Thread Pool -- 8) Closing Spring root WebApplicationContext
< 2022-11-19 00:55:22,985 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment deploymentWithSpringMvcDispatcherSpringIncluded.war (runtime-name: deploymentWithSpringMvcDispatcherSpringIncluded.war) in 18ms
< 2022-11-19 00:55:22,993 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/5c/fb25f57274bb130253915486e284c275f1ca92/content
< 2022-11-19 00:55:22,993 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "deploymentWithSpringMvcDispatcherSpringIncluded.war" (runtime-name: "deploymentWithSpringMvcDispatcherSpringIncluded.war")
< 2022-11-19 00:55:22,996 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0022: Unregistered web context: '/deploymentWithSpringContextLoaderListenerSpringIncluded' from server 'default-server'
< 2022-11-19 00:55:22,996 INFO [io.undertow.servlet] (ServerService Thread Pool -- 27) Closing Spring root WebApplicationContext
< 2022-11-19 00:55:23,012 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment deploymentWithSpringContextLoaderListenerSpringIncluded.war (runtime-name: deploymentWithSpringContextLoaderListenerSpringIncluded.war) in 17ms
< 2022-11-19 00:55:23,021 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/79/e5c0e8b2ff5c5ac6eb01eccd0b87895d7aacb7/content
< 2022-11-19 00:55:23,022 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "deploymentWithSpringContextLoaderListenerSpringIncluded.war" (runtime-name: "deploymentWithSpringContextLoaderListenerSpringIncluded.war")
< 2022-11-19 00:55:23,025 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0022: Unregistered web context: '/deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded' from server 'default-server'
< 2022-11-19 00:55:23,043 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war (runtime-name: deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war) in 19ms
< 2022-11-19 00:55:23,051 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/a9/18a1d0f81427c391b1acab45c5d55f3808d49c/content
< 2022-11-19 00:55:23,051 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war" (runtime-name: "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war")
< 2022-11-19 00:55:23,696 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/52/44c0a85813a9549ac7150dd3b18d06a4d2ead1/content
< 2022-11-19 00:55:23,698 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "SpringWebappContextDependenciesInDeploymentTest.war" (runtime-name: "SpringWebappContextDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:24,424 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:24,425 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:24,426 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:24,427 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:24,429 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:24,437 WARN [org.jboss.as.jaxrs] (MSC service thread 1-8) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:55:24,438 WARN [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0013: Deployment SpringWebappContextDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:55:24,448 INFO [io.undertow.servlet] (ServerService Thread Pool -- 39) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:55:24,470 INFO [io.undertow.servlet] (ServerService Thread Pool -- 39) Initializing Spring root WebApplicationContext
< 2022-11-19 00:55:24,470 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 39) Root WebApplicationContext: initialization started
< 2022-11-19 00:55:24,565 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 39) Root WebApplicationContext initialized in 95 ms
< 2022-11-19 00:55:24,566 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 39) WFLYUT0021: Registered web context: '/SpringWebappContextDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:55:24,572 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "SpringWebappContextDependenciesInDeploymentTest.war" (runtime-name : "SpringWebappContextDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:25,105 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@33a5481c
< 2022-11-19 00:55:25,105 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri?param=0
< 2022-11-19 00:55:25,587 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@56476836
< 2022-11-19 00:55:25,587 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri?param=1
< 2022-11-19 00:55:26,196 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:55:26,196 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:55:26,196 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:55:26,905 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@532ca5d0
< 2022-11-19 00:55:26,905 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:55:27,097 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:55:27,098 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:55:27,098 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:55:27,255 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@43016b9d
< 2022-11-19 00:55:27,256 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:55:27,319 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:55:27,319 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:55:27,320 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:55:27,412 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:55:27,412 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:55:27,412 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:55:27,696 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:55:27,696 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:55:27,696 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:55:27,894 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:55:27,895 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:55:27,895 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:55:28,252 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@2a763551
< 2022-11-19 00:55:28,253 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:55:28,343 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:55:28,343 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:55:28,343 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:55:28,619 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@5fc79c94
< 2022-11-19 00:55:28,619 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:55:28,704 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:55:28,704 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:55:28,705 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:55:29,024 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@21476f7a
< 2022-11-19 00:55:29,026 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:55:29,270 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:55:29,270 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:55:29,270 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:55:29,586 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@7caa19ba
< 2022-11-19 00:55:29,586 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:55:29,766 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:55:29,767 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:55:29,767 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:55:29,797 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:55:29,797 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:55:29,798 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:55:30,323 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@3c33d21c
< 2022-11-19 00:55:30,324 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:55:30,646 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@3e617212
< 2022-11-19 00:55:30,646 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:55:31,155 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@4e70292b
< 2022-11-19 00:55:31,155 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:55:31,883 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@5d97384
< 2022-11-19 00:55:31,884 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:55:32,579 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@5c09c6c7
< 2022-11-19 00:55:32,580 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:55:32,585 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 39) WFLYUT0022: Unregistered web context: '/SpringWebappContextDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:55:32,585 INFO [io.undertow.servlet] (ServerService Thread Pool -- 39) Closing Spring root WebApplicationContext
< 2022-11-19 00:55:32,605 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment SpringWebappContextDependenciesInDeploymentTest.war (runtime-name: SpringWebappContextDependenciesInDeploymentTest.war) in 21ms
< 2022-11-19 00:55:32,620 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/52/44c0a85813a9549ac7150dd3b18d06a4d2ead1/content
< 2022-11-19 00:55:32,620 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "SpringWebappContextDependenciesInDeploymentTest.war" (runtime-name: "SpringWebappContextDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:33,217 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/0e/c759ab3f1ba6c11d464d4e76d30b2f0c302b18/content
< 2022-11-19 00:55:33,219 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "JaxrsWithSpringMVCTest.war" (runtime-name: "JaxrsWithSpringMVCTest.war")
< 2022-11-19 00:55:33,837 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:33,838 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:33,839 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:33,840 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:33,841 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:33,849 WARN [org.jboss.as.jaxrs] (MSC service thread 1-8) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:55:33,849 WARN [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0013: Deployment JaxrsWithSpringMVCTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:55:33,860 INFO [io.undertow.servlet] (ServerService Thread Pool -- 13) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:55:33,864 INFO [io.undertow.servlet] (ServerService Thread Pool -- 13) Initializing Spring DispatcherServlet 'spring'
< 2022-11-19 00:55:33,865 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 13) Initializing Servlet 'spring'
< 2022-11-19 00:55:34,159 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 13) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 00:55:34,315 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 13) Completed initialization in 450 ms
< 2022-11-19 00:55:34,315 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 13) WFLYUT0021: Registered web context: '/JaxrsWithSpringMVCTest' for server 'default-server'
< 2022-11-19 00:55:34,321 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "JaxrsWithSpringMVCTest.war" (runtime-name : "JaxrsWithSpringMVCTest.war")
< 2022-11-19 00:55:34,329 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (management-handler-thread - 1) RESTEASY002150: resteasy.scan.resources is no longer supported. Use a servlet 3.0 container and the ResteasyServletInitializer
< 2022-11-19 00:55:34,336 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (management-handler-thread - 1) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class org.jboss.resteasy.test.spring.deployment.resource.JaxrsApplication
< 2022-11-19 00:55:34,404 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 13) WFLYUT0022: Unregistered web context: '/JaxrsWithSpringMVCTest' from server 'default-server'
< 2022-11-19 00:55:34,404 INFO [io.undertow.servlet] (ServerService Thread Pool -- 13) Destroying Spring FrameworkServlet 'spring'
< 2022-11-19 00:55:34,419 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment JaxrsWithSpringMVCTest.war (runtime-name: JaxrsWithSpringMVCTest.war) in 15ms
< 2022-11-19 00:55:34,426 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/0e/c759ab3f1ba6c11d464d4e76d30b2f0c302b18/content
< 2022-11-19 00:55:34,427 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "JaxrsWithSpringMVCTest.war" (runtime-name: "JaxrsWithSpringMVCTest.war")
< 2022-11-19 00:55:35,072 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/ce/7088a6a7cbc436e5115b86d238a953146bbf9a/content
< 2022-11-19 00:55:35,074 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of "JavaConfigDependenciesInDeploymentTest.war" (runtime-name: "JavaConfigDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:35,735 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:35,737 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:35,737 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:35,738 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:35,739 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:35,745 WARN [org.jboss.as.jaxrs] (MSC service thread 1-8) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:55:35,745 WARN [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0013: Deployment JavaConfigDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:55:35,759 INFO [io.undertow.servlet] (ServerService Thread Pool -- 27) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:55:35,777 INFO [io.undertow.servlet] (ServerService Thread Pool -- 27) Initializing Spring root WebApplicationContext
< 2022-11-19 00:55:35,777 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 27) Root WebApplicationContext: initialization started
< 2022-11-19 00:55:35,954 INFO [org.jboss.resteasy.test.spring.deployment.resource.JavaConfigResource] (ServerService Thread Pool -- 27) *** resource created:org.jboss.resteasy.test.spring.deployment.resource.JavaConfigResource@52bc678
< 2022-11-19 00:55:35,964 INFO [org.jboss.resteasy.test.spring.deployment.resource.JavaConfigResource] (ServerService Thread Pool -- 27) *** service injected=org.jboss.resteasy.test.spring.deployment.resource.JavaConfigService@4d2dd08d
< 2022-11-19 00:55:35,971 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 27) Root WebApplicationContext initialized in 194 ms
< 2022-11-19 00:55:35,972 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0021: Registered web context: '/JavaConfigDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:55:35,977 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "JavaConfigDependenciesInDeploymentTest.war" (runtime-name : "JavaConfigDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:35,997 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0022: Unregistered web context: '/JavaConfigDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:55:35,997 INFO [io.undertow.servlet] (ServerService Thread Pool -- 27) Closing Spring root WebApplicationContext
< 2022-11-19 00:55:36,013 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment JavaConfigDependenciesInDeploymentTest.war (runtime-name: JavaConfigDependenciesInDeploymentTest.war) in 16ms
< 2022-11-19 00:55:36,021 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/ce/7088a6a7cbc436e5115b86d238a953146bbf9a/content
< 2022-11-19 00:55:36,021 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "JavaConfigDependenciesInDeploymentTest.war" (runtime-name: "JavaConfigDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:36,652 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/36/c4168131d69216e91fc9c034f0346889bedb43/content
< 2022-11-19 00:55:36,653 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "ContactsDependenciesInDeploymentTest.war" (runtime-name: "ContactsDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:37,224 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:37,226 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:37,226 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:37,227 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:37,228 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:37,234 WARN [org.jboss.as.jaxrs] (MSC service thread 1-8) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:55:37,234 WARN [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0013: Deployment ContactsDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:55:37,241 INFO [io.undertow.servlet] (ServerService Thread Pool -- 27) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:55:37,242 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0021: Registered web context: '/ContactsDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:55:37,247 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "ContactsDependenciesInDeploymentTest.war" (runtime-name : "ContactsDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:37,372 INFO [io.undertow.servlet] (default task-1) Initializing Spring DispatcherServlet 'springmvc'
< 2022-11-19 00:55:37,372 INFO [org.springframework.web.servlet.DispatcherServlet] (default task-1) Initializing Servlet 'springmvc'
< 2022-11-19 00:55:37,532 INFO [org.jboss.resteasy.plugins.spring.i18n] (default task-1) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 00:55:37,560 INFO [org.springframework.web.servlet.DispatcherServlet] (default task-1) Completed initialization in 188 ms
< 2022-11-19 00:55:37,663 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0022: Unregistered web context: '/ContactsDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:55:37,664 INFO [io.undertow.servlet] (ServerService Thread Pool -- 27) Destroying Spring FrameworkServlet 'springmvc'
< 2022-11-19 00:55:37,677 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment ContactsDependenciesInDeploymentTest.war (runtime-name: ContactsDependenciesInDeploymentTest.war) in 14ms
< 2022-11-19 00:55:37,684 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/36/c4168131d69216e91fc9c034f0346889bedb43/content
< 2022-11-19 00:55:37,684 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "ContactsDependenciesInDeploymentTest.war" (runtime-name: "ContactsDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:38,284 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/92/3d9cfc27d429ea98141d5cc4547889d3b5ee66/content
< 2022-11-19 00:55:38,285 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of "SpringLocatingResourceDependenciesInDeploymentTest.war" (runtime-name: "SpringLocatingResourceDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:38,832 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:38,833 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:38,833 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:38,835 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:38,836 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:38,842 WARN [org.jboss.as.jaxrs] (MSC service thread 1-6) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:55:38,842 WARN [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0013: Deployment SpringLocatingResourceDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:55:38,850 INFO [io.undertow.servlet] (ServerService Thread Pool -- 43) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:55:38,862 INFO [io.undertow.servlet] (ServerService Thread Pool -- 43) Initializing Spring root WebApplicationContext
< 2022-11-19 00:55:38,862 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 43) Root WebApplicationContext: initialization started
< 2022-11-19 00:55:38,946 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 43) Root WebApplicationContext initialized in 84 ms
< 2022-11-19 00:55:38,947 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 43) WFLYUT0021: Registered web context: '/SpringLocatingResourceDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:55:38,952 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "SpringLocatingResourceDependenciesInDeploymentTest.war" (runtime-name : "SpringLocatingResourceDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:38,966 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingLocatingResource] (default task-1) LOCATING...
< 2022-11-19 00:55:38,972 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingSimpleResource] (default task-1) getBasic()
< 2022-11-19 00:55:38,975 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingLocatingResource] (default task-1) LOCATING...
< 2022-11-19 00:55:38,976 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingSimpleResource] (default task-1) basic
< 2022-11-19 00:55:38,979 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingLocatingResource] (default task-1) LOCATING...
< 2022-11-19 00:55:38,982 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingLocatingResource] (default task-1) LOCATING...
< 2022-11-19 00:55:38,992 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingSimpleResource] (default task-1) getBasic()
< 2022-11-19 00:55:38,995 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingSimpleResource] (default task-1) basic
< 2022-11-19 00:55:39,005 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 43) WFLYUT0022: Unregistered web context: '/SpringLocatingResourceDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:55:39,005 INFO [io.undertow.servlet] (ServerService Thread Pool -- 43) Closing Spring root WebApplicationContext
< 2022-11-19 00:55:39,023 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment SpringLocatingResourceDependenciesInDeploymentTest.war (runtime-name: SpringLocatingResourceDependenciesInDeploymentTest.war) in 18ms
< 2022-11-19 00:55:39,030 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/92/3d9cfc27d429ea98141d5cc4547889d3b5ee66/content
< 2022-11-19 00:55:39,030 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "SpringLocatingResourceDependenciesInDeploymentTest.war" (runtime-name: "SpringLocatingResourceDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:39,666 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/dd/cf36c5014cf45ac7e2f652f655bf9ad0dcda61/content
< 2022-11-19 00:55:39,667 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "RequestScopedBeanDependenciesInDeploymentTest.war" (runtime-name: "RequestScopedBeanDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:40,238 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:40,239 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:40,239 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:40,240 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:40,241 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:40,246 WARN [org.jboss.as.jaxrs] (MSC service thread 1-7) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:55:40,246 WARN [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0013: Deployment RequestScopedBeanDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:55:40,253 INFO [io.undertow.servlet] (ServerService Thread Pool -- 34) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:55:40,266 INFO [io.undertow.servlet] (ServerService Thread Pool -- 34) Initializing Spring root WebApplicationContext
< 2022-11-19 00:55:40,266 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 34) Root WebApplicationContext: initialization started
< 2022-11-19 00:55:40,356 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 34) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.ServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
< 2022-11-19 00:55:40,356 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 34) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.JaxrsServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
< 2022-11-19 00:55:40,382 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 34) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 00:55:40,397 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 34) Root WebApplicationContext initialized in 131 ms
< 2022-11-19 00:55:40,397 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 34) WFLYUT0021: Registered web context: '/RequestScopedBeanDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:55:40,403 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "RequestScopedBeanDependenciesInDeploymentTest.war" (runtime-name : "RequestScopedBeanDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:40,422 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 34) WFLYUT0022: Unregistered web context: '/RequestScopedBeanDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:55:40,423 INFO [io.undertow.servlet] (ServerService Thread Pool -- 34) Closing Spring root WebApplicationContext
< 2022-11-19 00:55:40,435 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment RequestScopedBeanDependenciesInDeploymentTest.war (runtime-name: RequestScopedBeanDependenciesInDeploymentTest.war) in 12ms
< 2022-11-19 00:55:40,441 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/dd/cf36c5014cf45ac7e2f652f655bf9ad0dcda61/content
< 2022-11-19 00:55:40,441 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "RequestScopedBeanDependenciesInDeploymentTest.war" (runtime-name: "RequestScopedBeanDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:41,047 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/31/0c9f97e9e7c7f6dd9179ac76af026ac44016f3/content
< 2022-11-19 00:55:41,049 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "SpringBeanProcessorDependenciesInDeploymentTest.war" (runtime-name: "SpringBeanProcessorDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:41,610 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:41,611 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:41,612 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:41,613 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:41,614 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:41,621 WARN [org.jboss.as.jaxrs] (MSC service thread 1-8) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:55:41,622 WARN [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0013: Deployment SpringBeanProcessorDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:55:41,628 INFO [io.undertow.servlet] (ServerService Thread Pool -- 39) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:55:41,640 INFO [io.undertow.servlet] (ServerService Thread Pool -- 39) Initializing Spring root WebApplicationContext
< 2022-11-19 00:55:41,640 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 39) Root WebApplicationContext: initialization started
< 2022-11-19 00:55:41,820 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 39) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getContext()
< 2022-11-19 00:55:41,820 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 39) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getBeanName()
< 2022-11-19 00:55:41,821 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 39) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getContext()
< 2022-11-19 00:55:41,821 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 39) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getBeanName()
< 2022-11-19 00:55:41,843 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 39) Root WebApplicationContext initialized in 203 ms
< 2022-11-19 00:55:41,843 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 39) WFLYUT0021: Registered web context: '/SpringBeanProcessorDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:55:41,848 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "SpringBeanProcessorDependenciesInDeploymentTest.war" (runtime-name : "SpringBeanProcessorDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:41,860 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringBeanProcessorMyPrototypedResource] (default task-1) here
< 2022-11-19 00:55:41,867 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringBeanProcessorMyPrototypedResource] (default task-1) here
< 2022-11-19 00:55:41,918 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 39) WFLYUT0022: Unregistered web context: '/SpringBeanProcessorDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:55:41,918 INFO [io.undertow.servlet] (ServerService Thread Pool -- 39) Closing Spring root WebApplicationContext
< 2022-11-19 00:55:41,932 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment SpringBeanProcessorDependenciesInDeploymentTest.war (runtime-name: SpringBeanProcessorDependenciesInDeploymentTest.war) in 14ms
< 2022-11-19 00:55:41,938 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/31/0c9f97e9e7c7f6dd9179ac76af026ac44016f3/content
< 2022-11-19 00:55:41,938 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "SpringBeanProcessorDependenciesInDeploymentTest.war" (runtime-name: "SpringBeanProcessorDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:42,503 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/7d/c4a42e3a3f12f4cb31318ecb8f5150218e8e72/content
< 2022-11-19 00:55:42,504 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of "ContextRefreshDependenciesInDeploymentTest.war" (runtime-name: "ContextRefreshDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:43,051 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:43,052 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:43,052 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:43,053 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:43,054 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:55:43,060 WARN [org.jboss.as.jaxrs] (MSC service thread 1-1) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:55:43,060 WARN [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0013: Deployment ContextRefreshDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:55:43,068 INFO [io.undertow.servlet] (ServerService Thread Pool -- 27) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:55:43,078 INFO [io.undertow.servlet] (ServerService Thread Pool -- 27) Initializing Spring root WebApplicationContext
< 2022-11-19 00:55:43,078 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 27) Root WebApplicationContext: initialization started
< 2022-11-19 00:55:43,147 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 27) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@134265ce
< 2022-11-19 00:55:43,153 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 27) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@134265ce.setApplicationContext(): Root WebApplicationContext, started on Sat Nov 19 00:55:43 CST 2022
< 2022-11-19 00:55:43,153 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 27) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@134265ce.afterPropertiesSet()
< 2022-11-19 00:55:43,157 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 27) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@478c5a4e
< 2022-11-19 00:55:43,157 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 27) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@478c5a4e.setApplicationContext(): Root WebApplicationContext, started on Sat Nov 19 00:55:43 CST 2022
< 2022-11-19 00:55:43,169 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 27) Root WebApplicationContext initialized in 91 ms
< 2022-11-19 00:55:43,169 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0021: Registered web context: '/ContextRefreshDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:55:43,174 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "ContextRefreshDependenciesInDeploymentTest.war" (runtime-name : "ContextRefreshDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:43,239 INFO [org.jboss.arquillian.testenricher.cdi.container.BeanManagerProducer] (default task-2) BeanManager not found.
< 2022-11-19 00:55:43,252 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.apache.jasper.Constants.CODE_SOURCE_ATTRIBUTE_NAME
< 2022-11-19 00:55:43,252 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.apache.jasper.JSP_TAG_LIBRARIES
< 2022-11-19 00:55:43,252 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) resteasy.deployments
< 2022-11-19 00:55:43,252 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.apache.tomcat.InstanceManager
< 2022-11-19 00:55:43,252 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.apache.jasper.JSP_PROPERTY_GROUPS
< 2022-11-19 00:55:43,252 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) io.undertow.websockets.jsr.WebSocketDeploymentInfo
< 2022-11-19 00:55:43,252 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) jakarta.servlet.context.tempdir
< 2022-11-19 00:55:43,252 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) jakarta.websocket.server.ServerContainer
< 2022-11-19 00:55:43,252 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.apache.jasper.Constants.PERMISSION_COLLECTION_ATTRIBUTE_NAME
< 2022-11-19 00:55:43,252 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.springframework.web.context.support.ServletContextScope
< 2022-11-19 00:55:43,252 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.springframework.web.context.WebApplicationContext.ROOT
< 2022-11-19 00:55:43,252 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.jboss.as.web.deployment.JspInitializationListener.wrappers
< 2022-11-19 00:55:43,252 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.jboss.resteasy.spi.ResteasyDeployment
< 2022-11-19 00:55:43,253 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.apache.jasper.SERVLET_VERSION
< 2022-11-19 00:55:43,253 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.apache.jasper.runtime.JspApplicationContextImpl
< 2022-11-19 00:55:43,253 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) Root WebApplicationContext, started on Sat Nov 19 00:55:43 CST 2022
< 2022-11-19 00:55:43,267 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0022: Unregistered web context: '/ContextRefreshDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:55:43,267 INFO [io.undertow.servlet] (ServerService Thread Pool -- 27) Closing Spring root WebApplicationContext
< 2022-11-19 00:55:43,281 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment ContextRefreshDependenciesInDeploymentTest.war (runtime-name: ContextRefreshDependenciesInDeploymentTest.war) in 14ms
< 2022-11-19 00:55:43,289 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/7d/c4a42e3a3f12f4cb31318ecb8f5150218e8e72/content
< 2022-11-19 00:55:43,289 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "ContextRefreshDependenciesInDeploymentTest.war" (runtime-name: "ContextRefreshDependenciesInDeploymentTest.war")
< 2022-11-19 00:55:43,293 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0272: Suspending server
< 2022-11-19 00:55:43,294 INFO [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'
< 2022-11-19 00:55:43,297 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0008: Undertow HTTP listener default suspending
< 2022-11-19 00:55:43,297 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0019: Host default-host stopping
< 2022-11-19 00:55:43,297 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:8080
< 2022-11-19 00:55:43,298 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0004: Undertow 2.3.0.Final stopping
< 2022-11-19 00:55:43,310 INFO [org.jboss.as] (MSC service thread 1-8) WFLYSRV0050: WildFly EE 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) stopped in 14ms
< 2022-11-19 00:56:24,705 INFO [org.jboss.modules] (main) JBoss Modules version 2.1.0.Final
< 2022-11-19 00:56:25,007 INFO [org.jboss.msc] (main) JBoss MSC version 1.5.0.Beta3
< 2022-11-19 00:56:25,013 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
< 2022-11-19 00:56:25,098 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly EE 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) starting
< 2022-11-19 00:56:25,100 DEBUG [org.jboss.as.config] (MSC service thread 1-2) Configured system properties:
---
> 2022-11-19 01:00:25,248 DEBUG [org.jboss.as.config] (MSC service thread 1-2) VM Arguments: -D[Standalone] -Xms64m -Xmx512m -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Djboss.modules.system.pkgs=org.jboss.byteman -ea -Djboss.home.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT --add-exports=java.desktop/sun.awt=ALL-UNNAMED --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.management/javax.management=ALL-UNNAMED --add-opens=java.naming/javax.naming=ALL-UNNAMED --add-modules=java.se -Djava.security.manager=allow -Djboss.home.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT -Djboss.server.base.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone -Djboss.server.log.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log -Djboss.server.config.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration -Dorg.jboss.boot.log.file=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log/server.log -Dlogging.configuration=file:/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/logging.properties
> 2022-11-19 01:00:25,672 INFO [org.wildfly.security] (ServerService Thread Pool -- 21) ELY00001: WildFly Elytron version 2.0.0.Final
> 2022-11-19 01:00:25,865 WARN [org.jboss.as.controller] (ServerService Thread Pool -- 35) WFLYCTL0481: The runtime dependency package 'io.smallrye.opentracing-contrib' is already registered at location '/subsystem=microprofile-opentracing-smallrye'
> 2022-11-19 01:00:25,866 WARN [org.jboss.as.controller] (ServerService Thread Pool -- 35) WFLYCTL0481: The runtime dependency package 'io.smallrye.opentracing-contrib' is already registered at location '/subsystem=microprofile-opentracing-smallrye'
> 2022-11-19 01:00:26,006 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 3) WFLYCTL0028: Attribute 'cluster' in the resource at address '/subsystem=ejb3/service=remote' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
> 2022-11-19 01:00:26,059 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
> 2022-11-19 01:00:26,069 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.8.8.Final
> 2022-11-19 01:00:26,073 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.8.8.Final
> 2022-11-19 01:00:26,093 INFO [org.wildfly.extension.elytron.oidc._private] (ServerService Thread Pool -- 54) WFLYOIDC0001: Activating WildFly Elytron OIDC Subsystem
> 2022-11-19 01:00:26,094 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 56) WFLYCLINF0001: Activating Infinispan subsystem.
> 2022-11-19 01:00:26,097 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 58) WFLYRS0016: RESTEasy version 6.2.1.Final
> 2022-11-19 01:00:26,100 INFO [org.wildfly.extension.health] (ServerService Thread Pool -- 55) WFLYHEALTH0001: Activating Base Health Subsystem
> 2022-11-19 01:00:26,100 INFO [org.wildfly.extension.microprofile.jwt.smallrye] (ServerService Thread Pool -- 67) WFLYJWT0001: Activating MicroProfile JWT Subsystem
> 2022-11-19 01:00:26,101 INFO [org.wildfly.extension.microprofile.config.smallrye] (ServerService Thread Pool -- 66) WFLYCONF0001: Activating MicroProfile Config Subsystem
> 2022-11-19 01:00:26,103 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 76) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
> 2022-11-19 01:00:26,104 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 69) WFLYNAM0001: Activating Naming Subsystem
> 2022-11-19 01:00:26,114 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 63) WFLYJSF0007: Activated the following Jakarta Server Faces Implementations: [main]
> 2022-11-19 01:00:26,118 INFO [org.wildfly.extension.metrics] (ServerService Thread Pool -- 65) WFLYMETRICS0001: Activating Base Metrics Subsystem
> 2022-11-19 01:00:26,124 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 57) WFLYIO001: Worker 'default' has auto-configured to 24 IO threads with 192 max task threads based on your 12 available processors
> 2022-11-19 01:00:26,128 INFO [org.jboss.remoting] (MSC service thread 1-6) JBoss Remoting version 5.0.26.Final
> 2022-11-19 01:00:26,159 INFO [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 68) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
> 2022-11-19 01:00:26,161 INFO [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 1.5.9.Final)
> 2022-11-19 01:00:26,163 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 45) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 2.1)
> 2022-11-19 01:00:26,173 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0018: Started Driver service with driver-name = h2
> 2022-11-19 01:00:26,176 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 78) WFLYWS0002: Activating WebServices Extension
> 2022-11-19 01:00:26,202 INFO [org.jboss.as.naming] (MSC service thread 1-7) WFLYNAM0003: Starting Naming Service
> 2022-11-19 01:00:26,203 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
> 2022-11-19 01:00:26,214 WARN [org.wildfly.extension.elytron] (MSC service thread 1-8) WFLYELY00023: KeyStore file '/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/application.keystore' does not exist. Used blank.
> 2022-11-19 01:00:26,216 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 2.3.0.Final starting
> 2022-11-19 01:00:26,222 WARN [org.wildfly.extension.elytron] (MSC service thread 1-8) WFLYELY01084: KeyStore /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self-signed certificate for host localhost
> 2022-11-19 01:00:26,251 INFO [org.jboss.as.ejb3] (MSC service thread 1-8) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 192 (per class), which is derived from thread worker pool sizing.
> 2022-11-19 01:00:26,251 INFO [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 48 (per class), which is derived from the number of CPUs on this host.
> 2022-11-19 01:00:26,251 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 77) WFLYUT0014: Creating file handler for path '/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
> 2022-11-19 01:00:26,256 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0012: Started server default-server.
> 2022-11-19 01:00:26,257 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) Queuing requests.
> 2022-11-19 01:00:26,258 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0018: Host default-host starting
> 2022-11-19 01:00:26,296 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080
> 2022-11-19 01:00:26,341 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTPS listener https listening on 127.0.0.1:8443
> 2022-11-19 01:00:26,357 INFO [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
> 2022-11-19 01:00:26,392 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
> 2022-11-19 01:00:26,477 INFO [org.jboss.as.patching] (MSC service thread 1-7) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
> 2022-11-19 01:00:26,481 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-3) WFLYDS0013: Started FileSystemDeploymentService for directory /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/deployments
> 2022-11-19 01:00:26,526 INFO [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBossWS 6.1.0.Final (Apache CXF 3.5.2.jbossorg-3)
> 2022-11-19 01:00:26,624 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
> 2022-11-19 01:00:26,626 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) started in 2150ms - Started 290 of 563 services (357 services are lazy, passive or on-demand) - Server configuration file in use: standalone.xml
> 2022-11-19 01:00:26,629 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
> 2022-11-19 01:00:26,629 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
> 2022-11-19 01:00:27,872 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/ee/27250c3992fdb7a581a406f53c272fdb15ccf1/content
> 2022-11-19 01:00:27,888 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "TypeMappingDependenciesInDeploymentTest.war" (runtime-name: "TypeMappingDependenciesInDeploymentTest.war")
> 2022-11-19 01:00:29,197 INFO [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0003: Processing weld deployment TypeMappingDependenciesInDeploymentTest.war
> 2022-11-19 01:00:29,302 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-7) HV000001: Hibernate Validator 8.0.0.Final
> 2022-11-19 01:00:29,504 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-7) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender
> 2022-11-19 01:00:29,511 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-7) No shutdown hook registered: Please call close() manually on application shutdown.
> 2022-11-19 01:00:29,514 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-7) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=TypeMappingDependenciesInDeploymentTest.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=ovpn-12-118.pek2.redhat.com, jaeger.version=Java-1.6.0, ip=10.72.12.118}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
> 2022-11-19 01:00:29,584 WARN [org.jboss.as.jaxrs] (MSC service thread 1-3) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
> 2022-11-19 01:00:29,600 INFO [org.jboss.weld.Version] (MSC service thread 1-3) WELD-000900: 5.1.0 (Final)
> 2022-11-19 01:00:30,300 INFO [io.undertow.servlet] (ServerService Thread Pool -- 3) No Spring WebApplicationInitializer types detected on classpath
> 2022-11-19 01:00:30,592 INFO [io.undertow.servlet] (ServerService Thread Pool -- 3) Initializing Spring root WebApplicationContext
> 2022-11-19 01:00:30,593 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 3) Root WebApplicationContext: initialization started
> 2022-11-19 01:00:30,761 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 3) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.ServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
> 2022-11-19 01:00:30,762 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 3) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.JaxrsServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
> 2022-11-19 01:00:30,762 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 3) RESTEASY002155: Provider class org.wildfly.microprofile.opentracing.smallrye.TracerDynamicFeature is already registered. 2nd registration is being ignored.
> 2022-11-19 01:00:30,789 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 3) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
> 2022-11-19 01:00:30,817 ERROR [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 3) Context initialization failed: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:155)
> at io.undertow.servlet@2.3.0.Final/jdk.proxy22/jdk.proxy22.$Proxy65.getAttribute(Unknown Source)
> at org.wildfly.microprofile.opentracing-smallrye@28.0.0.Beta1-SNAPSHOT//org.wildfly.microprofile.opentracing.smallrye.TracerDynamicFeature.configure(TracerDynamicFeature.java:61)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.<init>(ResourceMethodInvoker.java:128)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.processMethod(ResourceMethodRegistry.java:381)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.register(ResourceMethodRegistry.java:308)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:259)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:227)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:208)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:192)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringBeanProcessor.onApplicationEvent(SpringBeanProcessor.java:532)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:413)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:370)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:936)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:587)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:396)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:288)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:102)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringContextLoaderListener.contextInitialized(SpringContextLoaderListener.java:57)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:105)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:87)
> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
>
> 2022-11-19 01:00:30,817 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 3) MSC000001: Failed to start service jboss.deployment.unit."TypeMappingDependenciesInDeploymentTest.war".undertow-deployment: org.jboss.msc.service.StartException in service jboss.deployment.unit."TypeMappingDependenciesInDeploymentTest.war".undertow-deployment: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:90)
> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:257)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:105)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:87)
> ... 8 more
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:155)
> at io.undertow.servlet@2.3.0.Final/jdk.proxy22/jdk.proxy22.$Proxy65.getAttribute(Unknown Source)
> at org.wildfly.microprofile.opentracing-smallrye@28.0.0.Beta1-SNAPSHOT//org.wildfly.microprofile.opentracing.smallrye.TracerDynamicFeature.configure(TracerDynamicFeature.java:61)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.<init>(ResourceMethodInvoker.java:128)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.processMethod(ResourceMethodRegistry.java:381)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.register(ResourceMethodRegistry.java:308)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:259)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:227)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:208)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:192)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringBeanProcessor.onApplicationEvent(SpringBeanProcessor.java:532)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:413)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:370)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:936)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:587)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:396)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:288)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:102)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringContextLoaderListener.contextInitialized(SpringContextLoaderListener.java:57)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
> ... 10 more
>
> 2022-11-19 01:00:30,820 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "TypeMappingDependenciesInDeploymentTest.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"TypeMappingDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:00:30,820 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "TypeMappingDependenciesInDeploymentTest.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"TypeMappingDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:00:30,821 ERROR [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0021: Deploy of deployment "TypeMappingDependenciesInDeploymentTest.war" was rolled back with the following failure message:
> {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"TypeMappingDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:00:30,868 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment TypeMappingDependenciesInDeploymentTest.war (runtime-name: TypeMappingDependenciesInDeploymentTest.war) in 47ms
> 2022-11-19 01:00:32,633 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/b9/73c2a0cb0d37f40e8e70e331a7cd8fe9ee3a32/content
> 2022-11-19 01:00:32,635 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "deploymentWithSpringMvcDispatcherSpringIncluded.war" (runtime-name: "deploymentWithSpringMvcDispatcherSpringIncluded.war")
> 2022-11-19 01:00:33,438 INFO [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0003: Processing weld deployment deploymentWithSpringMvcDispatcherSpringIncluded.war
> 2022-11-19 01:00:33,493 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-6) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender
> 2022-11-19 01:00:33,495 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-6) No shutdown hook registered: Please call close() manually on application shutdown.
> 2022-11-19 01:00:33,495 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-6) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=deploymentWithSpringMvcDispatcherSpringIncluded.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=ovpn-12-118.pek2.redhat.com, jaeger.version=Java-1.6.0, ip=10.72.12.118}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
> 2022-11-19 01:00:33,517 WARN [org.jboss.as.jaxrs] (MSC service thread 1-7) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
> 2022-11-19 01:00:33,744 INFO [io.undertow.servlet] (ServerService Thread Pool -- 4) No Spring WebApplicationInitializer types detected on classpath
> 2022-11-19 01:00:33,755 INFO [io.undertow.servlet] (ServerService Thread Pool -- 4) Initializing Spring root WebApplicationContext
> 2022-11-19 01:00:33,756 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 4) Root WebApplicationContext: initialization started
> 2022-11-19 01:00:33,832 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 4) Root WebApplicationContext initialized in 76 ms
> 2022-11-19 01:00:33,858 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 4) 初始化上下文 '/deploymentWithSpringMvcDispatcherSpringIncluded' 的 Mojarra 4.0.0.SP01
> 2022-11-19 01:00:34,099 INFO [io.undertow.servlet] (ServerService Thread Pool -- 4) Initializing Spring DispatcherServlet 'mvc-dispatcher'
> 2022-11-19 01:00:34,100 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 4) Initializing Servlet 'mvc-dispatcher'
> 2022-11-19 01:00:34,187 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 4) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
> 2022-11-19 01:00:34,219 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 4) Completed initialization in 118 ms
> 2022-11-19 01:00:34,219 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0021: Registered web context: '/deploymentWithSpringMvcDispatcherSpringIncluded' for server 'default-server'
> 2022-11-19 01:00:34,250 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "deploymentWithSpringMvcDispatcherSpringIncluded.war" (runtime-name : "deploymentWithSpringMvcDispatcherSpringIncluded.war")
> 2022-11-19 01:00:35,075 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/6b/02503deaec70956c820782457991f6c03ae844/content
> 2022-11-19 01:00:35,078 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "deploymentWithSpringContextLoaderListenerSpringIncluded.war" (runtime-name: "deploymentWithSpringContextLoaderListenerSpringIncluded.war")
> 2022-11-19 01:00:35,714 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment deploymentWithSpringContextLoaderListenerSpringIncluded.war
> 2022-11-19 01:00:35,756 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender
> 2022-11-19 01:00:35,757 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown.
> 2022-11-19 01:00:35,757 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=deploymentWithSpringContextLoaderListenerSpringIncluded.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=ovpn-12-118.pek2.redhat.com, jaeger.version=Java-1.6.0, ip=10.72.12.118}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
> 2022-11-19 01:00:35,779 WARN [org.jboss.as.jaxrs] (MSC service thread 1-3) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
> 2022-11-19 01:00:35,938 INFO [io.undertow.servlet] (ServerService Thread Pool -- 6) No Spring WebApplicationInitializer types detected on classpath
> 2022-11-19 01:00:35,962 INFO [io.undertow.servlet] (ServerService Thread Pool -- 6) Initializing Spring root WebApplicationContext
> 2022-11-19 01:00:35,962 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 6) Root WebApplicationContext: initialization started
> 2022-11-19 01:00:36,089 ERROR [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 6) Context initialization failed: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:155)
> at io.undertow.servlet@2.3.0.Final/jdk.proxy22/jdk.proxy22.$Proxy65.getAttribute(Unknown Source)
> at org.wildfly.microprofile.opentracing-smallrye@28.0.0.Beta1-SNAPSHOT//org.wildfly.microprofile.opentracing.smallrye.TracerDynamicFeature.configure(TracerDynamicFeature.java:61)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.<init>(ResourceMethodInvoker.java:128)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.processMethod(ResourceMethodRegistry.java:381)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.register(ResourceMethodRegistry.java:308)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:259)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:227)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:208)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:192)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.jboss.resteasy.plugins.spring.SpringBeanProcessor.onApplicationEvent(SpringBeanProcessor.java:532)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:413)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:370)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:936)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:587)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:396)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:288)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:102)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.jboss.resteasy.plugins.spring.SpringContextLoaderListener.contextInitialized(SpringContextLoaderListener.java:57)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:105)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:87)
> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
>
> 2022-11-19 01:00:36,089 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 6) MSC000001: Failed to start service jboss.deployment.unit."deploymentWithSpringContextLoaderListenerSpringIncluded.war".undertow-deployment: org.jboss.msc.service.StartException in service jboss.deployment.unit."deploymentWithSpringContextLoaderListenerSpringIncluded.war".undertow-deployment: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:90)
> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:257)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:105)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:87)
> ... 8 more
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:155)
> at io.undertow.servlet@2.3.0.Final/jdk.proxy22/jdk.proxy22.$Proxy65.getAttribute(Unknown Source)
> at org.wildfly.microprofile.opentracing-smallrye@28.0.0.Beta1-SNAPSHOT//org.wildfly.microprofile.opentracing.smallrye.TracerDynamicFeature.configure(TracerDynamicFeature.java:61)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.<init>(ResourceMethodInvoker.java:128)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.processMethod(ResourceMethodRegistry.java:381)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.register(ResourceMethodRegistry.java:308)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:259)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:227)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:208)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:192)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.jboss.resteasy.plugins.spring.SpringBeanProcessor.onApplicationEvent(SpringBeanProcessor.java:532)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:413)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:370)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:936)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:587)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:396)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:288)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:102)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.jboss.resteasy.plugins.spring.SpringContextLoaderListener.contextInitialized(SpringContextLoaderListener.java:57)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
> ... 10 more
>
> 2022-11-19 01:00:36,090 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "deploymentWithSpringContextLoaderListenerSpringIncluded.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"deploymentWithSpringContextLoaderListenerSpringIncluded.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:00:36,090 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "deploymentWithSpringContextLoaderListenerSpringIncluded.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"deploymentWithSpringContextLoaderListenerSpringIncluded.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:00:36,090 ERROR [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0021: Deploy of deployment "deploymentWithSpringContextLoaderListenerSpringIncluded.war" was rolled back with the following failure message:
> {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"deploymentWithSpringContextLoaderListenerSpringIncluded.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:00:36,116 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment deploymentWithSpringContextLoaderListenerSpringIncluded.war (runtime-name: deploymentWithSpringContextLoaderListenerSpringIncluded.war) in 26ms
> 2022-11-19 01:00:36,122 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 8) WFLYUT0022: Unregistered web context: '/deploymentWithSpringMvcDispatcherSpringIncluded' from server 'default-server'
> 2022-11-19 01:00:36,123 INFO [io.undertow.servlet] (ServerService Thread Pool -- 8) Destroying Spring FrameworkServlet 'mvc-dispatcher'
> 2022-11-19 01:00:36,126 INFO [io.undertow.servlet] (ServerService Thread Pool -- 8) Closing Spring root WebApplicationContext
> 2022-11-19 01:00:36,149 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment deploymentWithSpringMvcDispatcherSpringIncluded.war (runtime-name: deploymentWithSpringMvcDispatcherSpringIncluded.war) in 28ms
> 2022-11-19 01:00:36,165 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/b9/73c2a0cb0d37f40e8e70e331a7cd8fe9ee3a32/content
> 2022-11-19 01:00:36,165 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "deploymentWithSpringMvcDispatcherSpringIncluded.war" (runtime-name: "deploymentWithSpringMvcDispatcherSpringIncluded.war")
> 2022-11-19 01:00:36,793 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/6d/a7977a79163f5704891fb0b280e8b8e239e28d/content
> 2022-11-19 01:00:36,795 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "SpringWebappContextDependenciesInDeploymentTest.war" (runtime-name: "SpringWebappContextDependenciesInDeploymentTest.war")
> 2022-11-19 01:00:37,371 INFO [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0003: Processing weld deployment SpringWebappContextDependenciesInDeploymentTest.war
> 2022-11-19 01:00:37,405 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-8) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender
> 2022-11-19 01:00:37,406 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-8) No shutdown hook registered: Please call close() manually on application shutdown.
> 2022-11-19 01:00:37,406 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-8) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=SpringWebappContextDependenciesInDeploymentTest.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=ovpn-12-118.pek2.redhat.com, jaeger.version=Java-1.6.0, ip=10.72.12.118}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
> 2022-11-19 01:00:37,424 WARN [org.jboss.as.jaxrs] (MSC service thread 1-8) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
> 2022-11-19 01:00:37,591 INFO [io.undertow.servlet] (ServerService Thread Pool -- 15) No Spring WebApplicationInitializer types detected on classpath
> 2022-11-19 01:00:37,624 INFO [io.undertow.servlet] (ServerService Thread Pool -- 15) Initializing Spring root WebApplicationContext
> 2022-11-19 01:00:37,624 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 15) Root WebApplicationContext: initialization started
> 2022-11-19 01:00:37,743 ERROR [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 15) Context initialization failed: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:155)
> at io.undertow.servlet@2.3.0.Final/jdk.proxy22/jdk.proxy22.$Proxy65.getAttribute(Unknown Source)
> at org.wildfly.microprofile.opentracing-smallrye@28.0.0.Beta1-SNAPSHOT//org.wildfly.microprofile.opentracing.smallrye.TracerDynamicFeature.configure(TracerDynamicFeature.java:61)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.<init>(ResourceMethodInvoker.java:128)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.processMethod(ResourceMethodRegistry.java:381)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.register(ResourceMethodRegistry.java:308)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:259)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:227)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:208)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:192)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringBeanProcessor.onApplicationEvent(SpringBeanProcessor.java:532)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:413)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:370)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:936)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:587)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:396)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:288)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:102)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringContextLoaderListener.contextInitialized(SpringContextLoaderListener.java:57)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:105)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:87)
> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
>
> 2022-11-19 01:00:37,743 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 15) MSC000001: Failed to start service jboss.deployment.unit."SpringWebappContextDependenciesInDeploymentTest.war".undertow-deployment: org.jboss.msc.service.StartException in service jboss.deployment.unit."SpringWebappContextDependenciesInDeploymentTest.war".undertow-deployment: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:90)
> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:257)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:105)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:87)
> ... 8 more
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:155)
> at io.undertow.servlet@2.3.0.Final/jdk.proxy22/jdk.proxy22.$Proxy65.getAttribute(Unknown Source)
> at org.wildfly.microprofile.opentracing-smallrye@28.0.0.Beta1-SNAPSHOT//org.wildfly.microprofile.opentracing.smallrye.TracerDynamicFeature.configure(TracerDynamicFeature.java:61)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.<init>(ResourceMethodInvoker.java:128)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.processMethod(ResourceMethodRegistry.java:381)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.register(ResourceMethodRegistry.java:308)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:259)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:227)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:208)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:192)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringBeanProcessor.onApplicationEvent(SpringBeanProcessor.java:532)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:413)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:370)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:936)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:587)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:396)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:288)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:102)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringContextLoaderListener.contextInitialized(SpringContextLoaderListener.java:57)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
> ... 10 more
>
> 2022-11-19 01:00:37,744 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "SpringWebappContextDependenciesInDeploymentTest.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"SpringWebappContextDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:00:37,745 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "SpringWebappContextDependenciesInDeploymentTest.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"SpringWebappContextDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:00:37,745 ERROR [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0021: Deploy of deployment "SpringWebappContextDependenciesInDeploymentTest.war" was rolled back with the following failure message:
> {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"SpringWebappContextDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:00:37,764 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment SpringWebappContextDependenciesInDeploymentTest.war (runtime-name: SpringWebappContextDependenciesInDeploymentTest.war) in 18ms
> 2022-11-19 01:00:38,406 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/20/ad8a95c1ea1eb32b77b6506a49e17328eae170/content
> 2022-11-19 01:00:38,408 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "JaxrsWithSpringMVCTest.war" (runtime-name: "JaxrsWithSpringMVCTest.war")
> 2022-11-19 01:00:38,972 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment JaxrsWithSpringMVCTest.war
> 2022-11-19 01:00:39,010 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender
> 2022-11-19 01:00:39,011 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown.
> 2022-11-19 01:00:39,012 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=JaxrsWithSpringMVCTest.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=ovpn-12-118.pek2.redhat.com, jaeger.version=Java-1.6.0, ip=10.72.12.118}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
> 2022-11-19 01:00:39,027 WARN [org.jboss.as.jaxrs] (MSC service thread 1-6) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
> 2022-11-19 01:00:39,175 INFO [io.undertow.servlet] (ServerService Thread Pool -- 39) No Spring WebApplicationInitializer types detected on classpath
> 2022-11-19 01:00:39,180 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 39) 初始化上下文 '/JaxrsWithSpringMVCTest' 的 Mojarra 4.0.0.SP01
> 2022-11-19 01:00:39,217 INFO [io.undertow.servlet] (ServerService Thread Pool -- 39) Initializing Spring DispatcherServlet 'spring'
> 2022-11-19 01:00:39,217 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 39) Initializing Servlet 'spring'
> 2022-11-19 01:00:39,473 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 39) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
> 2022-11-19 01:00:39,736 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 39) Completed initialization in 519 ms
> 2022-11-19 01:00:39,736 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 39) WFLYUT0021: Registered web context: '/JaxrsWithSpringMVCTest' for server 'default-server'
> 2022-11-19 01:00:39,746 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "JaxrsWithSpringMVCTest.war" (runtime-name : "JaxrsWithSpringMVCTest.war")
> 2022-11-19 01:00:39,757 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (management-handler-thread - 1) RESTEASY002150: resteasy.scan.resources is no longer supported. Use a servlet 3.0 container and the ResteasyServletInitializer
> 2022-11-19 01:00:39,772 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (management-handler-thread - 1) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class org.jboss.resteasy.test.spring.deployment.resource.JaxrsApplication$Proxy$_$$_WeldClientProxy
> 2022-11-19 01:00:40,081 INFO [org.jboss.as.server] (Thread-1) WFLYSRV0272: Suspending server
> 2022-11-19 01:00:40,083 INFO [org.jboss.as.ejb3] (Thread-1) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
> 2022-11-19 01:00:40,084 INFO [org.jboss.as.server] (Thread-1) WFLYSRV0220: Server shutdown has been requested via an OS signal
> 2022-11-19 01:00:40,101 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
> 2022-11-19 01:00:40,103 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 39) WFLYUT0022: Unregistered web context: '/JaxrsWithSpringMVCTest' from server 'default-server'
> 2022-11-19 01:00:40,104 INFO [io.undertow.servlet] (ServerService Thread Pool -- 39) Destroying Spring FrameworkServlet 'spring'
> 2022-11-19 01:00:40,113 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0019: Host default-host stopping
> 2022-11-19 01:00:40,119 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
> 2022-11-19 01:00:40,122 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0019: Stopped Driver service with driver-name = h2
> 2022-11-19 01:00:40,125 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0008: Undertow HTTPS listener https suspending
> 2022-11-19 01:00:40,125 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0008: Undertow HTTP listener default suspending
> 2022-11-19 01:00:40,125 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to 127.0.0.1:8443
> 2022-11-19 01:00:40,126 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:8080
> 2022-11-19 01:00:40,128 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0004: Undertow 2.3.0.Final stopping
> 2022-11-19 01:00:40,144 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment JaxrsWithSpringMVCTest.war (runtime-name: JaxrsWithSpringMVCTest.war) in 54ms
> 2022-11-19 01:00:40,150 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: WildFly Full 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) stopped in 63ms
> 2022-11-19 01:02:13,498 INFO [org.jboss.modules] (main) JBoss Modules version 2.1.0.Final
> 2022-11-19 01:02:13,787 INFO [org.jboss.msc] (main) JBoss MSC version 1.5.0.Beta3
> 2022-11-19 01:02:13,792 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
> 2022-11-19 01:02:13,864 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly EE 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) starting
> 2022-11-19 01:02:13,865 DEBUG [org.jboss.as.config] (MSC service thread 1-2) Configured system properties:
476c546
< java.class.path = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/jboss-modules.jar
---
> java.class.path = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/jboss-modules.jar
503c573
< jboss.home.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT
---
> jboss.home.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT
505c575
< jboss.modules.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/modules
---
> jboss.modules.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/modules
509,513c579,583
< jboss.server.base.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone
< jboss.server.config.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration
< jboss.server.data.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data
< jboss.server.deploy.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content
< jboss.server.log.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log
---
> jboss.server.base.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone
> jboss.server.config.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration
> jboss.server.data.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data
> jboss.server.deploy.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content
> jboss.server.log.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log
516c586
< jboss.server.temp.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/tmp
---
> jboss.server.temp.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/tmp
520,521c590,591
< logging.configuration = file:/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/logging.properties
< module.path = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/modules
---
> logging.configuration = file:/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/logging.properties
> module.path = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/modules
523c593
< org.jboss.boot.log.file = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log/server.log
---
> org.jboss.boot.log.file = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log/server.log
535c605
< sun.java.command = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/jboss-modules.jar -mp /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/modules org.jboss.as.standalone -c=standalone.xml
---
> sun.java.command = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/jboss-modules.jar -mp /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/modules org.jboss.as.standalone -c=standalone.xml
546,935c616,662
< 2022-11-19 00:56:25,102 DEBUG [org.jboss.as.config] (MSC service thread 1-2) VM Arguments: -D[Standalone] -Xms64m -Xmx512m -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Djboss.modules.system.pkgs=org.jboss.byteman -ea -Djboss.home.dir=/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT --add-exports=java.desktop/sun.awt=ALL-UNNAMED --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.management/javax.management=ALL-UNNAMED --add-opens=java.naming/javax.naming=ALL-UNNAMED --add-modules=java.se -Djava.security.manager=allow -Djboss.home.dir=/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT -Djboss.server.base.dir=/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone -Djboss.server.log.dir=/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log -Djboss.server.config.dir=/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration -Dorg.jboss.boot.log.file=/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log/server.log -Dlogging.configuration=file:/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/logging.properties
< 2022-11-19 00:56:25,481 INFO [org.wildfly.security] (ServerService Thread Pool -- 15) ELY00001: WildFly Elytron version 2.0.0.Final
< 2022-11-19 00:56:25,816 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
< 2022-11-19 00:56:25,827 INFO [org.xnio] (MSC service thread 1-6) XNIO version 3.8.8.Final
< 2022-11-19 00:56:25,832 INFO [org.xnio.nio] (MSC service thread 1-6) XNIO NIO Implementation Version 3.8.8.Final
< 2022-11-19 00:56:25,848 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 30) WFLYRS0016: RESTEasy version 6.2.1.Final
< 2022-11-19 00:56:25,848 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 28) WFLYCLINF0001: Activating Infinispan subsystem.
< 2022-11-19 00:56:25,849 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 37) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
< 2022-11-19 00:56:25,850 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 29) WFLYIO001: Worker 'default' has auto-configured to 24 IO threads with 192 max task threads based on your 12 available processors
< 2022-11-19 00:56:25,851 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 34) WFLYNAM0001: Activating Naming Subsystem
< 2022-11-19 00:56:25,875 INFO [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 1.5.9.Final)
< 2022-11-19 00:56:25,877 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0003: Undertow 2.3.0.Final starting
< 2022-11-19 00:56:25,881 INFO [org.jboss.remoting] (MSC service thread 1-8) JBoss Remoting version 5.0.26.Final
< 2022-11-19 00:56:25,892 INFO [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
< 2022-11-19 00:56:25,894 WARN [org.wildfly.clustering.web.undertow] (ServerService Thread Pool -- 38) WFLYCLWEBUT0007: No routing provider found for default-server; using legacy provider based on static configuration
< 2022-11-19 00:56:25,908 WARN [org.wildfly.extension.elytron] (MSC service thread 1-5) WFLYELY00023: KeyStore file '/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/application.keystore' does not exist. Used blank.
< 2022-11-19 00:56:25,925 WARN [org.wildfly.extension.elytron] (MSC service thread 1-5) WFLYELY01084: KeyStore /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self-signed certificate for host localhost
< 2022-11-19 00:56:25,945 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0012: Started server default-server.
< 2022-11-19 00:56:25,946 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) Queuing requests.
< 2022-11-19 00:56:25,947 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0018: Host default-host starting
< 2022-11-19 00:56:25,983 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080
< 2022-11-19 00:56:26,007 INFO [org.jboss.as.patching] (MSC service thread 1-7) WFLYPAT0050: WildFly EE cumulative patch ID is: base, one-off patches include: none
< 2022-11-19 00:56:26,011 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-6) WFLYDS0013: Started FileSystemDeploymentService for directory /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/deployments
< 2022-11-19 00:56:26,088 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
< 2022-11-19 00:56:26,091 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly EE 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) started in 1625ms - Started 181 of 281 services (140 services are lazy, passive or on-demand) - Server configuration file in use: standalone.xml
< 2022-11-19 00:56:26,095 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
< 2022-11-19 00:56:26,096 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
< 2022-11-19 00:56:27,514 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/ac/835a9acff8faac86218d8f9080863ebac40a4f/content
< 2022-11-19 00:56:27,536 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "TypeMappingDependenciesInDeploymentTest.war" (runtime-name: "TypeMappingDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:28,896 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:28,898 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:28,900 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:28,902 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:28,906 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:28,957 WARN [org.jboss.as.jaxrs] (MSC service thread 1-2) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:56:28,958 WARN [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0013: Deployment TypeMappingDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:56:29,040 INFO [io.undertow.servlet] (ServerService Thread Pool -- 5) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:56:29,526 INFO [io.undertow.servlet] (ServerService Thread Pool -- 5) Initializing Spring root WebApplicationContext
< 2022-11-19 00:56:29,527 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 5) Root WebApplicationContext: initialization started
< 2022-11-19 00:56:29,710 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 5) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.ServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
< 2022-11-19 00:56:29,711 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 5) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.JaxrsServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
< 2022-11-19 00:56:29,733 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 5) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 00:56:29,773 INFO [org.hibernate.validator.internal.util.Version] (ServerService Thread Pool -- 5) HV000001: Hibernate Validator 8.0.0.Final
< 2022-11-19 00:56:29,789 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 5) Root WebApplicationContext initialized in 261 ms
< 2022-11-19 00:56:29,801 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 5) WFLYUT0021: Registered web context: '/TypeMappingDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:56:29,827 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "TypeMappingDependenciesInDeploymentTest.war" (runtime-name : "TypeMappingDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:30,559 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 5) WFLYUT0022: Unregistered web context: '/TypeMappingDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:56:30,560 INFO [io.undertow.servlet] (ServerService Thread Pool -- 5) Closing Spring root WebApplicationContext
< 2022-11-19 00:56:30,581 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment TypeMappingDependenciesInDeploymentTest.war (runtime-name: TypeMappingDependenciesInDeploymentTest.war) in 24ms
< 2022-11-19 00:56:30,602 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/ac/835a9acff8faac86218d8f9080863ebac40a4f/content
< 2022-11-19 00:56:30,602 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "TypeMappingDependenciesInDeploymentTest.war" (runtime-name: "TypeMappingDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:32,339 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/e3/49f53c22cb67ea18ab413c6b0cc89ff03717c9/content
< 2022-11-19 00:56:32,340 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "deploymentWithSpringMvcDispatcherSpringIncluded.war" (runtime-name: "deploymentWithSpringMvcDispatcherSpringIncluded.war")
< 2022-11-19 00:56:33,144 WARN [org.jboss.as.ee] (MSC service thread 1-5) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:33,147 WARN [org.jboss.as.ee] (MSC service thread 1-5) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:33,148 WARN [org.jboss.as.ee] (MSC service thread 1-5) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:33,149 WARN [org.jboss.as.ee] (MSC service thread 1-5) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:33,151 WARN [org.jboss.as.ee] (MSC service thread 1-5) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:33,162 WARN [org.jboss.as.jaxrs] (MSC service thread 1-5) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:56:33,162 WARN [org.jboss.weld.deployer] (MSC service thread 1-5) WFLYWELD0013: Deployment deploymentWithSpringMvcDispatcherSpringIncluded.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:56:33,176 INFO [io.undertow.servlet] (ServerService Thread Pool -- 5) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:56:33,183 INFO [io.undertow.servlet] (ServerService Thread Pool -- 5) Initializing Spring root WebApplicationContext
< 2022-11-19 00:56:33,184 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 5) Root WebApplicationContext: initialization started
< 2022-11-19 00:56:33,269 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 5) Root WebApplicationContext initialized in 85 ms
< 2022-11-19 00:56:33,271 INFO [io.undertow.servlet] (ServerService Thread Pool -- 5) Initializing Spring DispatcherServlet 'mvc-dispatcher'
< 2022-11-19 00:56:33,271 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 5) Initializing Servlet 'mvc-dispatcher'
< 2022-11-19 00:56:33,360 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 5) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 00:56:33,382 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 5) Completed initialization in 111 ms
< 2022-11-19 00:56:33,382 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 5) WFLYUT0021: Registered web context: '/deploymentWithSpringMvcDispatcherSpringIncluded' for server 'default-server'
< 2022-11-19 00:56:33,391 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "deploymentWithSpringMvcDispatcherSpringIncluded.war" (runtime-name : "deploymentWithSpringMvcDispatcherSpringIncluded.war")
< 2022-11-19 00:56:33,947 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/9d/e8fc34c126174013912847528a80674941012e/content
< 2022-11-19 00:56:33,949 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "deploymentWithSpringContextLoaderListenerSpringIncluded.war" (runtime-name: "deploymentWithSpringContextLoaderListenerSpringIncluded.war")
< 2022-11-19 00:56:34,575 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:34,577 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:34,578 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:34,579 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:34,581 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:34,595 WARN [org.jboss.as.jaxrs] (MSC service thread 1-1) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:56:34,596 WARN [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0013: Deployment deploymentWithSpringContextLoaderListenerSpringIncluded.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:56:34,612 INFO [io.undertow.servlet] (ServerService Thread Pool -- 3) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:56:34,633 INFO [io.undertow.servlet] (ServerService Thread Pool -- 3) Initializing Spring root WebApplicationContext
< 2022-11-19 00:56:34,633 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 3) Root WebApplicationContext: initialization started
< 2022-11-19 00:56:34,743 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 3) Root WebApplicationContext initialized in 110 ms
< 2022-11-19 00:56:34,743 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 3) WFLYUT0021: Registered web context: '/deploymentWithSpringContextLoaderListenerSpringIncluded' for server 'default-server'
< 2022-11-19 00:56:34,750 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "deploymentWithSpringContextLoaderListenerSpringIncluded.war" (runtime-name : "deploymentWithSpringContextLoaderListenerSpringIncluded.war")
< 2022-11-19 00:56:35,329 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/11/85b6e4b1c739ed100f6ae690d5717d70b35234/content
< 2022-11-19 00:56:35,331 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war" (runtime-name: "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war")
< 2022-11-19 00:56:35,947 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:35,949 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:35,949 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:35,950 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:35,952 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:35,960 WARN [org.jboss.as.jaxrs] (MSC service thread 1-4) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:56:35,960 WARN [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0013: Deployment deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:56:35,970 INFO [io.undertow.servlet] (ServerService Thread Pool -- 37) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:56:35,970 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 37) WFLYUT0021: Registered web context: '/deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded' for server 'default-server'
< 2022-11-19 00:56:35,977 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war" (runtime-name : "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war")
< 2022-11-19 00:56:36,024 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class org.jboss.resteasy.utils.TestApplication
< 2022-11-19 00:56:36,028 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002200: Adding class resource org.jboss.resteasy.test.spring.deployment.resource.TestResource from Application class org.jboss.resteasy.utils.TestApplication
< 2022-11-19 00:56:36,069 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 37) WFLYUT0022: Unregistered web context: '/deploymentWithSpringMvcDispatcherSpringIncluded' from server 'default-server'
< 2022-11-19 00:56:36,069 INFO [io.undertow.servlet] (ServerService Thread Pool -- 37) Destroying Spring FrameworkServlet 'mvc-dispatcher'
< 2022-11-19 00:56:36,070 INFO [io.undertow.servlet] (ServerService Thread Pool -- 37) Closing Spring root WebApplicationContext
< 2022-11-19 00:56:36,087 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment deploymentWithSpringMvcDispatcherSpringIncluded.war (runtime-name: deploymentWithSpringMvcDispatcherSpringIncluded.war) in 18ms
< 2022-11-19 00:56:36,098 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/e3/49f53c22cb67ea18ab413c6b0cc89ff03717c9/content
< 2022-11-19 00:56:36,098 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "deploymentWithSpringMvcDispatcherSpringIncluded.war" (runtime-name: "deploymentWithSpringMvcDispatcherSpringIncluded.war")
< 2022-11-19 00:56:36,101 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 30) WFLYUT0022: Unregistered web context: '/deploymentWithSpringContextLoaderListenerSpringIncluded' from server 'default-server'
< 2022-11-19 00:56:36,102 INFO [io.undertow.servlet] (ServerService Thread Pool -- 30) Closing Spring root WebApplicationContext
< 2022-11-19 00:56:36,123 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment deploymentWithSpringContextLoaderListenerSpringIncluded.war (runtime-name: deploymentWithSpringContextLoaderListenerSpringIncluded.war) in 22ms
< 2022-11-19 00:56:36,132 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/9d/e8fc34c126174013912847528a80674941012e/content
< 2022-11-19 00:56:36,132 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "deploymentWithSpringContextLoaderListenerSpringIncluded.war" (runtime-name: "deploymentWithSpringContextLoaderListenerSpringIncluded.war")
< 2022-11-19 00:56:36,135 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 7) WFLYUT0022: Unregistered web context: '/deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded' from server 'default-server'
< 2022-11-19 00:56:36,149 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war (runtime-name: deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war) in 15ms
< 2022-11-19 00:56:36,157 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/11/85b6e4b1c739ed100f6ae690d5717d70b35234/content
< 2022-11-19 00:56:36,157 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war" (runtime-name: "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war")
< 2022-11-19 00:56:36,813 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/63/3259fc41dc202450876240abb84a55c9fc083d/content
< 2022-11-19 00:56:36,815 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of "SpringWebappContextDependenciesInDeploymentTest.war" (runtime-name: "SpringWebappContextDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:37,392 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:37,394 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:37,394 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:37,395 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:37,397 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:37,404 WARN [org.jboss.as.jaxrs] (MSC service thread 1-6) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:56:37,405 WARN [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0013: Deployment SpringWebappContextDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:56:37,416 INFO [io.undertow.servlet] (ServerService Thread Pool -- 24) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:56:37,433 INFO [io.undertow.servlet] (ServerService Thread Pool -- 24) Initializing Spring root WebApplicationContext
< 2022-11-19 00:56:37,433 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 24) Root WebApplicationContext: initialization started
< 2022-11-19 00:56:37,521 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 24) Root WebApplicationContext initialized in 88 ms
< 2022-11-19 00:56:37,522 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 24) WFLYUT0021: Registered web context: '/SpringWebappContextDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:56:37,527 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "SpringWebappContextDependenciesInDeploymentTest.war" (runtime-name : "SpringWebappContextDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:37,940 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@45a25478
< 2022-11-19 00:56:37,940 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri?param=0
< 2022-11-19 00:56:38,455 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@5acc0475
< 2022-11-19 00:56:38,455 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri?param=1
< 2022-11-19 00:56:38,589 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:56:38,590 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:56:38,590 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:56:39,466 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@79cd8a21
< 2022-11-19 00:56:39,466 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:56:39,724 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@1d1e9d0a
< 2022-11-19 00:56:39,724 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:56:39,989 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:56:39,989 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:56:39,989 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:56:40,552 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@4abffdae
< 2022-11-19 00:56:40,552 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:56:40,561 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:56:40,562 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:56:40,562 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:56:40,935 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@857571e
< 2022-11-19 00:56:40,935 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:56:41,072 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:56:41,072 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:56:41,072 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:56:41,180 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@1f520654
< 2022-11-19 00:56:41,180 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:56:41,652 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:56:41,652 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:56:41,652 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:56:41,968 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@4c454735
< 2022-11-19 00:56:41,968 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:56:42,403 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:56:42,403 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:56:42,403 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:56:42,495 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:56:42,495 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:56:42,495 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:56:42,604 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@65371fe1
< 2022-11-19 00:56:42,604 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:56:43,151 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@77f31909
< 2022-11-19 00:56:43,151 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:56:43,449 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:56:43,449 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:56:43,450 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:56:43,681 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@f6bbc7f
< 2022-11-19 00:56:43,681 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:56:43,769 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:56:43,770 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:56:43,770 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:56:43,951 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@11b03b67
< 2022-11-19 00:56:43,951 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:56:44,344 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:56:44,345 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:56:44,345 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:56:44,463 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@7d422a8
< 2022-11-19 00:56:44,463 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:56:44,956 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:56:44,956 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:56:44,956 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:56:44,959 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 24) WFLYUT0022: Unregistered web context: '/SpringWebappContextDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:56:44,959 INFO [io.undertow.servlet] (ServerService Thread Pool -- 24) Closing Spring root WebApplicationContext
< 2022-11-19 00:56:44,971 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment SpringWebappContextDependenciesInDeploymentTest.war (runtime-name: SpringWebappContextDependenciesInDeploymentTest.war) in 12ms
< 2022-11-19 00:56:44,977 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/63/3259fc41dc202450876240abb84a55c9fc083d/content
< 2022-11-19 00:56:44,977 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "SpringWebappContextDependenciesInDeploymentTest.war" (runtime-name: "SpringWebappContextDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:45,568 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/58/2de6f85f3e88b18099340aa7fa7a8bbb979e94/content
< 2022-11-19 00:56:45,570 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of "JaxrsWithSpringMVCTest.war" (runtime-name: "JaxrsWithSpringMVCTest.war")
< 2022-11-19 00:56:46,132 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:46,134 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:46,134 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:46,135 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:46,137 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:46,143 WARN [org.jboss.as.jaxrs] (MSC service thread 1-4) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:56:46,143 WARN [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0013: Deployment JaxrsWithSpringMVCTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:56:46,152 INFO [io.undertow.servlet] (ServerService Thread Pool -- 37) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:56:46,157 INFO [io.undertow.servlet] (ServerService Thread Pool -- 37) Initializing Spring DispatcherServlet 'spring'
< 2022-11-19 00:56:46,157 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 37) Initializing Servlet 'spring'
< 2022-11-19 00:56:46,396 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 37) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 00:56:46,545 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 37) Completed initialization in 388 ms
< 2022-11-19 00:56:46,546 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 37) WFLYUT0021: Registered web context: '/JaxrsWithSpringMVCTest' for server 'default-server'
< 2022-11-19 00:56:46,551 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "JaxrsWithSpringMVCTest.war" (runtime-name : "JaxrsWithSpringMVCTest.war")
< 2022-11-19 00:56:46,561 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (management-handler-thread - 1) RESTEASY002150: resteasy.scan.resources is no longer supported. Use a servlet 3.0 container and the ResteasyServletInitializer
< 2022-11-19 00:56:46,569 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (management-handler-thread - 1) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class org.jboss.resteasy.test.spring.deployment.resource.JaxrsApplication
< 2022-11-19 00:56:46,636 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 37) WFLYUT0022: Unregistered web context: '/JaxrsWithSpringMVCTest' from server 'default-server'
< 2022-11-19 00:56:46,637 INFO [io.undertow.servlet] (ServerService Thread Pool -- 37) Destroying Spring FrameworkServlet 'spring'
< 2022-11-19 00:56:46,650 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0028: Stopped deployment JaxrsWithSpringMVCTest.war (runtime-name: JaxrsWithSpringMVCTest.war) in 13ms
< 2022-11-19 00:56:46,657 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/58/2de6f85f3e88b18099340aa7fa7a8bbb979e94/content
< 2022-11-19 00:56:46,657 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "JaxrsWithSpringMVCTest.war" (runtime-name: "JaxrsWithSpringMVCTest.war")
< 2022-11-19 00:56:47,256 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/6e/0321ac4404f3b76ce1c6aa12f1423361ec6483/content
< 2022-11-19 00:56:47,257 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of "JavaConfigDependenciesInDeploymentTest.war" (runtime-name: "JavaConfigDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:47,804 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:47,805 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:47,806 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:47,807 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:47,808 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:47,813 WARN [org.jboss.as.jaxrs] (MSC service thread 1-7) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:56:47,814 WARN [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0013: Deployment JavaConfigDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:56:47,822 INFO [io.undertow.servlet] (ServerService Thread Pool -- 33) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:56:47,839 INFO [io.undertow.servlet] (ServerService Thread Pool -- 33) Initializing Spring root WebApplicationContext
< 2022-11-19 00:56:47,839 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 33) Root WebApplicationContext: initialization started
< 2022-11-19 00:56:47,988 INFO [org.jboss.resteasy.test.spring.deployment.resource.JavaConfigResource] (ServerService Thread Pool -- 33) *** resource created:org.jboss.resteasy.test.spring.deployment.resource.JavaConfigResource@7c4aa16a
< 2022-11-19 00:56:47,996 INFO [org.jboss.resteasy.test.spring.deployment.resource.JavaConfigResource] (ServerService Thread Pool -- 33) *** service injected=org.jboss.resteasy.test.spring.deployment.resource.JavaConfigService@7672e7b1
< 2022-11-19 00:56:48,005 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 33) Root WebApplicationContext initialized in 166 ms
< 2022-11-19 00:56:48,005 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 33) WFLYUT0021: Registered web context: '/JavaConfigDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:56:48,012 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "JavaConfigDependenciesInDeploymentTest.war" (runtime-name : "JavaConfigDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:48,032 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 33) WFLYUT0022: Unregistered web context: '/JavaConfigDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:56:48,032 INFO [io.undertow.servlet] (ServerService Thread Pool -- 33) Closing Spring root WebApplicationContext
< 2022-11-19 00:56:48,046 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment JavaConfigDependenciesInDeploymentTest.war (runtime-name: JavaConfigDependenciesInDeploymentTest.war) in 14ms
< 2022-11-19 00:56:48,052 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/6e/0321ac4404f3b76ce1c6aa12f1423361ec6483/content
< 2022-11-19 00:56:48,053 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "JavaConfigDependenciesInDeploymentTest.war" (runtime-name: "JavaConfigDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:48,656 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/a8/ec6847886198b487b1378c37d53a1424d4569a/content
< 2022-11-19 00:56:48,658 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "ContactsDependenciesInDeploymentTest.war" (runtime-name: "ContactsDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:49,214 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:49,215 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:49,216 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:49,217 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:49,218 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:49,224 WARN [org.jboss.as.jaxrs] (MSC service thread 1-3) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:56:49,224 WARN [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0013: Deployment ContactsDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:56:49,230 INFO [io.undertow.servlet] (ServerService Thread Pool -- 2) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:56:49,231 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0021: Registered web context: '/ContactsDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:56:49,236 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "ContactsDependenciesInDeploymentTest.war" (runtime-name : "ContactsDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:49,364 INFO [io.undertow.servlet] (default task-1) Initializing Spring DispatcherServlet 'springmvc'
< 2022-11-19 00:56:49,364 INFO [org.springframework.web.servlet.DispatcherServlet] (default task-1) Initializing Servlet 'springmvc'
< 2022-11-19 00:56:49,501 INFO [org.jboss.resteasy.plugins.spring.i18n] (default task-1) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 00:56:49,530 INFO [org.springframework.web.servlet.DispatcherServlet] (default task-1) Completed initialization in 166 ms
< 2022-11-19 00:56:49,612 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0022: Unregistered web context: '/ContactsDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:56:49,613 INFO [io.undertow.servlet] (ServerService Thread Pool -- 2) Destroying Spring FrameworkServlet 'springmvc'
< 2022-11-19 00:56:49,625 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment ContactsDependenciesInDeploymentTest.war (runtime-name: ContactsDependenciesInDeploymentTest.war) in 12ms
< 2022-11-19 00:56:49,630 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/a8/ec6847886198b487b1378c37d53a1424d4569a/content
< 2022-11-19 00:56:49,630 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "ContactsDependenciesInDeploymentTest.war" (runtime-name: "ContactsDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:50,199 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/aa/0ccdb91cddd23b647f9f1dc43c56ff637d1542/content
< 2022-11-19 00:56:50,200 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0027: Starting deployment of "SpringLocatingResourceDependenciesInDeploymentTest.war" (runtime-name: "SpringLocatingResourceDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:50,749 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:50,750 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:50,750 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:50,751 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:50,752 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:50,763 WARN [org.jboss.as.jaxrs] (MSC service thread 1-4) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:56:50,763 WARN [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0013: Deployment SpringLocatingResourceDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:56:50,771 INFO [io.undertow.servlet] (ServerService Thread Pool -- 3) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:56:50,781 INFO [io.undertow.servlet] (ServerService Thread Pool -- 3) Initializing Spring root WebApplicationContext
< 2022-11-19 00:56:50,781 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 3) Root WebApplicationContext: initialization started
< 2022-11-19 00:56:50,854 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 3) Root WebApplicationContext initialized in 73 ms
< 2022-11-19 00:56:50,854 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 3) WFLYUT0021: Registered web context: '/SpringLocatingResourceDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:56:50,859 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "SpringLocatingResourceDependenciesInDeploymentTest.war" (runtime-name : "SpringLocatingResourceDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:50,872 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingLocatingResource] (default task-1) LOCATING...
< 2022-11-19 00:56:50,877 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingSimpleResource] (default task-1) getBasic()
< 2022-11-19 00:56:50,880 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingLocatingResource] (default task-1) LOCATING...
< 2022-11-19 00:56:50,881 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingSimpleResource] (default task-1) basic
< 2022-11-19 00:56:50,882 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingLocatingResource] (default task-1) LOCATING...
< 2022-11-19 00:56:50,884 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingLocatingResource] (default task-1) LOCATING...
< 2022-11-19 00:56:50,891 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingSimpleResource] (default task-1) getBasic()
< 2022-11-19 00:56:50,893 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingSimpleResource] (default task-1) basic
< 2022-11-19 00:56:50,900 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 3) WFLYUT0022: Unregistered web context: '/SpringLocatingResourceDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:56:50,900 INFO [io.undertow.servlet] (ServerService Thread Pool -- 3) Closing Spring root WebApplicationContext
< 2022-11-19 00:56:50,917 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment SpringLocatingResourceDependenciesInDeploymentTest.war (runtime-name: SpringLocatingResourceDependenciesInDeploymentTest.war) in 17ms
< 2022-11-19 00:56:50,924 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/aa/0ccdb91cddd23b647f9f1dc43c56ff637d1542/content
< 2022-11-19 00:56:50,924 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "SpringLocatingResourceDependenciesInDeploymentTest.war" (runtime-name: "SpringLocatingResourceDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:51,598 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/eb/2da4a49f8a901e89da1e474f4de6da62d355d6/content
< 2022-11-19 00:56:51,599 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0027: Starting deployment of "RequestScopedBeanDependenciesInDeploymentTest.war" (runtime-name: "RequestScopedBeanDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:52,175 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:52,176 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:52,176 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:52,177 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:52,178 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:52,183 WARN [org.jboss.as.jaxrs] (MSC service thread 1-6) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:56:52,183 WARN [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0013: Deployment RequestScopedBeanDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:56:52,191 INFO [io.undertow.servlet] (ServerService Thread Pool -- 43) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:56:52,202 INFO [io.undertow.servlet] (ServerService Thread Pool -- 43) Initializing Spring root WebApplicationContext
< 2022-11-19 00:56:52,202 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 43) Root WebApplicationContext: initialization started
< 2022-11-19 00:56:52,287 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 43) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.ServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
< 2022-11-19 00:56:52,296 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 43) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.JaxrsServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
< 2022-11-19 00:56:52,329 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 43) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 00:56:52,347 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 43) Root WebApplicationContext initialized in 145 ms
< 2022-11-19 00:56:52,383 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 43) WFLYUT0021: Registered web context: '/RequestScopedBeanDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:56:52,390 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "RequestScopedBeanDependenciesInDeploymentTest.war" (runtime-name : "RequestScopedBeanDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:52,411 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 43) WFLYUT0022: Unregistered web context: '/RequestScopedBeanDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:56:52,436 INFO [io.undertow.servlet] (ServerService Thread Pool -- 43) Closing Spring root WebApplicationContext
< 2022-11-19 00:56:52,470 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment RequestScopedBeanDependenciesInDeploymentTest.war (runtime-name: RequestScopedBeanDependenciesInDeploymentTest.war) in 60ms
< 2022-11-19 00:56:52,477 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/eb/2da4a49f8a901e89da1e474f4de6da62d355d6/content
< 2022-11-19 00:56:52,477 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "RequestScopedBeanDependenciesInDeploymentTest.war" (runtime-name: "RequestScopedBeanDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:53,062 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/0a/93953f32a4280631ef7f03cef4186a4db42209/content
< 2022-11-19 00:56:53,064 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0027: Starting deployment of "SpringBeanProcessorDependenciesInDeploymentTest.war" (runtime-name: "SpringBeanProcessorDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:53,674 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:53,675 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:53,675 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:53,676 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:53,677 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:53,682 WARN [org.jboss.as.jaxrs] (MSC service thread 1-3) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:56:53,682 WARN [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0013: Deployment SpringBeanProcessorDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:56:53,689 INFO [io.undertow.servlet] (ServerService Thread Pool -- 7) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:56:53,700 INFO [io.undertow.servlet] (ServerService Thread Pool -- 7) Initializing Spring root WebApplicationContext
< 2022-11-19 00:56:53,700 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 7) Root WebApplicationContext: initialization started
< 2022-11-19 00:56:53,876 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 7) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getContext()
< 2022-11-19 00:56:53,877 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 7) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getBeanName()
< 2022-11-19 00:56:53,878 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 7) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getContext()
< 2022-11-19 00:56:53,878 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 7) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getBeanName()
< 2022-11-19 00:56:53,900 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 7) Root WebApplicationContext initialized in 200 ms
< 2022-11-19 00:56:53,900 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 7) WFLYUT0021: Registered web context: '/SpringBeanProcessorDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:56:53,907 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "SpringBeanProcessorDependenciesInDeploymentTest.war" (runtime-name : "SpringBeanProcessorDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:53,917 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringBeanProcessorMyPrototypedResource] (default task-1) here
< 2022-11-19 00:56:53,924 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringBeanProcessorMyPrototypedResource] (default task-1) here
< 2022-11-19 00:56:53,973 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 7) WFLYUT0022: Unregistered web context: '/SpringBeanProcessorDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:56:53,973 INFO [io.undertow.servlet] (ServerService Thread Pool -- 7) Closing Spring root WebApplicationContext
< 2022-11-19 00:56:53,989 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment SpringBeanProcessorDependenciesInDeploymentTest.war (runtime-name: SpringBeanProcessorDependenciesInDeploymentTest.war) in 16ms
< 2022-11-19 00:56:53,995 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/0a/93953f32a4280631ef7f03cef4186a4db42209/content
< 2022-11-19 00:56:53,995 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "SpringBeanProcessorDependenciesInDeploymentTest.war" (runtime-name: "SpringBeanProcessorDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:54,581 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/1f/87901e31c424cc8d9c4d102e6db8290da4e4a8/content
< 2022-11-19 00:56:54,582 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "ContextRefreshDependenciesInDeploymentTest.war" (runtime-name: "ContextRefreshDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:55,145 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:55,146 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:55,146 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:55,147 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:55,148 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:56:55,154 WARN [org.jboss.as.jaxrs] (MSC service thread 1-7) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:56:55,154 WARN [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0013: Deployment ContextRefreshDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:56:55,162 INFO [io.undertow.servlet] (ServerService Thread Pool -- 19) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:56:55,174 INFO [io.undertow.servlet] (ServerService Thread Pool -- 19) Initializing Spring root WebApplicationContext
< 2022-11-19 00:56:55,174 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 19) Root WebApplicationContext: initialization started
< 2022-11-19 00:56:55,235 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 19) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@3476961f
< 2022-11-19 00:56:55,240 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 19) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@3476961f.setApplicationContext(): Root WebApplicationContext, started on Sat Nov 19 00:56:55 CST 2022
< 2022-11-19 00:56:55,240 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 19) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@3476961f.afterPropertiesSet()
< 2022-11-19 00:56:55,244 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 19) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@78a07e5b
< 2022-11-19 00:56:55,244 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 19) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@78a07e5b.setApplicationContext(): Root WebApplicationContext, started on Sat Nov 19 00:56:55 CST 2022
< 2022-11-19 00:56:55,257 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 19) Root WebApplicationContext initialized in 83 ms
< 2022-11-19 00:56:55,257 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 19) WFLYUT0021: Registered web context: '/ContextRefreshDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:56:55,262 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "ContextRefreshDependenciesInDeploymentTest.war" (runtime-name : "ContextRefreshDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:55,322 INFO [org.jboss.arquillian.testenricher.cdi.container.BeanManagerProducer] (default task-1) BeanManager not found.
< 2022-11-19 00:56:55,333 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.apache.jasper.Constants.CODE_SOURCE_ATTRIBUTE_NAME
< 2022-11-19 00:56:55,333 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.apache.jasper.JSP_TAG_LIBRARIES
< 2022-11-19 00:56:55,333 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) resteasy.deployments
< 2022-11-19 00:56:55,333 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.apache.tomcat.InstanceManager
< 2022-11-19 00:56:55,333 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.apache.jasper.JSP_PROPERTY_GROUPS
< 2022-11-19 00:56:55,333 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) io.undertow.websockets.jsr.WebSocketDeploymentInfo
< 2022-11-19 00:56:55,333 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) jakarta.servlet.context.tempdir
< 2022-11-19 00:56:55,333 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) jakarta.websocket.server.ServerContainer
< 2022-11-19 00:56:55,333 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.apache.jasper.Constants.PERMISSION_COLLECTION_ATTRIBUTE_NAME
< 2022-11-19 00:56:55,333 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.springframework.web.context.support.ServletContextScope
< 2022-11-19 00:56:55,333 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.springframework.web.context.WebApplicationContext.ROOT
< 2022-11-19 00:56:55,333 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.jboss.as.web.deployment.JspInitializationListener.wrappers
< 2022-11-19 00:56:55,333 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.jboss.resteasy.spi.ResteasyDeployment
< 2022-11-19 00:56:55,334 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.apache.jasper.SERVLET_VERSION
< 2022-11-19 00:56:55,334 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.apache.jasper.runtime.JspApplicationContextImpl
< 2022-11-19 00:56:55,334 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) Root WebApplicationContext, started on Sat Nov 19 00:56:55 CST 2022
< 2022-11-19 00:56:55,348 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 19) WFLYUT0022: Unregistered web context: '/ContextRefreshDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:56:55,348 INFO [io.undertow.servlet] (ServerService Thread Pool -- 19) Closing Spring root WebApplicationContext
< 2022-11-19 00:56:55,361 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment ContextRefreshDependenciesInDeploymentTest.war (runtime-name: ContextRefreshDependenciesInDeploymentTest.war) in 13ms
< 2022-11-19 00:56:55,369 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/1f/87901e31c424cc8d9c4d102e6db8290da4e4a8/content
< 2022-11-19 00:56:55,369 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "ContextRefreshDependenciesInDeploymentTest.war" (runtime-name: "ContextRefreshDependenciesInDeploymentTest.war")
< 2022-11-19 00:56:55,373 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0272: Suspending server
< 2022-11-19 00:56:55,374 INFO [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'
< 2022-11-19 00:56:55,378 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0008: Undertow HTTP listener default suspending
< 2022-11-19 00:56:55,378 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0019: Host default-host stopping
< 2022-11-19 00:56:55,379 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:8080
< 2022-11-19 00:56:55,379 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0004: Undertow 2.3.0.Final stopping
< 2022-11-19 00:56:55,388 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: WildFly EE 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) stopped in 11ms
< 2022-11-19 00:57:33,404 INFO [org.jboss.modules] (main) JBoss Modules version 2.1.0.Final
< 2022-11-19 00:57:33,674 INFO [org.jboss.msc] (main) JBoss MSC version 1.5.0.Beta3
< 2022-11-19 00:57:33,679 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
< 2022-11-19 00:57:33,746 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly EE 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) starting
< 2022-11-19 00:57:33,747 DEBUG [org.jboss.as.config] (MSC service thread 1-2) Configured system properties:
---
> 2022-11-19 01:02:13,867 DEBUG [org.jboss.as.config] (MSC service thread 1-2) VM Arguments: -D[Standalone] -Xms64m -Xmx512m -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Djboss.modules.system.pkgs=org.jboss.byteman -ea -Djboss.home.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT --add-exports=java.desktop/sun.awt=ALL-UNNAMED --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.management/javax.management=ALL-UNNAMED --add-opens=java.naming/javax.naming=ALL-UNNAMED --add-modules=java.se -Djava.security.manager=allow -Djboss.home.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT -Djboss.server.base.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone -Djboss.server.log.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log -Djboss.server.config.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration -Dorg.jboss.boot.log.file=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log/server.log -Dlogging.configuration=file:/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/logging.properties
> 2022-11-19 01:02:14,317 INFO [org.wildfly.security] (ServerService Thread Pool -- 22) ELY00001: WildFly Elytron version 2.0.0.Final
> 2022-11-19 01:02:14,531 INFO [org.jboss.as.controller] (Controller Boot Thread) OPVDX002:无法整齐打印验证错误:Cannot invoke "javax.xml.stream.Location.getLineNumber()" because "loc" is null
> 2022-11-19 01:02:14,532 ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0055: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0085: Failed to parse configuration
> at org.jboss.as.controller@20.0.0.Beta2//org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:137)
> at org.jboss.as.server@20.0.0.Beta2//org.jboss.as.server.ServerService.boot(ServerService.java:400)
> at org.jboss.as.controller@20.0.0.Beta2//org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:473)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> Caused by: javax.xml.stream.XMLStreamException: WFLYCTL0083: Failed to load module org.wildfly.extension.microprofile.config-smallrye
> at org.jboss.as.controller@20.0.0.Beta2//org.jboss.as.controller.parsing.DeferredExtensionContext.load(DeferredExtensionContext.java:95)
> at org.jboss.as.server@20.0.0.Beta2//org.jboss.as.server.parsing.StandaloneXml_18.readServerElement(StandaloneXml_18.java:235)
> at org.jboss.as.server@20.0.0.Beta2//org.jboss.as.server.parsing.StandaloneXml_18.readElement(StandaloneXml_18.java:139)
> at org.jboss.as.server@20.0.0.Beta2//org.jboss.as.server.parsing.StandaloneXml.readElement(StandaloneXml.java:132)
> at org.jboss.as.server@20.0.0.Beta2//org.jboss.as.server.parsing.StandaloneXml.readElement(StandaloneXml.java:52)
> at org.jboss.staxmapper@1.3.0.Final//org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:122)
> at org.jboss.staxmapper@1.3.0.Final//org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:76)
> at org.jboss.as.controller@20.0.0.Beta2//org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:126)
> ... 3 more
> Caused by: java.util.concurrent.ExecutionException: javax.xml.stream.XMLStreamException: WFLYCTL0083: Failed to load module
> at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
> at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
> at org.jboss.as.controller@20.0.0.Beta2//org.jboss.as.controller.parsing.DeferredExtensionContext.load(DeferredExtensionContext.java:90)
> ... 10 more
> Caused by: javax.xml.stream.XMLStreamException: WFLYCTL0083: Failed to load module
> at org.jboss.as.controller@20.0.0.Beta2//org.jboss.as.controller.parsing.DeferredExtensionContext.loadModule(DeferredExtensionContext.java:123)
> at org.jboss.as.controller@20.0.0.Beta2//org.jboss.as.controller.parsing.DeferredExtensionContext$1.call(DeferredExtensionContext.java:74)
> at org.jboss.as.controller@20.0.0.Beta2//org.jboss.as.controller.parsing.DeferredExtensionContext$1.call(DeferredExtensionContext.java:71)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
> Caused by: org.jboss.modules.ModuleNotFoundException: org.wildfly.extension.microprofile.config-smallrye
> at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:301)
> at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:287)
> at org.jboss.as.controller@20.0.0.Beta2//org.jboss.as.controller.parsing.DeferredExtensionContext.loadModule(DeferredExtensionContext.java:106)
> ... 9 more
>
> 2022-11-19 01:02:14,533 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details. - Server configuration file in use: standalone.xml
> 2022-11-19 01:02:14,539 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: WildFly EE 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) stopped in 2ms
> 2022-11-19 01:03:13,552 INFO [org.jboss.modules] (main) JBoss Modules version 2.1.0.Final
> 2022-11-19 01:03:13,837 INFO [org.jboss.msc] (main) JBoss MSC version 1.5.0.Beta3
> 2022-11-19 01:03:13,843 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
> 2022-11-19 01:03:13,921 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly EE 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) starting
> 2022-11-19 01:03:13,926 DEBUG [org.jboss.as.config] (MSC service thread 1-2) Configured system properties:
941c668
< java.class.path = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/jboss-modules.jar
---
> java.class.path = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/jboss-modules.jar
968c695
< jboss.home.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT
---
> jboss.home.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT
970c697
< jboss.modules.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/modules
---
> jboss.modules.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/modules
974,978c701,705
< jboss.server.base.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone
< jboss.server.config.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration
< jboss.server.data.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data
< jboss.server.deploy.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content
< jboss.server.log.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log
---
> jboss.server.base.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone
> jboss.server.config.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration
> jboss.server.data.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data
> jboss.server.deploy.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content
> jboss.server.log.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log
981c708
< jboss.server.temp.dir = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/tmp
---
> jboss.server.temp.dir = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/tmp
985,986c712,713
< logging.configuration = file:/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/logging.properties
< module.path = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/modules
---
> logging.configuration = file:/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/logging.properties
> module.path = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/modules
988c715
< org.jboss.boot.log.file = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log/server.log
---
> org.jboss.boot.log.file = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log/server.log
1000c727
< sun.java.command = /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/jboss-modules.jar -mp /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/modules org.jboss.as.standalone -c=standalone.xml
---
> sun.java.command = /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/jboss-modules.jar -mp /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/modules org.jboss.as.standalone -c=standalone.xml
1011,1763c738,784
< 2022-11-19 00:57:33,748 DEBUG [org.jboss.as.config] (MSC service thread 1-2) VM Arguments: -D[Standalone] -Xms64m -Xmx512m -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Djboss.modules.system.pkgs=org.jboss.byteman -ea -Djboss.home.dir=/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT --add-exports=java.desktop/sun.awt=ALL-UNNAMED --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.management/javax.management=ALL-UNNAMED --add-opens=java.naming/javax.naming=ALL-UNNAMED --add-modules=java.se -Djava.security.manager=allow -Djboss.home.dir=/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT -Djboss.server.base.dir=/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone -Djboss.server.log.dir=/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log -Djboss.server.config.dir=/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration -Dorg.jboss.boot.log.file=/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log/server.log -Dlogging.configuration=file:/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/logging.properties
< 2022-11-19 00:57:34,100 INFO [org.wildfly.security] (ServerService Thread Pool -- 15) ELY00001: WildFly Elytron version 2.0.0.Final
< 2022-11-19 00:57:34,385 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
< 2022-11-19 00:57:34,393 INFO [org.xnio] (MSC service thread 1-4) XNIO version 3.8.8.Final
< 2022-11-19 00:57:34,397 INFO [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.8.8.Final
< 2022-11-19 00:57:34,411 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 28) WFLYCLINF0001: Activating Infinispan subsystem.
< 2022-11-19 00:57:34,413 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 37) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
< 2022-11-19 00:57:34,413 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 30) WFLYRS0016: RESTEasy version 6.2.1.Final
< 2022-11-19 00:57:34,413 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 29) WFLYIO001: Worker 'default' has auto-configured to 24 IO threads with 192 max task threads based on your 12 available processors
< 2022-11-19 00:57:34,415 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 34) WFLYNAM0001: Activating Naming Subsystem
< 2022-11-19 00:57:34,428 INFO [org.jboss.as.connector] (MSC service thread 1-3) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 1.5.9.Final)
< 2022-11-19 00:57:34,445 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0003: Undertow 2.3.0.Final starting
< 2022-11-19 00:57:34,450 INFO [org.jboss.as.naming] (MSC service thread 1-8) WFLYNAM0003: Starting Naming Service
< 2022-11-19 00:57:34,452 INFO [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 5.0.26.Final
< 2022-11-19 00:57:34,459 WARN [org.wildfly.clustering.web.undertow] (ServerService Thread Pool -- 38) WFLYCLWEBUT0007: No routing provider found for default-server; using legacy provider based on static configuration
< 2022-11-19 00:57:34,477 WARN [org.wildfly.extension.elytron] (MSC service thread 1-8) WFLYELY00023: KeyStore file '/Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/application.keystore' does not exist. Used blank.
< 2022-11-19 00:57:34,487 WARN [org.wildfly.extension.elytron] (MSC service thread 1-7) WFLYELY01084: KeyStore /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self-signed certificate for host localhost
< 2022-11-19 00:57:34,502 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0012: Started server default-server.
< 2022-11-19 00:57:34,503 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) Queuing requests.
< 2022-11-19 00:57:34,504 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0018: Host default-host starting
< 2022-11-19 00:57:34,547 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080
< 2022-11-19 00:57:34,557 INFO [org.jboss.as.patching] (MSC service thread 1-6) WFLYPAT0050: WildFly EE cumulative patch ID is: base, one-off patches include: none
< 2022-11-19 00:57:34,560 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) WFLYDS0013: Started FileSystemDeploymentService for directory /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/deployments
< 2022-11-19 00:57:34,639 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
< 2022-11-19 00:57:34,641 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly EE 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) started in 1534ms - Started 181 of 281 services (140 services are lazy, passive or on-demand) - Server configuration file in use: standalone.xml
< 2022-11-19 00:57:34,642 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
< 2022-11-19 00:57:34,642 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
< 2022-11-19 00:57:36,495 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/c8/799de6cfa856ae96e9bac73572709dd574ae3b/content
< 2022-11-19 00:57:36,537 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "TypeMappingDependenciesInDeploymentTest.war" (runtime-name: "TypeMappingDependenciesInDeploymentTest.war")
< 2022-11-19 00:57:38,027 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:38,030 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:38,031 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:38,032 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:38,036 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:38,096 WARN [org.jboss.as.jaxrs] (MSC service thread 1-4) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:57:38,097 WARN [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0013: Deployment TypeMappingDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:57:38,178 INFO [io.undertow.servlet] (ServerService Thread Pool -- 11) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:57:38,579 INFO [io.undertow.servlet] (ServerService Thread Pool -- 11) Initializing Spring root WebApplicationContext
< 2022-11-19 00:57:38,580 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 11) Root WebApplicationContext: initialization started
< 2022-11-19 00:57:38,741 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 11) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.ServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
< 2022-11-19 00:57:38,742 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 11) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.JaxrsServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
< 2022-11-19 00:57:38,769 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 11) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 00:57:38,817 INFO [org.hibernate.validator.internal.util.Version] (ServerService Thread Pool -- 11) HV000001: Hibernate Validator 8.0.0.Final
< 2022-11-19 00:57:38,846 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 11) Root WebApplicationContext initialized in 265 ms
< 2022-11-19 00:57:38,861 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 11) WFLYUT0021: Registered web context: '/TypeMappingDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:57:38,883 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "TypeMappingDependenciesInDeploymentTest.war" (runtime-name : "TypeMappingDependenciesInDeploymentTest.war")
< 2022-11-19 00:57:39,694 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 11) WFLYUT0022: Unregistered web context: '/TypeMappingDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:57:39,695 INFO [io.undertow.servlet] (ServerService Thread Pool -- 11) Closing Spring root WebApplicationContext
< 2022-11-19 00:57:39,720 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment TypeMappingDependenciesInDeploymentTest.war (runtime-name: TypeMappingDependenciesInDeploymentTest.war) in 29ms
< 2022-11-19 00:57:39,740 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/c8/799de6cfa856ae96e9bac73572709dd574ae3b/content
< 2022-11-19 00:57:39,740 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "TypeMappingDependenciesInDeploymentTest.war" (runtime-name: "TypeMappingDependenciesInDeploymentTest.war")
< 2022-11-19 00:57:41,628 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/45/91437bc24b449fd1d068c1f07601246feb01ca/content
< 2022-11-19 00:57:41,629 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "deploymentWithSpringMvcDispatcherSpringIncluded.war" (runtime-name: "deploymentWithSpringMvcDispatcherSpringIncluded.war")
< 2022-11-19 00:57:42,359 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:42,362 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:42,363 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:42,364 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:42,366 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:42,375 WARN [org.jboss.as.jaxrs] (MSC service thread 1-6) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:57:42,376 WARN [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0013: Deployment deploymentWithSpringMvcDispatcherSpringIncluded.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:57:42,389 INFO [io.undertow.servlet] (ServerService Thread Pool -- 40) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:57:42,395 INFO [io.undertow.servlet] (ServerService Thread Pool -- 40) Initializing Spring root WebApplicationContext
< 2022-11-19 00:57:42,395 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 40) Root WebApplicationContext: initialization started
< 2022-11-19 00:57:42,470 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 40) Root WebApplicationContext initialized in 75 ms
< 2022-11-19 00:57:42,472 INFO [io.undertow.servlet] (ServerService Thread Pool -- 40) Initializing Spring DispatcherServlet 'mvc-dispatcher'
< 2022-11-19 00:57:42,472 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 40) Initializing Servlet 'mvc-dispatcher'
< 2022-11-19 00:57:42,549 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 40) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 00:57:42,570 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 40) Completed initialization in 97 ms
< 2022-11-19 00:57:42,570 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 40) WFLYUT0021: Registered web context: '/deploymentWithSpringMvcDispatcherSpringIncluded' for server 'default-server'
< 2022-11-19 00:57:42,579 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "deploymentWithSpringMvcDispatcherSpringIncluded.war" (runtime-name : "deploymentWithSpringMvcDispatcherSpringIncluded.war")
< 2022-11-19 00:57:43,151 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/25/76d3d66615a71217087beb996c91d794a7f5f7/content
< 2022-11-19 00:57:43,153 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0027: Starting deployment of "deploymentWithSpringContextLoaderListenerSpringIncluded.war" (runtime-name: "deploymentWithSpringContextLoaderListenerSpringIncluded.war")
< 2022-11-19 00:57:43,821 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:43,824 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:43,825 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:43,826 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:43,829 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:43,838 WARN [org.jboss.as.jaxrs] (MSC service thread 1-7) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:57:43,838 WARN [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0013: Deployment deploymentWithSpringContextLoaderListenerSpringIncluded.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:57:43,851 INFO [io.undertow.servlet] (ServerService Thread Pool -- 5) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:57:43,866 INFO [io.undertow.servlet] (ServerService Thread Pool -- 5) Initializing Spring root WebApplicationContext
< 2022-11-19 00:57:43,866 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 5) Root WebApplicationContext: initialization started
< 2022-11-19 00:57:43,959 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 5) Root WebApplicationContext initialized in 93 ms
< 2022-11-19 00:57:43,960 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 5) WFLYUT0021: Registered web context: '/deploymentWithSpringContextLoaderListenerSpringIncluded' for server 'default-server'
< 2022-11-19 00:57:43,968 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "deploymentWithSpringContextLoaderListenerSpringIncluded.war" (runtime-name : "deploymentWithSpringContextLoaderListenerSpringIncluded.war")
< 2022-11-19 00:57:44,530 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/c8/8064fd3a1da53da587fa715705b67196ab46a9/content
< 2022-11-19 00:57:44,532 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war" (runtime-name: "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war")
< 2022-11-19 00:57:45,217 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:45,218 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:45,219 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:45,219 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:45,221 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:45,228 WARN [org.jboss.as.jaxrs] (MSC service thread 1-3) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:57:45,228 WARN [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0013: Deployment deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:57:45,237 INFO [io.undertow.servlet] (ServerService Thread Pool -- 17) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:57:45,238 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 17) WFLYUT0021: Registered web context: '/deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded' for server 'default-server'
< 2022-11-19 00:57:45,244 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war" (runtime-name : "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war")
< 2022-11-19 00:57:45,291 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class org.jboss.resteasy.utils.TestApplication
< 2022-11-19 00:57:45,294 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002200: Adding class resource org.jboss.resteasy.test.spring.deployment.resource.TestResource from Application class org.jboss.resteasy.utils.TestApplication
< 2022-11-19 00:57:45,346 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 17) WFLYUT0022: Unregistered web context: '/deploymentWithSpringMvcDispatcherSpringIncluded' from server 'default-server'
< 2022-11-19 00:57:45,347 INFO [io.undertow.servlet] (ServerService Thread Pool -- 17) Destroying Spring FrameworkServlet 'mvc-dispatcher'
< 2022-11-19 00:57:45,348 INFO [io.undertow.servlet] (ServerService Thread Pool -- 17) Closing Spring root WebApplicationContext
< 2022-11-19 00:57:45,363 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0028: Stopped deployment deploymentWithSpringMvcDispatcherSpringIncluded.war (runtime-name: deploymentWithSpringMvcDispatcherSpringIncluded.war) in 17ms
< 2022-11-19 00:57:45,372 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/45/91437bc24b449fd1d068c1f07601246feb01ca/content
< 2022-11-19 00:57:45,372 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "deploymentWithSpringMvcDispatcherSpringIncluded.war" (runtime-name: "deploymentWithSpringMvcDispatcherSpringIncluded.war")
< 2022-11-19 00:57:45,375 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 17) WFLYUT0022: Unregistered web context: '/deploymentWithSpringContextLoaderListenerSpringIncluded' from server 'default-server'
< 2022-11-19 00:57:45,375 INFO [io.undertow.servlet] (ServerService Thread Pool -- 17) Closing Spring root WebApplicationContext
< 2022-11-19 00:57:45,391 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment deploymentWithSpringContextLoaderListenerSpringIncluded.war (runtime-name: deploymentWithSpringContextLoaderListenerSpringIncluded.war) in 17ms
< 2022-11-19 00:57:45,399 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/25/76d3d66615a71217087beb996c91d794a7f5f7/content
< 2022-11-19 00:57:45,399 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "deploymentWithSpringContextLoaderListenerSpringIncluded.war" (runtime-name: "deploymentWithSpringContextLoaderListenerSpringIncluded.war")
< 2022-11-19 00:57:45,402 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 9) WFLYUT0022: Unregistered web context: '/deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded' from server 'default-server'
< 2022-11-19 00:57:45,421 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war (runtime-name: deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war) in 19ms
< 2022-11-19 00:57:45,429 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/c8/8064fd3a1da53da587fa715705b67196ab46a9/content
< 2022-11-19 00:57:45,429 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war" (runtime-name: "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war")
< 2022-11-19 00:57:46,055 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/13/dd7c56fdfd25a21975cda9a0bca89cfad39d67/content
< 2022-11-19 00:57:46,060 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "SpringWebappContextDependenciesInDeploymentTest.war" (runtime-name: "SpringWebappContextDependenciesInDeploymentTest.war")
< 2022-11-19 00:57:46,687 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:46,688 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:46,689 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:46,689 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:46,691 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:46,697 WARN [org.jboss.as.jaxrs] (MSC service thread 1-7) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:57:46,697 WARN [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0013: Deployment SpringWebappContextDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:57:46,707 INFO [io.undertow.servlet] (ServerService Thread Pool -- 17) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:57:46,722 INFO [io.undertow.servlet] (ServerService Thread Pool -- 17) Initializing Spring root WebApplicationContext
< 2022-11-19 00:57:46,722 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 17) Root WebApplicationContext: initialization started
< 2022-11-19 00:57:46,804 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 17) Root WebApplicationContext initialized in 82 ms
< 2022-11-19 00:57:46,805 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 17) WFLYUT0021: Registered web context: '/SpringWebappContextDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:57:46,811 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "SpringWebappContextDependenciesInDeploymentTest.war" (runtime-name : "SpringWebappContextDependenciesInDeploymentTest.war")
< 2022-11-19 00:57:47,390 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@56463b2b
< 2022-11-19 00:57:47,391 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri?param=0
< 2022-11-19 00:57:48,158 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@622f679b
< 2022-11-19 00:57:48,158 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri?param=1
< 2022-11-19 00:57:48,272 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:57:48,273 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:57:48,273 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:57:48,483 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@387a7234
< 2022-11-19 00:57:48,484 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:57:48,640 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@4cd7ed77
< 2022-11-19 00:57:48,640 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:57:48,851 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:57:48,852 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:57:48,852 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:57:48,886 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:57:48,886 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:57:48,886 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:57:49,085 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@1bf9e06
< 2022-11-19 00:57:49,085 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:57:49,443 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:57:49,444 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:57:49,444 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:57:49,852 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@5dbb02e1
< 2022-11-19 00:57:49,852 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:57:50,150 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:57:50,151 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:57:50,151 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:57:50,636 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@dae5e8e
< 2022-11-19 00:57:50,636 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:57:50,776 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:57:50,776 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:57:50,777 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:57:51,207 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@1fe026ec
< 2022-11-19 00:57:51,207 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:57:51,233 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:57:51,233 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:57:51,233 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:57:51,555 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:57:51,556 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:57:51,556 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:57:51,800 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:57:51,800 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:57:51,800 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:57:51,995 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@6bb52e2e
< 2022-11-19 00:57:51,996 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:57:52,021 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:57:52,021 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:57:52,022 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:57:52,244 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@6e7bb397
< 2022-11-19 00:57:52,244 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:57:52,893 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:57:52,893 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 00:57:52,893 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 00:57:53,002 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@d64e9c5
< 2022-11-19 00:57:53,002 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:57:53,290 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@2e713241
< 2022-11-19 00:57:53,290 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:57:53,412 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@76e7de03
< 2022-11-19 00:57:53,413 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 00:57:53,417 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 17) WFLYUT0022: Unregistered web context: '/SpringWebappContextDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:57:53,417 INFO [io.undertow.servlet] (ServerService Thread Pool -- 17) Closing Spring root WebApplicationContext
< 2022-11-19 00:57:53,431 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment SpringWebappContextDependenciesInDeploymentTest.war (runtime-name: SpringWebappContextDependenciesInDeploymentTest.war) in 15ms
< 2022-11-19 00:57:53,438 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/13/dd7c56fdfd25a21975cda9a0bca89cfad39d67/content
< 2022-11-19 00:57:53,438 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "SpringWebappContextDependenciesInDeploymentTest.war" (runtime-name: "SpringWebappContextDependenciesInDeploymentTest.war")
< 2022-11-19 00:57:54,065 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/e5/d3c064d7e8470371a94f1988a4a7c429ad6611/content
< 2022-11-19 00:57:54,066 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "JaxrsWithSpringMVCTest.war" (runtime-name: "JaxrsWithSpringMVCTest.war")
< 2022-11-19 00:57:54,743 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:54,744 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:54,745 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:54,745 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:54,747 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:54,751 WARN [org.jboss.as.jaxrs] (MSC service thread 1-6) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:57:54,752 WARN [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0013: Deployment JaxrsWithSpringMVCTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:57:54,760 INFO [io.undertow.servlet] (ServerService Thread Pool -- 11) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:57:54,764 INFO [io.undertow.servlet] (ServerService Thread Pool -- 11) Initializing Spring DispatcherServlet 'spring'
< 2022-11-19 00:57:54,764 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 11) Initializing Servlet 'spring'
< 2022-11-19 00:57:54,986 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 11) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 00:57:55,165 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 11) Completed initialization in 401 ms
< 2022-11-19 00:57:55,165 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 11) WFLYUT0021: Registered web context: '/JaxrsWithSpringMVCTest' for server 'default-server'
< 2022-11-19 00:57:55,171 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "JaxrsWithSpringMVCTest.war" (runtime-name : "JaxrsWithSpringMVCTest.war")
< 2022-11-19 00:57:55,178 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (management-handler-thread - 1) RESTEASY002150: resteasy.scan.resources is no longer supported. Use a servlet 3.0 container and the ResteasyServletInitializer
< 2022-11-19 00:57:55,184 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (management-handler-thread - 1) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class org.jboss.resteasy.test.spring.deployment.resource.JaxrsApplication
< 2022-11-19 00:57:55,243 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 11) WFLYUT0022: Unregistered web context: '/JaxrsWithSpringMVCTest' from server 'default-server'
< 2022-11-19 00:57:55,243 INFO [io.undertow.servlet] (ServerService Thread Pool -- 11) Destroying Spring FrameworkServlet 'spring'
< 2022-11-19 00:57:55,262 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment JaxrsWithSpringMVCTest.war (runtime-name: JaxrsWithSpringMVCTest.war) in 19ms
< 2022-11-19 00:57:55,271 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/e5/d3c064d7e8470371a94f1988a4a7c429ad6611/content
< 2022-11-19 00:57:55,271 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "JaxrsWithSpringMVCTest.war" (runtime-name: "JaxrsWithSpringMVCTest.war")
< 2022-11-19 00:57:55,904 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/89/c8b1dd0eef9ceb31e26bde97249e56ab7a5cc1/content
< 2022-11-19 00:57:55,906 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "JavaConfigDependenciesInDeploymentTest.war" (runtime-name: "JavaConfigDependenciesInDeploymentTest.war")
< 2022-11-19 00:57:56,624 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:56,626 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:56,627 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:56,627 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:56,629 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:56,638 WARN [org.jboss.as.jaxrs] (MSC service thread 1-2) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:57:56,638 WARN [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0013: Deployment JavaConfigDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:57:56,652 INFO [io.undertow.servlet] (ServerService Thread Pool -- 11) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:57:56,670 INFO [io.undertow.servlet] (ServerService Thread Pool -- 11) Initializing Spring root WebApplicationContext
< 2022-11-19 00:57:56,670 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 11) Root WebApplicationContext: initialization started
< 2022-11-19 00:57:56,865 INFO [org.jboss.resteasy.test.spring.deployment.resource.JavaConfigResource] (ServerService Thread Pool -- 11) *** resource created:org.jboss.resteasy.test.spring.deployment.resource.JavaConfigResource@24493be4
< 2022-11-19 00:57:56,878 INFO [org.jboss.resteasy.test.spring.deployment.resource.JavaConfigResource] (ServerService Thread Pool -- 11) *** service injected=org.jboss.resteasy.test.spring.deployment.resource.JavaConfigService@5f848e3d
< 2022-11-19 00:57:56,885 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 11) Root WebApplicationContext initialized in 215 ms
< 2022-11-19 00:57:56,886 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 11) WFLYUT0021: Registered web context: '/JavaConfigDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:57:56,892 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "JavaConfigDependenciesInDeploymentTest.war" (runtime-name : "JavaConfigDependenciesInDeploymentTest.war")
< 2022-11-19 00:57:56,915 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 11) WFLYUT0022: Unregistered web context: '/JavaConfigDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:57:56,915 INFO [io.undertow.servlet] (ServerService Thread Pool -- 11) Closing Spring root WebApplicationContext
< 2022-11-19 00:57:56,932 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment JavaConfigDependenciesInDeploymentTest.war (runtime-name: JavaConfigDependenciesInDeploymentTest.war) in 17ms
< 2022-11-19 00:57:56,941 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/89/c8b1dd0eef9ceb31e26bde97249e56ab7a5cc1/content
< 2022-11-19 00:57:56,941 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "JavaConfigDependenciesInDeploymentTest.war" (runtime-name: "JavaConfigDependenciesInDeploymentTest.war")
< 2022-11-19 00:57:57,657 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/f0/10a3c678db53f402c84340b358741c62bc991f/content
< 2022-11-19 00:57:57,659 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of "ContactsDependenciesInDeploymentTest.war" (runtime-name: "ContactsDependenciesInDeploymentTest.war")
< 2022-11-19 00:57:58,404 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:58,405 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:58,406 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:58,407 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:58,409 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:57:58,416 WARN [org.jboss.as.jaxrs] (MSC service thread 1-2) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:57:58,417 WARN [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0013: Deployment ContactsDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:57:58,427 INFO [io.undertow.servlet] (ServerService Thread Pool -- 37) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:57:58,427 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 37) WFLYUT0021: Registered web context: '/ContactsDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:57:58,434 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "ContactsDependenciesInDeploymentTest.war" (runtime-name : "ContactsDependenciesInDeploymentTest.war")
< 2022-11-19 00:57:58,611 INFO [io.undertow.servlet] (default task-2) Initializing Spring DispatcherServlet 'springmvc'
< 2022-11-19 00:57:58,611 INFO [org.springframework.web.servlet.DispatcherServlet] (default task-2) Initializing Servlet 'springmvc'
< 2022-11-19 00:57:58,845 INFO [org.jboss.resteasy.plugins.spring.i18n] (default task-2) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 00:57:58,887 INFO [org.springframework.web.servlet.DispatcherServlet] (default task-2) Completed initialization in 276 ms
< 2022-11-19 00:57:59,050 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 37) WFLYUT0022: Unregistered web context: '/ContactsDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:57:59,050 INFO [io.undertow.servlet] (ServerService Thread Pool -- 37) Destroying Spring FrameworkServlet 'springmvc'
< 2022-11-19 00:57:59,075 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment ContactsDependenciesInDeploymentTest.war (runtime-name: ContactsDependenciesInDeploymentTest.war) in 25ms
< 2022-11-19 00:57:59,087 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/f0/10a3c678db53f402c84340b358741c62bc991f/content
< 2022-11-19 00:57:59,087 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "ContactsDependenciesInDeploymentTest.war" (runtime-name: "ContactsDependenciesInDeploymentTest.war")
< 2022-11-19 00:57:59,867 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/91/badf23a350afa2443296e98a5194ca12d52843/content
< 2022-11-19 00:57:59,869 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of "SpringLocatingResourceDependenciesInDeploymentTest.war" (runtime-name: "SpringLocatingResourceDependenciesInDeploymentTest.war")
< 2022-11-19 00:58:00,729 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:58:00,730 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:58:00,731 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:58:00,732 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:58:00,733 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:58:00,739 WARN [org.jboss.as.jaxrs] (MSC service thread 1-2) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:58:00,740 WARN [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0013: Deployment SpringLocatingResourceDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:58:00,751 INFO [io.undertow.servlet] (ServerService Thread Pool -- 20) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:58:00,771 INFO [io.undertow.servlet] (ServerService Thread Pool -- 20) Initializing Spring root WebApplicationContext
< 2022-11-19 00:58:00,771 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 20) Root WebApplicationContext: initialization started
< 2022-11-19 00:58:00,892 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 20) Root WebApplicationContext initialized in 121 ms
< 2022-11-19 00:58:00,893 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 20) WFLYUT0021: Registered web context: '/SpringLocatingResourceDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:58:00,905 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "SpringLocatingResourceDependenciesInDeploymentTest.war" (runtime-name : "SpringLocatingResourceDependenciesInDeploymentTest.war")
< 2022-11-19 00:58:00,929 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingLocatingResource] (default task-2) LOCATING...
< 2022-11-19 00:58:00,940 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingSimpleResource] (default task-2) getBasic()
< 2022-11-19 00:58:00,945 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingLocatingResource] (default task-2) LOCATING...
< 2022-11-19 00:58:00,947 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingSimpleResource] (default task-2) basic
< 2022-11-19 00:58:00,950 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingLocatingResource] (default task-2) LOCATING...
< 2022-11-19 00:58:00,954 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingLocatingResource] (default task-2) LOCATING...
< 2022-11-19 00:58:00,964 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingSimpleResource] (default task-2) getBasic()
< 2022-11-19 00:58:00,969 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingSimpleResource] (default task-2) basic
< 2022-11-19 00:58:00,982 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 20) WFLYUT0022: Unregistered web context: '/SpringLocatingResourceDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:58:00,982 INFO [io.undertow.servlet] (ServerService Thread Pool -- 20) Closing Spring root WebApplicationContext
< 2022-11-19 00:58:01,018 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment SpringLocatingResourceDependenciesInDeploymentTest.war (runtime-name: SpringLocatingResourceDependenciesInDeploymentTest.war) in 36ms
< 2022-11-19 00:58:01,035 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/91/badf23a350afa2443296e98a5194ca12d52843/content
< 2022-11-19 00:58:01,035 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "SpringLocatingResourceDependenciesInDeploymentTest.war" (runtime-name: "SpringLocatingResourceDependenciesInDeploymentTest.war")
< 2022-11-19 00:58:01,898 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/80/866cdebaa61e8b330b71fede5d38e0667643ea/content
< 2022-11-19 00:58:01,900 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "RequestScopedBeanDependenciesInDeploymentTest.war" (runtime-name: "RequestScopedBeanDependenciesInDeploymentTest.war")
< 2022-11-19 00:58:02,673 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:58:02,675 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:58:02,676 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:58:02,677 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:58:02,678 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:58:02,685 WARN [org.jboss.as.jaxrs] (MSC service thread 1-4) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:58:02,685 WARN [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0013: Deployment RequestScopedBeanDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:58:02,697 INFO [io.undertow.servlet] (ServerService Thread Pool -- 15) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:58:02,716 INFO [io.undertow.servlet] (ServerService Thread Pool -- 15) Initializing Spring root WebApplicationContext
< 2022-11-19 00:58:02,717 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 15) Root WebApplicationContext: initialization started
< 2022-11-19 00:58:02,842 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.ServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
< 2022-11-19 00:58:02,879 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.JaxrsServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
< 2022-11-19 00:58:02,912 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 15) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 00:58:02,932 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 15) Root WebApplicationContext initialized in 215 ms
< 2022-11-19 00:58:02,932 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 15) WFLYUT0021: Registered web context: '/RequestScopedBeanDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:58:02,939 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "RequestScopedBeanDependenciesInDeploymentTest.war" (runtime-name : "RequestScopedBeanDependenciesInDeploymentTest.war")
< 2022-11-19 00:58:02,970 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 15) WFLYUT0022: Unregistered web context: '/RequestScopedBeanDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:58:02,970 INFO [io.undertow.servlet] (ServerService Thread Pool -- 15) Closing Spring root WebApplicationContext
< 2022-11-19 00:58:02,989 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment RequestScopedBeanDependenciesInDeploymentTest.war (runtime-name: RequestScopedBeanDependenciesInDeploymentTest.war) in 19ms
< 2022-11-19 00:58:02,997 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/80/866cdebaa61e8b330b71fede5d38e0667643ea/content
< 2022-11-19 00:58:02,997 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "RequestScopedBeanDependenciesInDeploymentTest.war" (runtime-name: "RequestScopedBeanDependenciesInDeploymentTest.war")
< 2022-11-19 00:58:03,796 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/8e/a85943b8113667992bc962349cacd037826076/content
< 2022-11-19 00:58:03,800 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "SpringBeanProcessorDependenciesInDeploymentTest.war" (runtime-name: "SpringBeanProcessorDependenciesInDeploymentTest.war")
< 2022-11-19 00:58:05,094 WARN [org.jboss.as.ee] (MSC service thread 1-5) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:58:05,098 WARN [org.jboss.as.ee] (MSC service thread 1-5) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:58:05,098 WARN [org.jboss.as.ee] (MSC service thread 1-5) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:58:05,100 WARN [org.jboss.as.ee] (MSC service thread 1-5) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:58:05,106 WARN [org.jboss.as.ee] (MSC service thread 1-5) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:58:05,132 WARN [org.jboss.as.jaxrs] (MSC service thread 1-5) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:58:05,133 WARN [org.jboss.weld.deployer] (MSC service thread 1-5) WFLYWELD0013: Deployment SpringBeanProcessorDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:58:05,149 INFO [io.undertow.servlet] (ServerService Thread Pool -- 24) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:58:05,172 INFO [io.undertow.servlet] (ServerService Thread Pool -- 24) Initializing Spring root WebApplicationContext
< 2022-11-19 00:58:05,172 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 24) Root WebApplicationContext: initialization started
< 2022-11-19 00:58:05,573 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 24) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getContext()
< 2022-11-19 00:58:05,575 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 24) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getBeanName()
< 2022-11-19 00:58:05,577 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 24) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getContext()
< 2022-11-19 00:58:05,577 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 24) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getBeanName()
< 2022-11-19 00:58:05,632 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 24) Root WebApplicationContext initialized in 460 ms
< 2022-11-19 00:58:05,633 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 24) WFLYUT0021: Registered web context: '/SpringBeanProcessorDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:58:05,644 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "SpringBeanProcessorDependenciesInDeploymentTest.war" (runtime-name : "SpringBeanProcessorDependenciesInDeploymentTest.war")
< 2022-11-19 00:58:05,666 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringBeanProcessorMyPrototypedResource] (default task-2) here
< 2022-11-19 00:58:05,678 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringBeanProcessorMyPrototypedResource] (default task-2) here
< 2022-11-19 00:58:05,781 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 24) WFLYUT0022: Unregistered web context: '/SpringBeanProcessorDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:58:05,781 INFO [io.undertow.servlet] (ServerService Thread Pool -- 24) Closing Spring root WebApplicationContext
< 2022-11-19 00:58:05,826 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment SpringBeanProcessorDependenciesInDeploymentTest.war (runtime-name: SpringBeanProcessorDependenciesInDeploymentTest.war) in 53ms
< 2022-11-19 00:58:05,836 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/8e/a85943b8113667992bc962349cacd037826076/content
< 2022-11-19 00:58:05,836 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "SpringBeanProcessorDependenciesInDeploymentTest.war" (runtime-name: "SpringBeanProcessorDependenciesInDeploymentTest.war")
< 2022-11-19 00:58:06,817 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/b1/ddca23d87c4524bf1eaa7764822c94573f7058/content
< 2022-11-19 00:58:06,819 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0027: Starting deployment of "ContextRefreshDependenciesInDeploymentTest.war" (runtime-name: "ContextRefreshDependenciesInDeploymentTest.war")
< 2022-11-19 00:58:07,751 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:58:07,752 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:58:07,753 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:58:07,754 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:58:07,757 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 00:58:07,767 WARN [org.jboss.as.jaxrs] (MSC service thread 1-6) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 00:58:07,780 WARN [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0013: Deployment ContextRefreshDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 00:58:07,797 INFO [io.undertow.servlet] (ServerService Thread Pool -- 16) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 00:58:07,820 INFO [io.undertow.servlet] (ServerService Thread Pool -- 16) Initializing Spring root WebApplicationContext
< 2022-11-19 00:58:07,820 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 16) Root WebApplicationContext: initialization started
< 2022-11-19 00:58:07,923 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 16) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@f951ec9
< 2022-11-19 00:58:07,937 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 16) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@f951ec9.setApplicationContext(): Root WebApplicationContext, started on Sat Nov 19 00:58:07 CST 2022
< 2022-11-19 00:58:07,937 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 16) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@f951ec9.afterPropertiesSet()
< 2022-11-19 00:58:07,947 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 16) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@53876a87
< 2022-11-19 00:58:07,947 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 16) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@53876a87.setApplicationContext(): Root WebApplicationContext, started on Sat Nov 19 00:58:07 CST 2022
< 2022-11-19 00:58:07,974 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 16) Root WebApplicationContext initialized in 154 ms
< 2022-11-19 00:58:07,975 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 16) WFLYUT0021: Registered web context: '/ContextRefreshDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 00:58:07,984 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "ContextRefreshDependenciesInDeploymentTest.war" (runtime-name : "ContextRefreshDependenciesInDeploymentTest.war")
< 2022-11-19 00:58:08,144 INFO [org.jboss.arquillian.testenricher.cdi.container.BeanManagerProducer] (default task-1) BeanManager not found.
< 2022-11-19 00:58:08,165 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.apache.jasper.Constants.CODE_SOURCE_ATTRIBUTE_NAME
< 2022-11-19 00:58:08,165 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.apache.jasper.JSP_TAG_LIBRARIES
< 2022-11-19 00:58:08,165 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) resteasy.deployments
< 2022-11-19 00:58:08,165 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.apache.tomcat.InstanceManager
< 2022-11-19 00:58:08,165 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.apache.jasper.JSP_PROPERTY_GROUPS
< 2022-11-19 00:58:08,165 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) io.undertow.websockets.jsr.WebSocketDeploymentInfo
< 2022-11-19 00:58:08,165 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) jakarta.servlet.context.tempdir
< 2022-11-19 00:58:08,166 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) jakarta.websocket.server.ServerContainer
< 2022-11-19 00:58:08,166 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.apache.jasper.Constants.PERMISSION_COLLECTION_ATTRIBUTE_NAME
< 2022-11-19 00:58:08,166 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.springframework.web.context.support.ServletContextScope
< 2022-11-19 00:58:08,166 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.springframework.web.context.WebApplicationContext.ROOT
< 2022-11-19 00:58:08,166 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.jboss.as.web.deployment.JspInitializationListener.wrappers
< 2022-11-19 00:58:08,166 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.jboss.resteasy.spi.ResteasyDeployment
< 2022-11-19 00:58:08,166 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.apache.jasper.SERVLET_VERSION
< 2022-11-19 00:58:08,166 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.apache.jasper.runtime.JspApplicationContextImpl
< 2022-11-19 00:58:08,166 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) Root WebApplicationContext, started on Sat Nov 19 00:58:07 CST 2022
< 2022-11-19 00:58:08,187 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 16) WFLYUT0022: Unregistered web context: '/ContextRefreshDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 00:58:08,188 INFO [io.undertow.servlet] (ServerService Thread Pool -- 16) Closing Spring root WebApplicationContext
< 2022-11-19 00:58:08,209 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment ContextRefreshDependenciesInDeploymentTest.war (runtime-name: ContextRefreshDependenciesInDeploymentTest.war) in 21ms
< 2022-11-19 00:58:08,216 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/resteasy-spring/testsuite/integration-tests-spring/deployment/target/test-server/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/b1/ddca23d87c4524bf1eaa7764822c94573f7058/content
< 2022-11-19 00:58:08,217 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "ContextRefreshDependenciesInDeploymentTest.war" (runtime-name: "ContextRefreshDependenciesInDeploymentTest.war")
< 2022-11-19 00:58:08,221 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0272: Suspending server
< 2022-11-19 00:58:08,223 INFO [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'
< 2022-11-19 00:58:08,228 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0019: Host default-host stopping
< 2022-11-19 00:58:08,230 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0008: Undertow HTTP listener default suspending
< 2022-11-19 00:58:08,230 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:8080
< 2022-11-19 00:58:08,232 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0004: Undertow 2.3.0.Final stopping
< 2022-11-19 00:58:08,259 INFO [org.jboss.as] (MSC service thread 1-4) WFLYSRV0050: WildFly EE 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) stopped in 33ms
< 2022-11-19 01:03:56,378 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-6) WFLYDS0013: Started FileSystemDeploymentService for directory /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/deployments
< 2022-11-19 01:03:56,454 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
< 2022-11-19 01:03:56,456 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly EE 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) started in 1605ms - Started 181 of 281 services (140 services are lazy, passive or on-demand) - Server configuration file in use: standalone.xml
< 2022-11-19 01:03:56,457 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
< 2022-11-19 01:03:56,458 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
< 2022-11-19 01:03:57,860 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/95/57bae727f65c4e139d832728292a80ee20c8f4/content
< 2022-11-19 01:03:57,879 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of "TypeMappingDependenciesInDeploymentTest.war" (runtime-name: "TypeMappingDependenciesInDeploymentTest.war")
< 2022-11-19 01:03:59,297 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:03:59,299 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:03:59,300 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:03:59,302 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:03:59,306 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:03:59,354 WARN [org.jboss.as.jaxrs] (MSC service thread 1-3) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:03:59,355 WARN [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0013: Deployment TypeMappingDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:03:59,431 INFO [io.undertow.servlet] (ServerService Thread Pool -- 10) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:03:59,840 INFO [io.undertow.servlet] (ServerService Thread Pool -- 10) Initializing Spring root WebApplicationContext
< 2022-11-19 01:03:59,841 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 10) Root WebApplicationContext: initialization started
< 2022-11-19 01:04:00,042 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 10) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.ServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
< 2022-11-19 01:04:00,043 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 10) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.JaxrsServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
< 2022-11-19 01:04:00,078 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 10) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 01:04:00,140 INFO [org.hibernate.validator.internal.util.Version] (ServerService Thread Pool -- 10) HV000001: Hibernate Validator 8.0.0.Final
< 2022-11-19 01:04:00,162 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 10) Root WebApplicationContext initialized in 317 ms
< 2022-11-19 01:04:00,179 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 10) WFLYUT0021: Registered web context: '/TypeMappingDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 01:04:00,207 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "TypeMappingDependenciesInDeploymentTest.war" (runtime-name : "TypeMappingDependenciesInDeploymentTest.war")
< 2022-11-19 01:04:00,924 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 10) WFLYUT0022: Unregistered web context: '/TypeMappingDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 01:04:00,925 INFO [io.undertow.servlet] (ServerService Thread Pool -- 10) Closing Spring root WebApplicationContext
< 2022-11-19 01:04:00,944 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment TypeMappingDependenciesInDeploymentTest.war (runtime-name: TypeMappingDependenciesInDeploymentTest.war) in 22ms
< 2022-11-19 01:04:00,958 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/95/57bae727f65c4e139d832728292a80ee20c8f4/content
< 2022-11-19 01:04:00,959 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "TypeMappingDependenciesInDeploymentTest.war" (runtime-name: "TypeMappingDependenciesInDeploymentTest.war")
< 2022-11-19 01:04:02,741 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/98/6ce10fdf87e22c31cf76e65ab095e938d7b5ed/content
< 2022-11-19 01:04:02,743 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war" (runtime-name: "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war")
< 2022-11-19 01:04:03,567 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:03,570 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:03,571 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:03,572 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:03,575 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:03,586 WARN [org.jboss.as.jaxrs] (MSC service thread 1-8) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:04:03,587 WARN [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0013: Deployment deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:04:03,599 INFO [io.undertow.servlet] (ServerService Thread Pool -- 35) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:04:03,600 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 35) WFLYUT0021: Registered web context: '/deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded' for server 'default-server'
< 2022-11-19 01:04:03,609 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war" (runtime-name : "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war")
< 2022-11-19 01:04:04,174 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/22/5f7418aec7696a0701f9c15da7bb9a1f070564/content
< 2022-11-19 01:04:04,176 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "deploymentWithSpringContextLoaderListenerSpringIncluded.war" (runtime-name: "deploymentWithSpringContextLoaderListenerSpringIncluded.war")
< 2022-11-19 01:04:04,826 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:04,828 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:04,829 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:04,830 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:04,832 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:04,842 WARN [org.jboss.as.jaxrs] (MSC service thread 1-3) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:04:04,842 WARN [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0013: Deployment deploymentWithSpringContextLoaderListenerSpringIncluded.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:04:04,854 INFO [io.undertow.servlet] (ServerService Thread Pool -- 37) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:04:04,873 INFO [io.undertow.servlet] (ServerService Thread Pool -- 37) Initializing Spring root WebApplicationContext
< 2022-11-19 01:04:04,873 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 37) Root WebApplicationContext: initialization started
< 2022-11-19 01:04:04,972 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 37) Root WebApplicationContext initialized in 99 ms
< 2022-11-19 01:04:04,972 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 37) WFLYUT0021: Registered web context: '/deploymentWithSpringContextLoaderListenerSpringIncluded' for server 'default-server'
< 2022-11-19 01:04:04,979 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "deploymentWithSpringContextLoaderListenerSpringIncluded.war" (runtime-name : "deploymentWithSpringContextLoaderListenerSpringIncluded.war")
< 2022-11-19 01:04:05,575 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/21/ce753a42a18c7a594240b9f281ebad7c8e5e7e/content
< 2022-11-19 01:04:05,577 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0027: Starting deployment of "deploymentWithSpringMvcDispatcherSpringIncluded.war" (runtime-name: "deploymentWithSpringMvcDispatcherSpringIncluded.war")
< 2022-11-19 01:04:06,248 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:06,250 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:06,252 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:06,254 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:06,256 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:06,264 WARN [org.jboss.as.jaxrs] (MSC service thread 1-6) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:04:06,265 WARN [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0013: Deployment deploymentWithSpringMvcDispatcherSpringIncluded.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:04:06,277 INFO [io.undertow.servlet] (ServerService Thread Pool -- 13) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:04:06,285 INFO [io.undertow.servlet] (ServerService Thread Pool -- 13) Initializing Spring root WebApplicationContext
< 2022-11-19 01:04:06,286 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 13) Root WebApplicationContext: initialization started
< 2022-11-19 01:04:06,368 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 13) Root WebApplicationContext initialized in 81 ms
< 2022-11-19 01:04:06,369 INFO [io.undertow.servlet] (ServerService Thread Pool -- 13) Initializing Spring DispatcherServlet 'mvc-dispatcher'
< 2022-11-19 01:04:06,370 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 13) Initializing Servlet 'mvc-dispatcher'
< 2022-11-19 01:04:06,461 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 13) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 01:04:06,475 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 13) Completed initialization in 105 ms
< 2022-11-19 01:04:06,476 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 13) WFLYUT0021: Registered web context: '/deploymentWithSpringMvcDispatcherSpringIncluded' for server 'default-server'
< 2022-11-19 01:04:06,482 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "deploymentWithSpringMvcDispatcherSpringIncluded.war" (runtime-name : "deploymentWithSpringMvcDispatcherSpringIncluded.war")
< 2022-11-19 01:04:06,554 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class org.jboss.resteasy.utils.TestApplication
< 2022-11-19 01:04:06,559 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002200: Adding class resource org.jboss.resteasy.test.spring.deployment.resource.TestResource from Application class org.jboss.resteasy.utils.TestApplication
< 2022-11-19 01:04:06,611 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 13) WFLYUT0022: Unregistered web context: '/deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded' from server 'default-server'
< 2022-11-19 01:04:06,629 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war (runtime-name: deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war) in 19ms
< 2022-11-19 01:04:06,639 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/98/6ce10fdf87e22c31cf76e65ab095e938d7b5ed/content
< 2022-11-19 01:04:06,640 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war" (runtime-name: "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war")
< 2022-11-19 01:04:06,644 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 13) WFLYUT0022: Unregistered web context: '/deploymentWithSpringContextLoaderListenerSpringIncluded' from server 'default-server'
< 2022-11-19 01:04:06,644 INFO [io.undertow.servlet] (ServerService Thread Pool -- 13) Closing Spring root WebApplicationContext
< 2022-11-19 01:04:06,678 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment deploymentWithSpringContextLoaderListenerSpringIncluded.war (runtime-name: deploymentWithSpringContextLoaderListenerSpringIncluded.war) in 35ms
< 2022-11-19 01:04:06,693 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/22/5f7418aec7696a0701f9c15da7bb9a1f070564/content
< 2022-11-19 01:04:06,693 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "deploymentWithSpringContextLoaderListenerSpringIncluded.war" (runtime-name: "deploymentWithSpringContextLoaderListenerSpringIncluded.war")
< 2022-11-19 01:04:06,700 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 15) WFLYUT0022: Unregistered web context: '/deploymentWithSpringMvcDispatcherSpringIncluded' from server 'default-server'
< 2022-11-19 01:04:06,701 INFO [io.undertow.servlet] (ServerService Thread Pool -- 15) Destroying Spring FrameworkServlet 'mvc-dispatcher'
< 2022-11-19 01:04:06,704 INFO [io.undertow.servlet] (ServerService Thread Pool -- 15) Closing Spring root WebApplicationContext
< 2022-11-19 01:04:06,725 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment deploymentWithSpringMvcDispatcherSpringIncluded.war (runtime-name: deploymentWithSpringMvcDispatcherSpringIncluded.war) in 26ms
< 2022-11-19 01:04:06,733 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/21/ce753a42a18c7a594240b9f281ebad7c8e5e7e/content
< 2022-11-19 01:04:06,733 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "deploymentWithSpringMvcDispatcherSpringIncluded.war" (runtime-name: "deploymentWithSpringMvcDispatcherSpringIncluded.war")
< 2022-11-19 01:04:07,390 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/a6/883872736a37b44885b2c508bcecb35b90eac3/content
< 2022-11-19 01:04:07,392 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "SpringWebappContextDependenciesInDeploymentTest.war" (runtime-name: "SpringWebappContextDependenciesInDeploymentTest.war")
< 2022-11-19 01:04:08,007 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:08,009 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:08,014 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:08,015 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:08,016 WARN [org.jboss.as.ee] (MSC service thread 1-8) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:08,027 WARN [org.jboss.as.jaxrs] (MSC service thread 1-8) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:04:08,028 WARN [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0013: Deployment SpringWebappContextDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:04:08,041 INFO [io.undertow.servlet] (ServerService Thread Pool -- 6) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:04:08,061 INFO [io.undertow.servlet] (ServerService Thread Pool -- 6) Initializing Spring root WebApplicationContext
< 2022-11-19 01:04:08,061 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 6) Root WebApplicationContext: initialization started
< 2022-11-19 01:04:08,263 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 6) Root WebApplicationContext initialized in 202 ms
< 2022-11-19 01:04:08,264 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 6) WFLYUT0021: Registered web context: '/SpringWebappContextDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 01:04:08,276 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "SpringWebappContextDependenciesInDeploymentTest.war" (runtime-name : "SpringWebappContextDependenciesInDeploymentTest.war")
< 2022-11-19 01:04:09,095 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@501fe11e
< 2022-11-19 01:04:09,096 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri?param=0
< 2022-11-19 01:04:09,567 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@65d3676f
< 2022-11-19 01:04:09,567 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri?param=1
< 2022-11-19 01:04:10,218 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:04:10,218 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:04:10,219 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 01:04:10,695 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@48e2a7ff
< 2022-11-19 01:04:10,695 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 01:04:10,706 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:04:10,706 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:04:10,706 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 01:04:11,146 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:04:11,146 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:04:11,147 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 01:04:11,326 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@1d1695b9
< 2022-11-19 01:04:11,326 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 01:04:12,037 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:04:12,038 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:04:12,038 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 01:04:12,077 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@6fe9f274
< 2022-11-19 01:04:12,078 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 01:04:12,100 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:04:12,116 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:04:12,116 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 01:04:12,166 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@117c92bb
< 2022-11-19 01:04:12,170 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 01:04:12,311 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@31c30d7c
< 2022-11-19 01:04:12,311 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 01:04:12,782 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:04:12,782 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:04:12,782 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 01:04:13,242 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@33a6e5fa
< 2022-11-19 01:04:13,242 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 01:04:13,470 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:04:13,470 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:04:13,470 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 01:04:13,828 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@439e4288
< 2022-11-19 01:04:13,828 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 01:04:14,027 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:04:14,028 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:04:14,028 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 01:04:14,267 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@3faed18f
< 2022-11-19 01:04:14,267 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 01:04:14,800 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:04:14,800 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:04:14,800 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 01:04:14,970 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@4d78dc05
< 2022-11-19 01:04:14,970 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 01:04:15,231 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:04:15,231 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:04:15,231 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 01:04:15,401 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@3ec3b0dd
< 2022-11-19 01:04:15,401 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 01:04:15,975 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:04:15,975 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:04:15,975 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 01:04:16,399 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@62c45cae
< 2022-11-19 01:04:16,399 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 01:04:16,403 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 6) WFLYUT0022: Unregistered web context: '/SpringWebappContextDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 01:04:16,403 INFO [io.undertow.servlet] (ServerService Thread Pool -- 6) Closing Spring root WebApplicationContext
< 2022-11-19 01:04:16,415 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment SpringWebappContextDependenciesInDeploymentTest.war (runtime-name: SpringWebappContextDependenciesInDeploymentTest.war) in 13ms
< 2022-11-19 01:04:16,422 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/a6/883872736a37b44885b2c508bcecb35b90eac3/content
< 2022-11-19 01:04:16,422 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "SpringWebappContextDependenciesInDeploymentTest.war" (runtime-name: "SpringWebappContextDependenciesInDeploymentTest.war")
< 2022-11-19 01:04:17,010 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/4c/895a4c34c0648cd7d7cd63f82bd3ba29d247ae/content
< 2022-11-19 01:04:17,011 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "JaxrsWithSpringMVCTest.war" (runtime-name: "JaxrsWithSpringMVCTest.war")
< 2022-11-19 01:04:17,717 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:17,719 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:17,720 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:17,722 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:17,725 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:17,732 WARN [org.jboss.as.jaxrs] (MSC service thread 1-7) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:04:17,733 WARN [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0013: Deployment JaxrsWithSpringMVCTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:04:17,748 INFO [io.undertow.servlet] (ServerService Thread Pool -- 13) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:04:17,753 INFO [io.undertow.servlet] (ServerService Thread Pool -- 13) Initializing Spring DispatcherServlet 'spring'
< 2022-11-19 01:04:17,753 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 13) Initializing Servlet 'spring'
< 2022-11-19 01:04:18,147 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 13) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 01:04:18,322 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 13) Completed initialization in 569 ms
< 2022-11-19 01:04:18,322 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 13) WFLYUT0021: Registered web context: '/JaxrsWithSpringMVCTest' for server 'default-server'
< 2022-11-19 01:04:18,331 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "JaxrsWithSpringMVCTest.war" (runtime-name : "JaxrsWithSpringMVCTest.war")
< 2022-11-19 01:04:18,341 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (management-handler-thread - 1) RESTEASY002150: resteasy.scan.resources is no longer supported. Use a servlet 3.0 container and the ResteasyServletInitializer
< 2022-11-19 01:04:18,350 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (management-handler-thread - 1) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class org.jboss.resteasy.test.spring.deployment.resource.JaxrsApplication
< 2022-11-19 01:04:18,448 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 13) WFLYUT0022: Unregistered web context: '/JaxrsWithSpringMVCTest' from server 'default-server'
< 2022-11-19 01:04:18,449 INFO [io.undertow.servlet] (ServerService Thread Pool -- 13) Destroying Spring FrameworkServlet 'spring'
< 2022-11-19 01:04:18,490 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment JaxrsWithSpringMVCTest.war (runtime-name: JaxrsWithSpringMVCTest.war) in 43ms
< 2022-11-19 01:04:18,505 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/4c/895a4c34c0648cd7d7cd63f82bd3ba29d247ae/content
< 2022-11-19 01:04:18,506 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "JaxrsWithSpringMVCTest.war" (runtime-name: "JaxrsWithSpringMVCTest.war")
< 2022-11-19 01:04:19,342 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/f5/5d294db7b3dce276f31079d9e871b5420f50f3/content
< 2022-11-19 01:04:19,344 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0027: Starting deployment of "JavaConfigDependenciesInDeploymentTest.war" (runtime-name: "JavaConfigDependenciesInDeploymentTest.war")
< 2022-11-19 01:04:19,957 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:19,958 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:19,958 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:19,959 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:19,960 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:19,966 WARN [org.jboss.as.jaxrs] (MSC service thread 1-1) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:04:19,966 WARN [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0013: Deployment JavaConfigDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:04:19,975 INFO [io.undertow.servlet] (ServerService Thread Pool -- 27) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:04:19,994 INFO [io.undertow.servlet] (ServerService Thread Pool -- 27) Initializing Spring root WebApplicationContext
< 2022-11-19 01:04:19,995 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 27) Root WebApplicationContext: initialization started
< 2022-11-19 01:04:20,177 INFO [org.jboss.resteasy.test.spring.deployment.resource.JavaConfigResource] (ServerService Thread Pool -- 27) *** resource created:org.jboss.resteasy.test.spring.deployment.resource.JavaConfigResource@375db8e8
< 2022-11-19 01:04:20,186 INFO [org.jboss.resteasy.test.spring.deployment.resource.JavaConfigResource] (ServerService Thread Pool -- 27) *** service injected=org.jboss.resteasy.test.spring.deployment.resource.JavaConfigService@6b1d7b99
< 2022-11-19 01:04:20,194 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 27) Root WebApplicationContext initialized in 199 ms
< 2022-11-19 01:04:20,194 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0021: Registered web context: '/JavaConfigDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 01:04:20,199 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "JavaConfigDependenciesInDeploymentTest.war" (runtime-name : "JavaConfigDependenciesInDeploymentTest.war")
< 2022-11-19 01:04:20,221 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0022: Unregistered web context: '/JavaConfigDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 01:04:20,221 INFO [io.undertow.servlet] (ServerService Thread Pool -- 27) Closing Spring root WebApplicationContext
< 2022-11-19 01:04:20,239 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment JavaConfigDependenciesInDeploymentTest.war (runtime-name: JavaConfigDependenciesInDeploymentTest.war) in 19ms
< 2022-11-19 01:04:20,246 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/f5/5d294db7b3dce276f31079d9e871b5420f50f3/content
< 2022-11-19 01:04:20,247 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "JavaConfigDependenciesInDeploymentTest.war" (runtime-name: "JavaConfigDependenciesInDeploymentTest.war")
< 2022-11-19 01:04:20,897 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/89/52250527068c2f533d43362181c0692c97c2f4/content
< 2022-11-19 01:04:20,899 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "ContactsDependenciesInDeploymentTest.war" (runtime-name: "ContactsDependenciesInDeploymentTest.war")
< 2022-11-19 01:04:21,519 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:21,521 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:21,522 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:21,522 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:21,523 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:21,529 WARN [org.jboss.as.jaxrs] (MSC service thread 1-2) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:04:21,530 WARN [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0013: Deployment ContactsDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:04:21,542 INFO [io.undertow.servlet] (ServerService Thread Pool -- 14) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:04:21,543 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 14) WFLYUT0021: Registered web context: '/ContactsDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 01:04:21,550 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "ContactsDependenciesInDeploymentTest.war" (runtime-name : "ContactsDependenciesInDeploymentTest.war")
< 2022-11-19 01:04:21,693 INFO [io.undertow.servlet] (default task-1) Initializing Spring DispatcherServlet 'springmvc'
< 2022-11-19 01:04:21,693 INFO [org.springframework.web.servlet.DispatcherServlet] (default task-1) Initializing Servlet 'springmvc'
< 2022-11-19 01:04:21,847 INFO [org.jboss.resteasy.plugins.spring.i18n] (default task-1) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 01:04:21,881 INFO [org.springframework.web.servlet.DispatcherServlet] (default task-1) Completed initialization in 188 ms
< 2022-11-19 01:04:21,960 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 14) WFLYUT0022: Unregistered web context: '/ContactsDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 01:04:21,960 INFO [io.undertow.servlet] (ServerService Thread Pool -- 14) Destroying Spring FrameworkServlet 'springmvc'
< 2022-11-19 01:04:21,974 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment ContactsDependenciesInDeploymentTest.war (runtime-name: ContactsDependenciesInDeploymentTest.war) in 13ms
< 2022-11-19 01:04:21,980 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/89/52250527068c2f533d43362181c0692c97c2f4/content
< 2022-11-19 01:04:21,980 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "ContactsDependenciesInDeploymentTest.war" (runtime-name: "ContactsDependenciesInDeploymentTest.war")
< 2022-11-19 01:04:22,648 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/42/980db688f76dbc621f20d8fec3b9a17ba21101/content
< 2022-11-19 01:04:22,650 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0027: Starting deployment of "SpringLocatingResourceDependenciesInDeploymentTest.war" (runtime-name: "SpringLocatingResourceDependenciesInDeploymentTest.war")
< 2022-11-19 01:04:23,310 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:23,311 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:23,312 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:23,313 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:23,315 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:23,339 WARN [org.jboss.as.jaxrs] (MSC service thread 1-3) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:04:23,340 WARN [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0013: Deployment SpringLocatingResourceDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:04:23,356 INFO [io.undertow.servlet] (ServerService Thread Pool -- 43) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:04:23,374 INFO [io.undertow.servlet] (ServerService Thread Pool -- 43) Initializing Spring root WebApplicationContext
< 2022-11-19 01:04:23,374 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 43) Root WebApplicationContext: initialization started
< 2022-11-19 01:04:23,457 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 43) Root WebApplicationContext initialized in 83 ms
< 2022-11-19 01:04:23,458 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 43) WFLYUT0021: Registered web context: '/SpringLocatingResourceDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 01:04:23,463 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "SpringLocatingResourceDependenciesInDeploymentTest.war" (runtime-name : "SpringLocatingResourceDependenciesInDeploymentTest.war")
< 2022-11-19 01:04:23,479 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingLocatingResource] (default task-1) LOCATING...
< 2022-11-19 01:04:23,486 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingSimpleResource] (default task-1) getBasic()
< 2022-11-19 01:04:23,489 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingLocatingResource] (default task-1) LOCATING...
< 2022-11-19 01:04:23,489 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingSimpleResource] (default task-1) basic
< 2022-11-19 01:04:23,491 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingLocatingResource] (default task-1) LOCATING...
< 2022-11-19 01:04:23,493 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingLocatingResource] (default task-1) LOCATING...
< 2022-11-19 01:04:23,500 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingSimpleResource] (default task-1) getBasic()
< 2022-11-19 01:04:23,502 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingSimpleResource] (default task-1) basic
< 2022-11-19 01:04:23,510 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 43) WFLYUT0022: Unregistered web context: '/SpringLocatingResourceDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 01:04:23,510 INFO [io.undertow.servlet] (ServerService Thread Pool -- 43) Closing Spring root WebApplicationContext
< 2022-11-19 01:04:23,526 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment SpringLocatingResourceDependenciesInDeploymentTest.war (runtime-name: SpringLocatingResourceDependenciesInDeploymentTest.war) in 16ms
< 2022-11-19 01:04:23,535 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/42/980db688f76dbc621f20d8fec3b9a17ba21101/content
< 2022-11-19 01:04:23,535 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "SpringLocatingResourceDependenciesInDeploymentTest.war" (runtime-name: "SpringLocatingResourceDependenciesInDeploymentTest.war")
< 2022-11-19 01:04:24,191 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/71/fb4c02a7ade43df56b71197fa983bc5031ebc3/content
< 2022-11-19 01:04:24,192 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of "RequestScopedBeanDependenciesInDeploymentTest.war" (runtime-name: "RequestScopedBeanDependenciesInDeploymentTest.war")
< 2022-11-19 01:04:24,776 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:24,777 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:24,777 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:24,778 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:24,779 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:24,784 WARN [org.jboss.as.jaxrs] (MSC service thread 1-4) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:04:24,784 WARN [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0013: Deployment RequestScopedBeanDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:04:24,791 INFO [io.undertow.servlet] (ServerService Thread Pool -- 9) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:04:24,803 INFO [io.undertow.servlet] (ServerService Thread Pool -- 9) Initializing Spring root WebApplicationContext
< 2022-11-19 01:04:24,803 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 9) Root WebApplicationContext: initialization started
< 2022-11-19 01:04:24,896 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 9) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.ServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
< 2022-11-19 01:04:24,896 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 9) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.JaxrsServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
< 2022-11-19 01:04:24,925 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 9) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 01:04:24,963 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 9) Root WebApplicationContext initialized in 160 ms
< 2022-11-19 01:04:24,964 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 9) WFLYUT0021: Registered web context: '/RequestScopedBeanDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 01:04:24,969 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "RequestScopedBeanDependenciesInDeploymentTest.war" (runtime-name : "RequestScopedBeanDependenciesInDeploymentTest.war")
< 2022-11-19 01:04:24,992 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 9) WFLYUT0022: Unregistered web context: '/RequestScopedBeanDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 01:04:24,992 INFO [io.undertow.servlet] (ServerService Thread Pool -- 9) Closing Spring root WebApplicationContext
< 2022-11-19 01:04:25,008 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment RequestScopedBeanDependenciesInDeploymentTest.war (runtime-name: RequestScopedBeanDependenciesInDeploymentTest.war) in 16ms
< 2022-11-19 01:04:25,021 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/71/fb4c02a7ade43df56b71197fa983bc5031ebc3/content
< 2022-11-19 01:04:25,022 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "RequestScopedBeanDependenciesInDeploymentTest.war" (runtime-name: "RequestScopedBeanDependenciesInDeploymentTest.war")
< 2022-11-19 01:04:25,683 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/97/f6ac66affc6a55ad18d8352c0b327068eeeec3/content
< 2022-11-19 01:04:25,685 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "SpringBeanProcessorDependenciesInDeploymentTest.war" (runtime-name: "SpringBeanProcessorDependenciesInDeploymentTest.war")
< 2022-11-19 01:04:26,316 WARN [org.jboss.as.ee] (MSC service thread 1-5) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:26,319 WARN [org.jboss.as.ee] (MSC service thread 1-5) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:26,321 WARN [org.jboss.as.ee] (MSC service thread 1-5) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:26,326 WARN [org.jboss.as.ee] (MSC service thread 1-5) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:26,329 WARN [org.jboss.as.ee] (MSC service thread 1-5) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:26,337 WARN [org.jboss.as.jaxrs] (MSC service thread 1-5) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:04:26,338 WARN [org.jboss.weld.deployer] (MSC service thread 1-5) WFLYWELD0013: Deployment SpringBeanProcessorDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:04:26,350 INFO [io.undertow.servlet] (ServerService Thread Pool -- 43) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:04:26,364 INFO [io.undertow.servlet] (ServerService Thread Pool -- 43) Initializing Spring root WebApplicationContext
< 2022-11-19 01:04:26,364 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 43) Root WebApplicationContext: initialization started
< 2022-11-19 01:04:26,594 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 43) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getContext()
< 2022-11-19 01:04:26,595 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 43) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getBeanName()
< 2022-11-19 01:04:26,596 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 43) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getContext()
< 2022-11-19 01:04:26,596 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 43) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getBeanName()
< 2022-11-19 01:04:26,639 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 43) Root WebApplicationContext initialized in 275 ms
< 2022-11-19 01:04:26,640 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 43) WFLYUT0021: Registered web context: '/SpringBeanProcessorDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 01:04:26,648 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "SpringBeanProcessorDependenciesInDeploymentTest.war" (runtime-name : "SpringBeanProcessorDependenciesInDeploymentTest.war")
< 2022-11-19 01:04:26,678 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringBeanProcessorMyPrototypedResource] (default task-1) here
< 2022-11-19 01:04:26,687 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringBeanProcessorMyPrototypedResource] (default task-1) here
< 2022-11-19 01:04:26,760 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 43) WFLYUT0022: Unregistered web context: '/SpringBeanProcessorDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 01:04:26,760 INFO [io.undertow.servlet] (ServerService Thread Pool -- 43) Closing Spring root WebApplicationContext
< 2022-11-19 01:04:26,776 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment SpringBeanProcessorDependenciesInDeploymentTest.war (runtime-name: SpringBeanProcessorDependenciesInDeploymentTest.war) in 16ms
< 2022-11-19 01:04:26,783 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/97/f6ac66affc6a55ad18d8352c0b327068eeeec3/content
< 2022-11-19 01:04:26,783 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "SpringBeanProcessorDependenciesInDeploymentTest.war" (runtime-name: "SpringBeanProcessorDependenciesInDeploymentTest.war")
< 2022-11-19 01:04:27,401 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/dd/0130d150d76e1ed25e8b1f649c79f54b52a3cd/content
< 2022-11-19 01:04:27,403 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "ContextRefreshDependenciesInDeploymentTest.war" (runtime-name: "ContextRefreshDependenciesInDeploymentTest.war")
< 2022-11-19 01:04:28,049 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:28,050 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:28,051 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:28,051 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:28,052 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:04:28,058 WARN [org.jboss.as.jaxrs] (MSC service thread 1-2) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:04:28,058 WARN [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0013: Deployment ContextRefreshDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:04:28,067 INFO [io.undertow.servlet] (ServerService Thread Pool -- 35) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:04:28,082 INFO [io.undertow.servlet] (ServerService Thread Pool -- 35) Initializing Spring root WebApplicationContext
< 2022-11-19 01:04:28,083 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 35) Root WebApplicationContext: initialization started
< 2022-11-19 01:04:28,170 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 35) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@2675b591
< 2022-11-19 01:04:28,181 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 35) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@2675b591.setApplicationContext(): Root WebApplicationContext, started on Sat Nov 19 01:04:28 CST 2022
< 2022-11-19 01:04:28,181 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 35) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@2675b591.afterPropertiesSet()
< 2022-11-19 01:04:28,186 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 35) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@7079b193
< 2022-11-19 01:04:28,186 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 35) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@7079b193.setApplicationContext(): Root WebApplicationContext, started on Sat Nov 19 01:04:28 CST 2022
< 2022-11-19 01:04:28,200 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 35) Root WebApplicationContext initialized in 117 ms
< 2022-11-19 01:04:28,200 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 35) WFLYUT0021: Registered web context: '/ContextRefreshDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 01:04:28,205 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "ContextRefreshDependenciesInDeploymentTest.war" (runtime-name : "ContextRefreshDependenciesInDeploymentTest.war")
< 2022-11-19 01:04:28,352 INFO [org.jboss.arquillian.testenricher.cdi.container.BeanManagerProducer] (default task-1) BeanManager not found.
< 2022-11-19 01:04:28,375 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.apache.jasper.Constants.CODE_SOURCE_ATTRIBUTE_NAME
< 2022-11-19 01:04:28,375 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.apache.jasper.JSP_TAG_LIBRARIES
< 2022-11-19 01:04:28,375 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) resteasy.deployments
< 2022-11-19 01:04:28,375 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.apache.tomcat.InstanceManager
< 2022-11-19 01:04:28,375 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.apache.jasper.JSP_PROPERTY_GROUPS
< 2022-11-19 01:04:28,375 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) io.undertow.websockets.jsr.WebSocketDeploymentInfo
< 2022-11-19 01:04:28,375 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) jakarta.servlet.context.tempdir
< 2022-11-19 01:04:28,375 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) jakarta.websocket.server.ServerContainer
< 2022-11-19 01:04:28,375 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.apache.jasper.Constants.PERMISSION_COLLECTION_ATTRIBUTE_NAME
< 2022-11-19 01:04:28,375 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.springframework.web.context.support.ServletContextScope
< 2022-11-19 01:04:28,376 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.springframework.web.context.WebApplicationContext.ROOT
< 2022-11-19 01:04:28,376 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.jboss.as.web.deployment.JspInitializationListener.wrappers
< 2022-11-19 01:04:28,376 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.jboss.resteasy.spi.ResteasyDeployment
< 2022-11-19 01:04:28,376 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.apache.jasper.SERVLET_VERSION
< 2022-11-19 01:04:28,376 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) org.apache.jasper.runtime.JspApplicationContextImpl
< 2022-11-19 01:04:28,376 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-1) Root WebApplicationContext, started on Sat Nov 19 01:04:28 CST 2022
< 2022-11-19 01:04:28,393 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 35) WFLYUT0022: Unregistered web context: '/ContextRefreshDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 01:04:28,393 INFO [io.undertow.servlet] (ServerService Thread Pool -- 35) Closing Spring root WebApplicationContext
< 2022-11-19 01:04:28,409 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment ContextRefreshDependenciesInDeploymentTest.war (runtime-name: ContextRefreshDependenciesInDeploymentTest.war) in 16ms
< 2022-11-19 01:04:28,420 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/dd/0130d150d76e1ed25e8b1f649c79f54b52a3cd/content
< 2022-11-19 01:04:28,420 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "ContextRefreshDependenciesInDeploymentTest.war" (runtime-name: "ContextRefreshDependenciesInDeploymentTest.war")
< 2022-11-19 01:04:28,427 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0272: Suspending server
< 2022-11-19 01:04:28,428 INFO [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'
< 2022-11-19 01:04:28,432 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0008: Undertow HTTP listener default suspending
< 2022-11-19 01:04:28,432 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0019: Host default-host stopping
< 2022-11-19 01:04:28,433 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:8080
< 2022-11-19 01:04:28,434 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0004: Undertow 2.3.0.Final stopping
< 2022-11-19 01:04:28,443 INFO [org.jboss.as] (MSC service thread 1-8) WFLYSRV0050: WildFly EE 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) stopped in 12ms
< 2022-11-19 01:07:45,923 INFO [org.jboss.modules] (main) JBoss Modules version 2.1.0.Final
< 2022-11-19 01:07:46,319 INFO [org.jboss.msc] (main) JBoss MSC version 1.5.0.Beta3
< 2022-11-19 01:07:46,325 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
< 2022-11-19 01:07:46,397 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) starting
< 2022-11-19 01:07:46,398 DEBUG [org.jboss.as.config] (MSC service thread 1-2) Configured system properties:
---
> 2022-11-19 01:03:13,928 DEBUG [org.jboss.as.config] (MSC service thread 1-2) VM Arguments: -D[Standalone] -Xms64m -Xmx512m -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Djboss.modules.system.pkgs=org.jboss.byteman -ea -Djboss.home.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT --add-exports=java.desktop/sun.awt=ALL-UNNAMED --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.management/javax.management=ALL-UNNAMED --add-opens=java.naming/javax.naming=ALL-UNNAMED --add-modules=java.se -Djava.security.manager=allow -Djboss.home.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT -Djboss.server.base.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone -Djboss.server.log.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log -Djboss.server.config.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration -Dorg.jboss.boot.log.file=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log/server.log -Dlogging.configuration=file:/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/logging.properties
> 2022-11-19 01:03:14,344 INFO [org.wildfly.security] (ServerService Thread Pool -- 4) ELY00001: WildFly Elytron version 2.0.0.Final
> 2022-11-19 01:03:14,603 INFO [org.jboss.as.controller] (Controller Boot Thread) OPVDX002:无法整齐打印验证错误:Cannot invoke "javax.xml.stream.Location.getLineNumber()" because "loc" is null
> 2022-11-19 01:03:14,604 ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0055: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0085: Failed to parse configuration
> at org.jboss.as.controller@20.0.0.Beta2//org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:137)
> at org.jboss.as.server@20.0.0.Beta2//org.jboss.as.server.ServerService.boot(ServerService.java:400)
> at org.jboss.as.controller@20.0.0.Beta2//org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:473)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> Caused by: javax.xml.stream.XMLStreamException: WFLYCTL0083: Failed to load module org.wildfly.extension.microprofile.config-smallrye
> at org.jboss.as.controller@20.0.0.Beta2//org.jboss.as.controller.parsing.DeferredExtensionContext.load(DeferredExtensionContext.java:95)
> at org.jboss.as.server@20.0.0.Beta2//org.jboss.as.server.parsing.StandaloneXml_18.readServerElement(StandaloneXml_18.java:235)
> at org.jboss.as.server@20.0.0.Beta2//org.jboss.as.server.parsing.StandaloneXml_18.readElement(StandaloneXml_18.java:139)
> at org.jboss.as.server@20.0.0.Beta2//org.jboss.as.server.parsing.StandaloneXml.readElement(StandaloneXml.java:132)
> at org.jboss.as.server@20.0.0.Beta2//org.jboss.as.server.parsing.StandaloneXml.readElement(StandaloneXml.java:52)
> at org.jboss.staxmapper@1.3.0.Final//org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:122)
> at org.jboss.staxmapper@1.3.0.Final//org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:76)
> at org.jboss.as.controller@20.0.0.Beta2//org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:126)
> ... 3 more
> Caused by: java.util.concurrent.ExecutionException: javax.xml.stream.XMLStreamException: WFLYCTL0083: Failed to load module
> at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
> at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
> at org.jboss.as.controller@20.0.0.Beta2//org.jboss.as.controller.parsing.DeferredExtensionContext.load(DeferredExtensionContext.java:90)
> ... 10 more
> Caused by: javax.xml.stream.XMLStreamException: WFLYCTL0083: Failed to load module
> at org.jboss.as.controller@20.0.0.Beta2//org.jboss.as.controller.parsing.DeferredExtensionContext.loadModule(DeferredExtensionContext.java:123)
> at org.jboss.as.controller@20.0.0.Beta2//org.jboss.as.controller.parsing.DeferredExtensionContext$1.call(DeferredExtensionContext.java:74)
> at org.jboss.as.controller@20.0.0.Beta2//org.jboss.as.controller.parsing.DeferredExtensionContext$1.call(DeferredExtensionContext.java:71)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
> Caused by: org.jboss.modules.ModuleNotFoundException: org.wildfly.extension.microprofile.config-smallrye
> at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:301)
> at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:287)
> at org.jboss.as.controller@20.0.0.Beta2//org.jboss.as.controller.parsing.DeferredExtensionContext.loadModule(DeferredExtensionContext.java:106)
> ... 9 more
>
> 2022-11-19 01:03:14,606 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details. - Server configuration file in use: standalone.xml
> 2022-11-19 01:03:14,611 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: WildFly EE 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) stopped in 3ms
> 2022-11-19 01:08:54,104 INFO [org.jboss.modules] (main) JBoss Modules version 2.1.0.Final
> 2022-11-19 01:08:54,496 INFO [org.jboss.msc] (main) JBoss MSC version 1.5.0.Beta3
> 2022-11-19 01:08:54,502 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
> 2022-11-19 01:08:54,581 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) starting
> 2022-11-19 01:08:54,582 DEBUG [org.jboss.as.config] (MSC service thread 1-2) Configured system properties:
1839,2223c860,1855
< 2022-11-19 01:07:46,400 DEBUG [org.jboss.as.config] (MSC service thread 1-2) VM Arguments: -D[Standalone] -Xms64m -Xmx512m -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Djboss.modules.system.pkgs=org.jboss.byteman -ea -Djboss.home.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT --add-exports=java.desktop/sun.awt=ALL-UNNAMED --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.management/javax.management=ALL-UNNAMED --add-opens=java.naming/javax.naming=ALL-UNNAMED --add-modules=java.se -Djava.security.manager=allow -Djboss.home.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT -Djboss.server.base.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone -Djboss.server.log.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log -Djboss.server.config.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration -Dorg.jboss.boot.log.file=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log/server.log -Dlogging.configuration=file:/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/logging.properties
< 2022-11-19 01:07:46,856 INFO [org.wildfly.security] (ServerService Thread Pool -- 4) ELY00001: WildFly Elytron version 2.0.0.Final
< 2022-11-19 01:07:47,228 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
< 2022-11-19 01:07:47,243 INFO [org.xnio] (MSC service thread 1-5) XNIO version 3.8.8.Final
< 2022-11-19 01:07:47,248 INFO [org.xnio.nio] (MSC service thread 1-5) XNIO NIO Implementation Version 3.8.8.Final
< 2022-11-19 01:07:47,263 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 28) WFLYCLINF0001: Activating Infinispan subsystem.
< 2022-11-19 01:07:47,263 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 30) WFLYRS0016: RESTEasy version 6.2.1.Final
< 2022-11-19 01:07:47,266 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 29) WFLYIO001: Worker 'default' has auto-configured to 24 IO threads with 192 max task threads based on your 12 available processors
< 2022-11-19 01:07:47,266 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 37) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
< 2022-11-19 01:07:47,272 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 34) WFLYNAM0001: Activating Naming Subsystem
< 2022-11-19 01:07:47,280 INFO [org.jboss.as.connector] (MSC service thread 1-6) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 1.5.9.Final)
< 2022-11-19 01:07:47,298 INFO [org.jboss.as.naming] (MSC service thread 1-1) WFLYNAM0003: Starting Naming Service
< 2022-11-19 01:07:47,302 INFO [org.jboss.remoting] (MSC service thread 1-8) JBoss Remoting version 5.0.26.Final
< 2022-11-19 01:07:47,316 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0003: Undertow 2.3.0.Final starting
< 2022-11-19 01:07:47,383 WARN [org.wildfly.clustering.web.undertow] (ServerService Thread Pool -- 38) WFLYCLWEBUT0007: No routing provider found for default-server; using legacy provider based on static configuration
< 2022-11-19 01:07:47,398 WARN [org.wildfly.extension.elytron] (MSC service thread 1-1) WFLYELY00023: KeyStore file '/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/application.keystore' does not exist. Used blank.
< 2022-11-19 01:07:47,407 WARN [org.wildfly.extension.elytron] (MSC service thread 1-3) WFLYELY01084: KeyStore /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self-signed certificate for host localhost
< 2022-11-19 01:07:47,419 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0012: Started server default-server.
< 2022-11-19 01:07:47,421 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) Queuing requests.
< 2022-11-19 01:07:47,422 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0018: Host default-host starting
< 2022-11-19 01:07:47,448 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080
< 2022-11-19 01:07:47,478 INFO [org.jboss.as.patching] (MSC service thread 1-5) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
< 2022-11-19 01:07:47,483 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) WFLYDS0013: Started FileSystemDeploymentService for directory /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/deployments
< 2022-11-19 01:07:47,603 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
< 2022-11-19 01:07:47,604 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) started in 1922ms - Started 181 of 281 services (140 services are lazy, passive or on-demand) - Server configuration file in use: standalone.xml
< 2022-11-19 01:07:47,606 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
< 2022-11-19 01:07:47,606 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
< 2022-11-19 01:07:49,215 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/33/b60ef25ab0532e5355425939099be59843fbcd/content
< 2022-11-19 01:07:49,236 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "TypeMappingDependenciesInDeploymentTest.war" (runtime-name: "TypeMappingDependenciesInDeploymentTest.war")
< 2022-11-19 01:07:50,907 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:07:50,914 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:07:50,917 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:07:50,922 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:07:50,928 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:07:51,079 WARN [org.jboss.as.jaxrs] (MSC service thread 1-1) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:07:51,080 WARN [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0013: Deployment TypeMappingDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:07:51,162 INFO [io.undertow.servlet] (ServerService Thread Pool -- 38) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:07:51,631 INFO [io.undertow.servlet] (ServerService Thread Pool -- 38) Initializing Spring root WebApplicationContext
< 2022-11-19 01:07:51,633 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 38) Root WebApplicationContext: initialization started
< 2022-11-19 01:07:51,849 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.ServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
< 2022-11-19 01:07:51,850 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.JaxrsServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
< 2022-11-19 01:07:51,877 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 38) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 01:07:51,919 INFO [org.hibernate.validator.internal.util.Version] (ServerService Thread Pool -- 38) HV000001: Hibernate Validator 8.0.0.Final
< 2022-11-19 01:07:51,941 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 38) Root WebApplicationContext initialized in 306 ms
< 2022-11-19 01:07:51,955 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0021: Registered web context: '/TypeMappingDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 01:07:51,985 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "TypeMappingDependenciesInDeploymentTest.war" (runtime-name : "TypeMappingDependenciesInDeploymentTest.war")
< 2022-11-19 01:07:52,823 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0022: Unregistered web context: '/TypeMappingDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 01:07:52,824 INFO [io.undertow.servlet] (ServerService Thread Pool -- 38) Closing Spring root WebApplicationContext
< 2022-11-19 01:07:52,847 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment TypeMappingDependenciesInDeploymentTest.war (runtime-name: TypeMappingDependenciesInDeploymentTest.war) in 25ms
< 2022-11-19 01:07:52,863 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/33/b60ef25ab0532e5355425939099be59843fbcd/content
< 2022-11-19 01:07:52,863 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "TypeMappingDependenciesInDeploymentTest.war" (runtime-name: "TypeMappingDependenciesInDeploymentTest.war")
< 2022-11-19 01:07:54,811 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/85/70df14396981d11e6f53ac629913ab42005b76/content
< 2022-11-19 01:07:54,814 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "deploymentWithSpringMvcDispatcherSpringIncluded.war" (runtime-name: "deploymentWithSpringMvcDispatcherSpringIncluded.war")
< 2022-11-19 01:07:55,967 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:07:55,970 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:07:55,971 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:07:55,973 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:07:55,976 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:07:55,988 WARN [org.jboss.as.jaxrs] (MSC service thread 1-1) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:07:55,988 WARN [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0013: Deployment deploymentWithSpringMvcDispatcherSpringIncluded.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:07:56,003 INFO [io.undertow.servlet] (ServerService Thread Pool -- 10) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:07:56,014 INFO [io.undertow.servlet] (ServerService Thread Pool -- 10) Initializing Spring root WebApplicationContext
< 2022-11-19 01:07:56,014 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 10) Root WebApplicationContext: initialization started
< 2022-11-19 01:07:56,109 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 10) Root WebApplicationContext initialized in 93 ms
< 2022-11-19 01:07:56,112 INFO [io.undertow.servlet] (ServerService Thread Pool -- 10) Initializing Spring DispatcherServlet 'mvc-dispatcher'
< 2022-11-19 01:07:56,112 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 10) Initializing Servlet 'mvc-dispatcher'
< 2022-11-19 01:07:56,397 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 10) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 01:07:56,439 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 10) Completed initialization in 326 ms
< 2022-11-19 01:07:56,439 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 10) WFLYUT0021: Registered web context: '/deploymentWithSpringMvcDispatcherSpringIncluded' for server 'default-server'
< 2022-11-19 01:07:56,460 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "deploymentWithSpringMvcDispatcherSpringIncluded.war" (runtime-name : "deploymentWithSpringMvcDispatcherSpringIncluded.war")
< 2022-11-19 01:07:57,115 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/2d/fd4398577e38859e9474ebd2e17a6c3fbb2b86/content
< 2022-11-19 01:07:57,117 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "deploymentWithSpringContextLoaderListenerSpringIncluded.war" (runtime-name: "deploymentWithSpringContextLoaderListenerSpringIncluded.war")
< 2022-11-19 01:07:58,072 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:07:58,077 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:07:58,078 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:07:58,079 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:07:58,081 WARN [org.jboss.as.ee] (MSC service thread 1-7) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:07:58,090 WARN [org.jboss.as.jaxrs] (MSC service thread 1-7) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:07:58,091 WARN [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0013: Deployment deploymentWithSpringContextLoaderListenerSpringIncluded.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:07:58,104 INFO [io.undertow.servlet] (ServerService Thread Pool -- 11) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:07:58,124 INFO [io.undertow.servlet] (ServerService Thread Pool -- 11) Initializing Spring root WebApplicationContext
< 2022-11-19 01:07:58,124 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 11) Root WebApplicationContext: initialization started
< 2022-11-19 01:07:58,394 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 11) Root WebApplicationContext initialized in 270 ms
< 2022-11-19 01:07:58,396 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 11) WFLYUT0021: Registered web context: '/deploymentWithSpringContextLoaderListenerSpringIncluded' for server 'default-server'
< 2022-11-19 01:07:58,414 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "deploymentWithSpringContextLoaderListenerSpringIncluded.war" (runtime-name : "deploymentWithSpringContextLoaderListenerSpringIncluded.war")
< 2022-11-19 01:07:59,163 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/d8/c77e4c966577631347d85b10d2e61b6ed1b2c5/content
< 2022-11-19 01:07:59,165 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war" (runtime-name: "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war")
< 2022-11-19 01:07:59,921 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:07:59,924 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:07:59,925 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:07:59,926 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:07:59,929 WARN [org.jboss.as.ee] (MSC service thread 1-6) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:07:59,952 WARN [org.jboss.as.jaxrs] (MSC service thread 1-6) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:07:59,952 WARN [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0013: Deployment deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:07:59,970 INFO [io.undertow.servlet] (ServerService Thread Pool -- 40) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:07:59,971 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 40) WFLYUT0021: Registered web context: '/deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded' for server 'default-server'
< 2022-11-19 01:07:59,978 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war" (runtime-name : "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war")
< 2022-11-19 01:08:00,064 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class org.jboss.resteasy.utils.TestApplication
< 2022-11-19 01:08:00,076 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002200: Adding class resource org.jboss.resteasy.test.spring.deployment.resource.TestResource from Application class org.jboss.resteasy.utils.TestApplication
< 2022-11-19 01:08:00,150 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 40) WFLYUT0022: Unregistered web context: '/deploymentWithSpringMvcDispatcherSpringIncluded' from server 'default-server'
< 2022-11-19 01:08:00,150 INFO [io.undertow.servlet] (ServerService Thread Pool -- 40) Destroying Spring FrameworkServlet 'mvc-dispatcher'
< 2022-11-19 01:08:00,151 INFO [io.undertow.servlet] (ServerService Thread Pool -- 40) Closing Spring root WebApplicationContext
< 2022-11-19 01:08:00,186 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment deploymentWithSpringMvcDispatcherSpringIncluded.war (runtime-name: deploymentWithSpringMvcDispatcherSpringIncluded.war) in 37ms
< 2022-11-19 01:08:00,196 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/85/70df14396981d11e6f53ac629913ab42005b76/content
< 2022-11-19 01:08:00,196 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "deploymentWithSpringMvcDispatcherSpringIncluded.war" (runtime-name: "deploymentWithSpringMvcDispatcherSpringIncluded.war")
< 2022-11-19 01:08:00,199 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 26) WFLYUT0022: Unregistered web context: '/deploymentWithSpringContextLoaderListenerSpringIncluded' from server 'default-server'
< 2022-11-19 01:08:00,200 INFO [io.undertow.servlet] (ServerService Thread Pool -- 26) Closing Spring root WebApplicationContext
< 2022-11-19 01:08:00,218 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment deploymentWithSpringContextLoaderListenerSpringIncluded.war (runtime-name: deploymentWithSpringContextLoaderListenerSpringIncluded.war) in 19ms
< 2022-11-19 01:08:00,227 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/2d/fd4398577e38859e9474ebd2e17a6c3fbb2b86/content
< 2022-11-19 01:08:00,227 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "deploymentWithSpringContextLoaderListenerSpringIncluded.war" (runtime-name: "deploymentWithSpringContextLoaderListenerSpringIncluded.war")
< 2022-11-19 01:08:00,230 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 11) WFLYUT0022: Unregistered web context: '/deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded' from server 'default-server'
< 2022-11-19 01:08:00,251 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war (runtime-name: deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war) in 20ms
< 2022-11-19 01:08:00,259 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/d8/c77e4c966577631347d85b10d2e61b6ed1b2c5/content
< 2022-11-19 01:08:00,260 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war" (runtime-name: "deploymentWithoutSpringMvcDispatcherOrListenerSpringIncluded.war")
< 2022-11-19 01:08:00,952 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/d2/42345536158ea9d4b1ce98b9f0e53df3b751be/content
< 2022-11-19 01:08:00,954 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of "SpringWebappContextDependenciesInDeploymentTest.war" (runtime-name: "SpringWebappContextDependenciesInDeploymentTest.war")
< 2022-11-19 01:08:01,681 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:01,683 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:01,683 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:01,684 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:01,686 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:01,697 WARN [org.jboss.as.jaxrs] (MSC service thread 1-1) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:08:01,699 WARN [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0013: Deployment SpringWebappContextDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:08:01,718 INFO [io.undertow.servlet] (ServerService Thread Pool -- 12) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:08:01,743 INFO [io.undertow.servlet] (ServerService Thread Pool -- 12) Initializing Spring root WebApplicationContext
< 2022-11-19 01:08:01,744 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 12) Root WebApplicationContext: initialization started
< 2022-11-19 01:08:01,854 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 12) Root WebApplicationContext initialized in 110 ms
< 2022-11-19 01:08:01,855 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 12) WFLYUT0021: Registered web context: '/SpringWebappContextDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 01:08:01,870 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "SpringWebappContextDependenciesInDeploymentTest.war" (runtime-name : "SpringWebappContextDependenciesInDeploymentTest.war")
< 2022-11-19 01:08:01,958 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@627aa35f
< 2022-11-19 01:08:01,958 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri?param=0
< 2022-11-19 01:08:02,095 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@232744a1
< 2022-11-19 01:08:02,096 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri?param=1
< 2022-11-19 01:08:02,874 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:08:02,875 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:08:02,875 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 01:08:02,905 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@7bae1d7
< 2022-11-19 01:08:02,905 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 01:08:03,627 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@6646fc98
< 2022-11-19 01:08:03,628 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 01:08:03,801 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@2356e4f6
< 2022-11-19 01:08:03,801 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 01:08:03,900 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:08:03,900 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:08:03,901 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 01:08:04,312 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@78b192b6
< 2022-11-19 01:08:04,312 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 01:08:04,403 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@1178963c
< 2022-11-19 01:08:04,403 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 01:08:04,895 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:08:04,896 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:08:04,896 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 01:08:05,163 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@6c642fc3
< 2022-11-19 01:08:05,163 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 01:08:05,175 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:08:05,176 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:08:05,176 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 01:08:05,362 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@41acfc03
< 2022-11-19 01:08:05,362 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 01:08:05,736 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@4e0d824e
< 2022-11-19 01:08:05,737 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 01:08:05,824 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:08:05,824 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:08:05,825 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 01:08:05,917 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@17a13cd4
< 2022-11-19 01:08:05,918 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 01:08:06,078 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:08:06,079 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:08:06,079 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 01:08:06,541 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@17daaec8
< 2022-11-19 01:08:06,541 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 01:08:06,594 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) requestUribuilder: org.jboss.resteasy.specimpl.ResteasyUriBuilderImpl@44810c96
< 2022-11-19 01:08:06,594 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-1) request uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/uri
< 2022-11-19 01:08:06,996 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:08:06,996 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:08:06,996 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 01:08:07,637 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:08:07,638 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:08:07,638 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 01:08:08,370 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:08:08,370 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:08:08,370 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 01:08:09,084 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:08:09,084 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:08:09,084 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 01:08:10,070 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) uri: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:08:10,071 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) builder: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers
< 2022-11-19 01:08:10,071 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringWebappContextResource] (default task-2) return: http://localhost:8080/SpringWebappContextDependenciesInDeploymentTest/echo/headers:text/plain
< 2022-11-19 01:08:10,074 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 12) WFLYUT0022: Unregistered web context: '/SpringWebappContextDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 01:08:10,075 INFO [io.undertow.servlet] (ServerService Thread Pool -- 12) Closing Spring root WebApplicationContext
< 2022-11-19 01:08:10,087 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment SpringWebappContextDependenciesInDeploymentTest.war (runtime-name: SpringWebappContextDependenciesInDeploymentTest.war) in 12ms
< 2022-11-19 01:08:10,094 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/d2/42345536158ea9d4b1ce98b9f0e53df3b751be/content
< 2022-11-19 01:08:10,094 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "SpringWebappContextDependenciesInDeploymentTest.war" (runtime-name: "SpringWebappContextDependenciesInDeploymentTest.war")
< 2022-11-19 01:08:10,746 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/f3/4c83d58e6195faa97b626f7985e3c4e3ecf602/content
< 2022-11-19 01:08:10,751 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of "JaxrsWithSpringMVCTest.war" (runtime-name: "JaxrsWithSpringMVCTest.war")
< 2022-11-19 01:08:11,412 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:11,414 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:11,414 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:11,415 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:11,416 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:11,422 WARN [org.jboss.as.jaxrs] (MSC service thread 1-4) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:08:11,422 WARN [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0013: Deployment JaxrsWithSpringMVCTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:08:11,431 INFO [io.undertow.servlet] (ServerService Thread Pool -- 2) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:08:11,435 INFO [io.undertow.servlet] (ServerService Thread Pool -- 2) Initializing Spring DispatcherServlet 'spring'
< 2022-11-19 01:08:11,435 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 2) Initializing Servlet 'spring'
< 2022-11-19 01:08:11,693 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 2) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 01:08:11,844 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 2) Completed initialization in 409 ms
< 2022-11-19 01:08:11,845 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0021: Registered web context: '/JaxrsWithSpringMVCTest' for server 'default-server'
< 2022-11-19 01:08:11,852 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "JaxrsWithSpringMVCTest.war" (runtime-name : "JaxrsWithSpringMVCTest.war")
< 2022-11-19 01:08:11,861 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (management-handler-thread - 1) RESTEASY002150: resteasy.scan.resources is no longer supported. Use a servlet 3.0 container and the ResteasyServletInitializer
< 2022-11-19 01:08:11,869 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (management-handler-thread - 1) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class org.jboss.resteasy.test.spring.deployment.resource.JaxrsApplication
< 2022-11-19 01:08:11,948 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0022: Unregistered web context: '/JaxrsWithSpringMVCTest' from server 'default-server'
< 2022-11-19 01:08:11,948 INFO [io.undertow.servlet] (ServerService Thread Pool -- 2) Destroying Spring FrameworkServlet 'spring'
< 2022-11-19 01:08:11,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment JaxrsWithSpringMVCTest.war (runtime-name: JaxrsWithSpringMVCTest.war) in 14ms
< 2022-11-19 01:08:11,969 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/f3/4c83d58e6195faa97b626f7985e3c4e3ecf602/content
< 2022-11-19 01:08:11,969 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "JaxrsWithSpringMVCTest.war" (runtime-name: "JaxrsWithSpringMVCTest.war")
< 2022-11-19 01:08:12,700 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/58/ae033e68c43c59cf01b2fc04ba1e7689cac448/content
< 2022-11-19 01:08:12,701 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0027: Starting deployment of "JavaConfigDependenciesInDeploymentTest.war" (runtime-name: "JavaConfigDependenciesInDeploymentTest.war")
< 2022-11-19 01:08:13,405 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:13,407 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:13,407 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:13,408 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:13,409 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:13,415 WARN [org.jboss.as.jaxrs] (MSC service thread 1-3) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:08:13,416 WARN [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0013: Deployment JavaConfigDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:08:13,423 INFO [io.undertow.servlet] (ServerService Thread Pool -- 7) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:08:13,441 INFO [io.undertow.servlet] (ServerService Thread Pool -- 7) Initializing Spring root WebApplicationContext
< 2022-11-19 01:08:13,441 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 7) Root WebApplicationContext: initialization started
< 2022-11-19 01:08:13,627 INFO [org.jboss.resteasy.test.spring.deployment.resource.JavaConfigResource] (ServerService Thread Pool -- 7) *** resource created:org.jboss.resteasy.test.spring.deployment.resource.JavaConfigResource@1007439d
< 2022-11-19 01:08:13,636 INFO [org.jboss.resteasy.test.spring.deployment.resource.JavaConfigResource] (ServerService Thread Pool -- 7) *** service injected=org.jboss.resteasy.test.spring.deployment.resource.JavaConfigService@34bcb3cb
< 2022-11-19 01:08:13,643 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 7) Root WebApplicationContext initialized in 202 ms
< 2022-11-19 01:08:13,643 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 7) WFLYUT0021: Registered web context: '/JavaConfigDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 01:08:13,649 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "JavaConfigDependenciesInDeploymentTest.war" (runtime-name : "JavaConfigDependenciesInDeploymentTest.war")
< 2022-11-19 01:08:13,668 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 7) WFLYUT0022: Unregistered web context: '/JavaConfigDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 01:08:13,668 INFO [io.undertow.servlet] (ServerService Thread Pool -- 7) Closing Spring root WebApplicationContext
< 2022-11-19 01:08:13,692 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment JavaConfigDependenciesInDeploymentTest.war (runtime-name: JavaConfigDependenciesInDeploymentTest.war) in 24ms
< 2022-11-19 01:08:13,708 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/58/ae033e68c43c59cf01b2fc04ba1e7689cac448/content
< 2022-11-19 01:08:13,709 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "JavaConfigDependenciesInDeploymentTest.war" (runtime-name: "JavaConfigDependenciesInDeploymentTest.war")
< 2022-11-19 01:08:14,358 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/bb/6c0b2975eb1e27af8700f3c290b9377644891e/content
< 2022-11-19 01:08:14,360 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "ContactsDependenciesInDeploymentTest.war" (runtime-name: "ContactsDependenciesInDeploymentTest.war")
< 2022-11-19 01:08:15,013 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:15,015 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:15,016 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:15,017 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:15,018 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:15,024 WARN [org.jboss.as.jaxrs] (MSC service thread 1-1) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:08:15,024 WARN [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0013: Deployment ContactsDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:08:15,035 INFO [io.undertow.servlet] (ServerService Thread Pool -- 15) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:08:15,036 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 15) WFLYUT0021: Registered web context: '/ContactsDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 01:08:15,042 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "ContactsDependenciesInDeploymentTest.war" (runtime-name : "ContactsDependenciesInDeploymentTest.war")
< 2022-11-19 01:08:15,248 INFO [io.undertow.servlet] (default task-2) Initializing Spring DispatcherServlet 'springmvc'
< 2022-11-19 01:08:15,248 INFO [org.springframework.web.servlet.DispatcherServlet] (default task-2) Initializing Servlet 'springmvc'
< 2022-11-19 01:08:15,449 INFO [org.jboss.resteasy.plugins.spring.i18n] (default task-2) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 01:08:15,502 INFO [org.springframework.web.servlet.DispatcherServlet] (default task-2) Completed initialization in 254 ms
< 2022-11-19 01:08:15,649 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 15) WFLYUT0022: Unregistered web context: '/ContactsDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 01:08:15,651 INFO [io.undertow.servlet] (ServerService Thread Pool -- 15) Destroying Spring FrameworkServlet 'springmvc'
< 2022-11-19 01:08:15,679 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment ContactsDependenciesInDeploymentTest.war (runtime-name: ContactsDependenciesInDeploymentTest.war) in 31ms
< 2022-11-19 01:08:15,687 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/bb/6c0b2975eb1e27af8700f3c290b9377644891e/content
< 2022-11-19 01:08:15,687 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "ContactsDependenciesInDeploymentTest.war" (runtime-name: "ContactsDependenciesInDeploymentTest.war")
< 2022-11-19 01:08:16,336 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/a8/a1c0a652eb343ee4ba0ccce90db3c82da63af2/content
< 2022-11-19 01:08:16,338 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "SpringLocatingResourceDependenciesInDeploymentTest.war" (runtime-name: "SpringLocatingResourceDependenciesInDeploymentTest.war")
< 2022-11-19 01:08:17,001 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:17,003 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:17,003 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:17,004 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:17,006 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:17,026 WARN [org.jboss.as.jaxrs] (MSC service thread 1-3) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:08:17,027 WARN [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0013: Deployment SpringLocatingResourceDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:08:17,049 INFO [io.undertow.servlet] (ServerService Thread Pool -- 14) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:08:17,072 INFO [io.undertow.servlet] (ServerService Thread Pool -- 14) Initializing Spring root WebApplicationContext
< 2022-11-19 01:08:17,072 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 14) Root WebApplicationContext: initialization started
< 2022-11-19 01:08:17,178 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 14) Root WebApplicationContext initialized in 106 ms
< 2022-11-19 01:08:17,180 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 14) WFLYUT0021: Registered web context: '/SpringLocatingResourceDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 01:08:17,194 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "SpringLocatingResourceDependenciesInDeploymentTest.war" (runtime-name : "SpringLocatingResourceDependenciesInDeploymentTest.war")
< 2022-11-19 01:08:17,212 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingLocatingResource] (default task-2) LOCATING...
< 2022-11-19 01:08:17,219 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingSimpleResource] (default task-2) getBasic()
< 2022-11-19 01:08:17,222 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingLocatingResource] (default task-2) LOCATING...
< 2022-11-19 01:08:17,223 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingSimpleResource] (default task-2) basic
< 2022-11-19 01:08:17,227 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingLocatingResource] (default task-2) LOCATING...
< 2022-11-19 01:08:17,231 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingLocatingResource] (default task-2) LOCATING...
< 2022-11-19 01:08:17,240 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingSimpleResource] (default task-2) getBasic()
< 2022-11-19 01:08:17,243 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringLocatingSimpleResource] (default task-2) basic
< 2022-11-19 01:08:17,256 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 14) WFLYUT0022: Unregistered web context: '/SpringLocatingResourceDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 01:08:17,256 INFO [io.undertow.servlet] (ServerService Thread Pool -- 14) Closing Spring root WebApplicationContext
< 2022-11-19 01:08:17,275 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment SpringLocatingResourceDependenciesInDeploymentTest.war (runtime-name: SpringLocatingResourceDependenciesInDeploymentTest.war) in 19ms
< 2022-11-19 01:08:17,284 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/a8/a1c0a652eb343ee4ba0ccce90db3c82da63af2/content
< 2022-11-19 01:08:17,284 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "SpringLocatingResourceDependenciesInDeploymentTest.war" (runtime-name: "SpringLocatingResourceDependenciesInDeploymentTest.war")
< 2022-11-19 01:08:18,089 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/35/d14d41ba6a787a4e91df2cc19c0aea0932a0d5/content
< 2022-11-19 01:08:18,091 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "RequestScopedBeanDependenciesInDeploymentTest.war" (runtime-name: "RequestScopedBeanDependenciesInDeploymentTest.war")
< 2022-11-19 01:08:18,884 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:18,886 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:18,886 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:18,887 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:18,888 WARN [org.jboss.as.ee] (MSC service thread 1-3) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:18,897 WARN [org.jboss.as.jaxrs] (MSC service thread 1-3) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:08:18,898 WARN [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0013: Deployment RequestScopedBeanDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:08:18,906 INFO [io.undertow.servlet] (ServerService Thread Pool -- 32) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:08:18,920 INFO [io.undertow.servlet] (ServerService Thread Pool -- 32) Initializing Spring root WebApplicationContext
< 2022-11-19 01:08:18,920 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 32) Root WebApplicationContext: initialization started
< 2022-11-19 01:08:19,041 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 32) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.ServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
< 2022-11-19 01:08:19,041 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 32) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.JaxrsServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
< 2022-11-19 01:08:19,087 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 32) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
< 2022-11-19 01:08:19,124 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 32) Root WebApplicationContext initialized in 204 ms
< 2022-11-19 01:08:19,124 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 32) WFLYUT0021: Registered web context: '/RequestScopedBeanDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 01:08:19,130 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "RequestScopedBeanDependenciesInDeploymentTest.war" (runtime-name : "RequestScopedBeanDependenciesInDeploymentTest.war")
< 2022-11-19 01:08:19,198 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 32) WFLYUT0022: Unregistered web context: '/RequestScopedBeanDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 01:08:19,199 INFO [io.undertow.servlet] (ServerService Thread Pool -- 32) Closing Spring root WebApplicationContext
< 2022-11-19 01:08:19,254 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment RequestScopedBeanDependenciesInDeploymentTest.war (runtime-name: RequestScopedBeanDependenciesInDeploymentTest.war) in 58ms
< 2022-11-19 01:08:19,294 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/35/d14d41ba6a787a4e91df2cc19c0aea0932a0d5/content
< 2022-11-19 01:08:19,295 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "RequestScopedBeanDependenciesInDeploymentTest.war" (runtime-name: "RequestScopedBeanDependenciesInDeploymentTest.war")
< 2022-11-19 01:08:20,045 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/3a/4b61985e16fd0d3bce5ebff93a640480ef3a6c/content
< 2022-11-19 01:08:20,048 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "SpringBeanProcessorDependenciesInDeploymentTest.war" (runtime-name: "SpringBeanProcessorDependenciesInDeploymentTest.war")
< 2022-11-19 01:08:20,712 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:20,713 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:20,714 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:20,715 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:20,716 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:20,723 WARN [org.jboss.as.jaxrs] (MSC service thread 1-4) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:08:20,724 WARN [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0013: Deployment SpringBeanProcessorDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:08:20,738 INFO [io.undertow.servlet] (ServerService Thread Pool -- 34) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:08:20,762 INFO [io.undertow.servlet] (ServerService Thread Pool -- 34) Initializing Spring root WebApplicationContext
< 2022-11-19 01:08:20,762 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 34) Root WebApplicationContext: initialization started
< 2022-11-19 01:08:21,039 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 34) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getContext()
< 2022-11-19 01:08:21,041 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 34) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getBeanName()
< 2022-11-19 01:08:21,042 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 34) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getContext()
< 2022-11-19 01:08:21,043 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 34) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getBeanName()
< 2022-11-19 01:08:21,096 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 34) Root WebApplicationContext initialized in 334 ms
< 2022-11-19 01:08:21,098 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 34) WFLYUT0021: Registered web context: '/SpringBeanProcessorDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 01:08:21,115 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "SpringBeanProcessorDependenciesInDeploymentTest.war" (runtime-name : "SpringBeanProcessorDependenciesInDeploymentTest.war")
< 2022-11-19 01:08:21,135 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringBeanProcessorMyPrototypedResource] (default task-2) here
< 2022-11-19 01:08:21,144 INFO [org.jboss.resteasy.test.spring.deployment.resource.SpringBeanProcessorMyPrototypedResource] (default task-2) here
< 2022-11-19 01:08:21,195 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 34) WFLYUT0022: Unregistered web context: '/SpringBeanProcessorDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 01:08:21,196 INFO [io.undertow.servlet] (ServerService Thread Pool -- 34) Closing Spring root WebApplicationContext
< 2022-11-19 01:08:21,213 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment SpringBeanProcessorDependenciesInDeploymentTest.war (runtime-name: SpringBeanProcessorDependenciesInDeploymentTest.war) in 17ms
< 2022-11-19 01:08:21,220 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/3a/4b61985e16fd0d3bce5ebff93a640480ef3a6c/content
< 2022-11-19 01:08:21,221 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "SpringBeanProcessorDependenciesInDeploymentTest.war" (runtime-name: "SpringBeanProcessorDependenciesInDeploymentTest.war")
< 2022-11-19 01:08:21,861 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/39/627b5aec70e6923720c56233662892a855c331/content
< 2022-11-19 01:08:21,865 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "ContextRefreshDependenciesInDeploymentTest.war" (runtime-name: "ContextRefreshDependenciesInDeploymentTest.war")
< 2022-11-19 01:08:22,516 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:22,517 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:22,517 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:22,518 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:22,519 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
< 2022-11-19 01:08:22,524 WARN [org.jboss.as.jaxrs] (MSC service thread 1-1) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
< 2022-11-19 01:08:22,524 WARN [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0013: Deployment ContextRefreshDependenciesInDeploymentTest.war contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
< 2022-11-19 01:08:22,532 INFO [io.undertow.servlet] (ServerService Thread Pool -- 14) No Spring WebApplicationInitializer types detected on classpath
< 2022-11-19 01:08:22,554 INFO [io.undertow.servlet] (ServerService Thread Pool -- 14) Initializing Spring root WebApplicationContext
< 2022-11-19 01:08:22,554 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 14) Root WebApplicationContext: initialization started
< 2022-11-19 01:08:22,634 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 14) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@402efaf9
< 2022-11-19 01:08:22,640 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 14) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@402efaf9.setApplicationContext(): Root WebApplicationContext, started on Sat Nov 19 01:08:22 CST 2022
< 2022-11-19 01:08:22,640 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 14) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@402efaf9.afterPropertiesSet()
< 2022-11-19 01:08:22,645 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 14) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@253b5aa7
< 2022-11-19 01:08:22,646 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 14) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@253b5aa7.setApplicationContext(): Root WebApplicationContext, started on Sat Nov 19 01:08:22 CST 2022
< 2022-11-19 01:08:22,667 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 14) Root WebApplicationContext initialized in 113 ms
< 2022-11-19 01:08:22,668 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 14) WFLYUT0021: Registered web context: '/ContextRefreshDependenciesInDeploymentTest' for server 'default-server'
< 2022-11-19 01:08:22,678 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "ContextRefreshDependenciesInDeploymentTest.war" (runtime-name : "ContextRefreshDependenciesInDeploymentTest.war")
< 2022-11-19 01:08:22,776 INFO [org.jboss.arquillian.testenricher.cdi.container.BeanManagerProducer] (default task-2) BeanManager not found.
< 2022-11-19 01:08:22,791 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.apache.jasper.Constants.CODE_SOURCE_ATTRIBUTE_NAME
< 2022-11-19 01:08:22,791 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.apache.jasper.JSP_TAG_LIBRARIES
< 2022-11-19 01:08:22,791 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) resteasy.deployments
< 2022-11-19 01:08:22,791 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.apache.tomcat.InstanceManager
< 2022-11-19 01:08:22,791 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.apache.jasper.JSP_PROPERTY_GROUPS
< 2022-11-19 01:08:22,791 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) io.undertow.websockets.jsr.WebSocketDeploymentInfo
< 2022-11-19 01:08:22,791 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) jakarta.servlet.context.tempdir
< 2022-11-19 01:08:22,791 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) jakarta.websocket.server.ServerContainer
< 2022-11-19 01:08:22,791 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.apache.jasper.Constants.PERMISSION_COLLECTION_ATTRIBUTE_NAME
< 2022-11-19 01:08:22,791 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.springframework.web.context.support.ServletContextScope
< 2022-11-19 01:08:22,791 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.springframework.web.context.WebApplicationContext.ROOT
< 2022-11-19 01:08:22,791 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.jboss.as.web.deployment.JspInitializationListener.wrappers
< 2022-11-19 01:08:22,792 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.jboss.resteasy.spi.ResteasyDeployment
< 2022-11-19 01:08:22,792 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.apache.jasper.SERVLET_VERSION
< 2022-11-19 01:08:22,792 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.apache.jasper.runtime.JspApplicationContextImpl
< 2022-11-19 01:08:22,792 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) Root WebApplicationContext, started on Sat Nov 19 01:08:22 CST 2022
< 2022-11-19 01:08:22,808 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 14) WFLYUT0022: Unregistered web context: '/ContextRefreshDependenciesInDeploymentTest' from server 'default-server'
< 2022-11-19 01:08:22,808 INFO [io.undertow.servlet] (ServerService Thread Pool -- 14) Closing Spring root WebApplicationContext
< 2022-11-19 01:08:22,833 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment ContextRefreshDependenciesInDeploymentTest.war (runtime-name: ContextRefreshDependenciesInDeploymentTest.war) in 25ms
< 2022-11-19 01:08:22,846 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/39/627b5aec70e6923720c56233662892a855c331/content
< 2022-11-19 01:08:22,846 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "ContextRefreshDependenciesInDeploymentTest.war" (runtime-name: "ContextRefreshDependenciesInDeploymentTest.war")
< 2022-11-19 01:08:22,854 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0272: Suspending server
< 2022-11-19 01:08:22,856 INFO [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'
< 2022-11-19 01:08:22,859 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0019: Host default-host stopping
< 2022-11-19 01:08:22,861 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0008: Undertow HTTP listener default suspending
< 2022-11-19 01:08:22,861 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:8080
< 2022-11-19 01:08:22,862 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0004: Undertow 2.3.0.Final stopping
< 2022-11-19 01:08:22,873 INFO [org.jboss.as] (MSC service thread 1-7) WFLYSRV0050: WildFly Full 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) stopped in 15ms
---
> 2022-11-19 01:08:54,584 DEBUG [org.jboss.as.config] (MSC service thread 1-2) VM Arguments: -D[Standalone] -Xms64m -Xmx512m -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Djboss.modules.system.pkgs=org.jboss.byteman -ea -Djboss.home.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT --add-exports=java.desktop/sun.awt=ALL-UNNAMED --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.management/javax.management=ALL-UNNAMED --add-opens=java.naming/javax.naming=ALL-UNNAMED --add-modules=java.se -Djava.security.manager=allow -Djboss.home.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT -Djboss.server.base.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone -Djboss.server.log.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log -Djboss.server.config.dir=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration -Dorg.jboss.boot.log.file=/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/log/server.log -Dlogging.configuration=file:/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/logging.properties
> 2022-11-19 01:08:54,996 INFO [org.wildfly.security] (ServerService Thread Pool -- 4) ELY00001: WildFly Elytron version 2.0.0.Final
> 2022-11-19 01:08:55,247 WARN [org.jboss.as.controller] (ServerService Thread Pool -- 35) WFLYCTL0481: The runtime dependency package 'io.smallrye.opentracing-contrib' is already registered at location '/subsystem=microprofile-opentracing-smallrye'
> 2022-11-19 01:08:55,249 WARN [org.jboss.as.controller] (ServerService Thread Pool -- 35) WFLYCTL0481: The runtime dependency package 'io.smallrye.opentracing-contrib' is already registered at location '/subsystem=microprofile-opentracing-smallrye'
> 2022-11-19 01:08:55,392 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 3) WFLYCTL0028: Attribute 'cluster' in the resource at address '/subsystem=ejb3/service=remote' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
> 2022-11-19 01:08:55,463 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
> 2022-11-19 01:08:55,475 INFO [org.xnio] (MSC service thread 1-4) XNIO version 3.8.8.Final
> 2022-11-19 01:08:55,479 INFO [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.8.8.Final
> 2022-11-19 01:08:55,495 INFO [org.wildfly.extension.elytron.oidc._private] (ServerService Thread Pool -- 54) WFLYOIDC0001: Activating WildFly Elytron OIDC Subsystem
> 2022-11-19 01:08:55,497 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 58) WFLYRS0016: RESTEasy version 6.2.1.Final
> 2022-11-19 01:08:55,498 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 56) WFLYCLINF0001: Activating Infinispan subsystem.
> 2022-11-19 01:08:55,502 INFO [org.wildfly.extension.microprofile.config.smallrye] (ServerService Thread Pool -- 66) WFLYCONF0001: Activating MicroProfile Config Subsystem
> 2022-11-19 01:08:55,503 INFO [org.wildfly.extension.microprofile.jwt.smallrye] (ServerService Thread Pool -- 67) WFLYJWT0001: Activating MicroProfile JWT Subsystem
> 2022-11-19 01:08:55,504 INFO [org.wildfly.extension.health] (ServerService Thread Pool -- 55) WFLYHEALTH0001: Activating Base Health Subsystem
> 2022-11-19 01:08:55,510 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 69) WFLYNAM0001: Activating Naming Subsystem
> 2022-11-19 01:08:55,505 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 57) WFLYIO001: Worker 'default' has auto-configured to 24 IO threads with 192 max task threads based on your 12 available processors
> 2022-11-19 01:08:55,512 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 63) WFLYJSF0007: Activated the following Jakarta Server Faces Implementations: [main]
> 2022-11-19 01:08:55,512 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 76) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
> 2022-11-19 01:08:55,521 INFO [org.wildfly.extension.metrics] (ServerService Thread Pool -- 65) WFLYMETRICS0001: Activating Base Metrics Subsystem
> 2022-11-19 01:08:55,523 INFO [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 68) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
> 2022-11-19 01:08:55,545 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 78) WFLYWS0002: Activating WebServices Extension
> 2022-11-19 01:08:55,565 INFO [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 5.0.26.Final
> 2022-11-19 01:08:55,571 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 45) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 2.1)
> 2022-11-19 01:08:55,576 INFO [org.jboss.as.connector] (MSC service thread 1-6) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 1.5.9.Final)
> 2022-11-19 01:08:55,594 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2
> 2022-11-19 01:08:55,597 INFO [org.jboss.as.naming] (MSC service thread 1-5) WFLYNAM0003: Starting Naming Service
> 2022-11-19 01:08:55,598 INFO [org.jboss.as.mail.extension] (MSC service thread 1-8) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
> 2022-11-19 01:08:55,613 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0003: Undertow 2.3.0.Final starting
> 2022-11-19 01:08:55,627 WARN [org.wildfly.extension.elytron] (MSC service thread 1-5) WFLYELY00023: KeyStore file '/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/application.keystore' does not exist. Used blank.
> 2022-11-19 01:08:55,637 WARN [org.wildfly.extension.elytron] (MSC service thread 1-4) WFLYELY01084: KeyStore /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self-signed certificate for host localhost
> 2022-11-19 01:08:55,658 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 77) WFLYUT0014: Creating file handler for path '/Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
> 2022-11-19 01:08:55,662 INFO [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 192 (per class), which is derived from thread worker pool sizing.
> 2022-11-19 01:08:55,662 INFO [org.jboss.as.ejb3] (MSC service thread 1-6) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 48 (per class), which is derived from the number of CPUs on this host.
> 2022-11-19 01:08:55,664 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0012: Started server default-server.
> 2022-11-19 01:08:55,665 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) Queuing requests.
> 2022-11-19 01:08:55,666 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0018: Host default-host starting
> 2022-11-19 01:08:55,712 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080
> 2022-11-19 01:08:55,777 INFO [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
> 2022-11-19 01:08:55,778 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTPS listener https listening on 127.0.0.1:8443
> 2022-11-19 01:08:55,818 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
> 2022-11-19 01:08:55,905 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of "JaxrsWithSpringMVCTest.war" (runtime-name: "JaxrsWithSpringMVCTest.war")
> 2022-11-19 01:08:55,914 INFO [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
> 2022-11-19 01:08:55,917 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-7) WFLYDS0013: Started FileSystemDeploymentService for directory /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/deployments
> 2022-11-19 01:08:55,971 INFO [org.jboss.ws.common.management] (MSC service thread 1-5) JBWS022052: Starting JBossWS 6.1.0.Final (Apache CXF 3.5.2.jbossorg-3)
> 2022-11-19 01:08:57,422 INFO [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0003: Processing weld deployment JaxrsWithSpringMVCTest.war
> 2022-11-19 01:08:57,511 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-7) HV000001: Hibernate Validator 8.0.0.Final
> 2022-11-19 01:08:57,739 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-7) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender
> 2022-11-19 01:08:57,747 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-7) No shutdown hook registered: Please call close() manually on application shutdown.
> 2022-11-19 01:08:57,749 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-7) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=JaxrsWithSpringMVCTest.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=ovpn-12-118.pek2.redhat.com, jaeger.version=Java-1.6.0, ip=10.72.12.118}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
> 2022-11-19 01:08:57,831 WARN [org.jboss.as.jaxrs] (MSC service thread 1-4) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
> 2022-11-19 01:08:57,846 INFO [org.jboss.weld.Version] (MSC service thread 1-4) WELD-000900: 5.1.0 (Final)
> 2022-11-19 01:08:58,576 INFO [io.undertow.servlet] (ServerService Thread Pool -- 92) No Spring WebApplicationInitializer types detected on classpath
> 2022-11-19 01:08:58,626 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 92) 初始化上下文 '/JaxrsWithSpringMVCTest' 的 Mojarra 4.0.0.SP01
> 2022-11-19 01:08:58,883 INFO [io.undertow.servlet] (ServerService Thread Pool -- 92) Initializing Spring DispatcherServlet 'spring'
> 2022-11-19 01:08:58,883 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 92) Initializing Servlet 'spring'
> 2022-11-19 01:08:59,528 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 92) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
> 2022-11-19 01:08:59,802 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 92) Completed initialization in 919 ms
> 2022-11-19 01:08:59,802 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 92) WFLYUT0021: Registered web context: '/JaxrsWithSpringMVCTest' for server 'default-server'
> 2022-11-19 01:08:59,845 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "JaxrsWithSpringMVCTest.war" (runtime-name : "JaxrsWithSpringMVCTest.war")
> 2022-11-19 01:08:59,878 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
> 2022-11-19 01:08:59,880 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) started in 6025ms - Started 574 of 824 services (361 services are lazy, passive or on-demand) - Server configuration file in use: standalone.xml
> 2022-11-19 01:08:59,881 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
> 2022-11-19 01:08:59,882 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
> 2022-11-19 01:09:01,160 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/c2/71f4979438ee09a60819cf4d1deacc2d98ecc4/content
> 2022-11-19 01:09:01,164 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "TypeMappingDependenciesInDeploymentTest.war" (runtime-name: "TypeMappingDependenciesInDeploymentTest.war")
> 2022-11-19 01:09:01,984 INFO [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0003: Processing weld deployment TypeMappingDependenciesInDeploymentTest.war
> 2022-11-19 01:09:02,037 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-7) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender
> 2022-11-19 01:09:02,040 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-7) No shutdown hook registered: Please call close() manually on application shutdown.
> 2022-11-19 01:09:02,041 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-7) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=TypeMappingDependenciesInDeploymentTest.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=ovpn-12-118.pek2.redhat.com, jaeger.version=Java-1.6.0, ip=10.72.12.118}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
> 2022-11-19 01:09:02,073 WARN [org.jboss.as.jaxrs] (MSC service thread 1-5) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
> 2022-11-19 01:09:02,253 INFO [io.undertow.servlet] (ServerService Thread Pool -- 15) No Spring WebApplicationInitializer types detected on classpath
> 2022-11-19 01:09:02,309 INFO [io.undertow.servlet] (ServerService Thread Pool -- 15) Initializing Spring root WebApplicationContext
> 2022-11-19 01:09:02,309 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 15) Root WebApplicationContext: initialization started
> 2022-11-19 01:09:02,442 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.ServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
> 2022-11-19 01:09:02,442 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.JaxrsServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
> 2022-11-19 01:09:02,442 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002155: Provider class org.wildfly.microprofile.opentracing.smallrye.TracerDynamicFeature is already registered. 2nd registration is being ignored.
> 2022-11-19 01:09:02,463 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 15) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
> 2022-11-19 01:09:02,473 ERROR [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 15) Context initialization failed: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:155)
> at io.undertow.servlet@2.3.0.Final/jdk.proxy24/jdk.proxy24.$Proxy86.getAttribute(Unknown Source)
> at org.wildfly.microprofile.opentracing-smallrye@28.0.0.Beta1-SNAPSHOT//org.wildfly.microprofile.opentracing.smallrye.TracerDynamicFeature.configure(TracerDynamicFeature.java:61)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.<init>(ResourceMethodInvoker.java:128)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.processMethod(ResourceMethodRegistry.java:381)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.register(ResourceMethodRegistry.java:308)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:259)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:227)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:208)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:192)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringBeanProcessor.onApplicationEvent(SpringBeanProcessor.java:532)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:413)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:370)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:936)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:587)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:396)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:288)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:102)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringContextLoaderListener.contextInitialized(SpringContextLoaderListener.java:57)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:105)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:87)
> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
>
> 2022-11-19 01:09:02,474 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 15) MSC000001: Failed to start service jboss.deployment.unit."TypeMappingDependenciesInDeploymentTest.war".undertow-deployment: org.jboss.msc.service.StartException in service jboss.deployment.unit."TypeMappingDependenciesInDeploymentTest.war".undertow-deployment: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:90)
> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:257)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:105)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:87)
> ... 8 more
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:155)
> at io.undertow.servlet@2.3.0.Final/jdk.proxy24/jdk.proxy24.$Proxy86.getAttribute(Unknown Source)
> at org.wildfly.microprofile.opentracing-smallrye@28.0.0.Beta1-SNAPSHOT//org.wildfly.microprofile.opentracing.smallrye.TracerDynamicFeature.configure(TracerDynamicFeature.java:61)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.<init>(ResourceMethodInvoker.java:128)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.processMethod(ResourceMethodRegistry.java:381)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.register(ResourceMethodRegistry.java:308)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:259)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:227)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:208)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:192)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringBeanProcessor.onApplicationEvent(SpringBeanProcessor.java:532)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:413)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:370)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:936)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:587)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:396)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:288)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:102)
> at deployment.TypeMappingDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringContextLoaderListener.contextInitialized(SpringContextLoaderListener.java:57)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
> ... 10 more
>
> 2022-11-19 01:09:02,476 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "TypeMappingDependenciesInDeploymentTest.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"TypeMappingDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:09:02,477 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "TypeMappingDependenciesInDeploymentTest.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"TypeMappingDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:09:02,477 ERROR [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0021: Deploy of deployment "TypeMappingDependenciesInDeploymentTest.war" was rolled back with the following failure message:
> {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"TypeMappingDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:09:02,513 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment TypeMappingDependenciesInDeploymentTest.war (runtime-name: TypeMappingDependenciesInDeploymentTest.war) in 35ms
> 2022-11-19 01:09:04,511 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/79/43e9f18f7c4ee227c93c059dde5b3c0f1bc671/content
> 2022-11-19 01:09:04,516 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of "deploymentWithSpringContextLoaderListenerSpringIncluded.war" (runtime-name: "deploymentWithSpringContextLoaderListenerSpringIncluded.war")
> 2022-11-19 01:09:05,383 INFO [org.jboss.weld.deployer] (MSC service thread 1-5) WFLYWELD0003: Processing weld deployment deploymentWithSpringContextLoaderListenerSpringIncluded.war
> 2022-11-19 01:09:05,444 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-5) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender
> 2022-11-19 01:09:05,445 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-5) No shutdown hook registered: Please call close() manually on application shutdown.
> 2022-11-19 01:09:05,445 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-5) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=deploymentWithSpringContextLoaderListenerSpringIncluded.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=ovpn-12-118.pek2.redhat.com, jaeger.version=Java-1.6.0, ip=10.72.12.118}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
> 2022-11-19 01:09:05,469 WARN [org.jboss.as.jaxrs] (MSC service thread 1-1) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
> 2022-11-19 01:09:05,651 INFO [io.undertow.servlet] (ServerService Thread Pool -- 9) No Spring WebApplicationInitializer types detected on classpath
> 2022-11-19 01:09:05,679 INFO [io.undertow.servlet] (ServerService Thread Pool -- 9) Initializing Spring root WebApplicationContext
> 2022-11-19 01:09:05,679 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 9) Root WebApplicationContext: initialization started
> 2022-11-19 01:09:05,790 ERROR [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 9) Context initialization failed: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:155)
> at io.undertow.servlet@2.3.0.Final/jdk.proxy24/jdk.proxy24.$Proxy86.getAttribute(Unknown Source)
> at org.wildfly.microprofile.opentracing-smallrye@28.0.0.Beta1-SNAPSHOT//org.wildfly.microprofile.opentracing.smallrye.TracerDynamicFeature.configure(TracerDynamicFeature.java:61)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.<init>(ResourceMethodInvoker.java:128)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.processMethod(ResourceMethodRegistry.java:381)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.register(ResourceMethodRegistry.java:308)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:259)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:227)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:208)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:192)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.jboss.resteasy.plugins.spring.SpringBeanProcessor.onApplicationEvent(SpringBeanProcessor.java:532)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:413)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:370)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:936)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:587)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:396)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:288)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:102)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.jboss.resteasy.plugins.spring.SpringContextLoaderListener.contextInitialized(SpringContextLoaderListener.java:57)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:105)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:87)
> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
>
> 2022-11-19 01:09:05,791 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 9) MSC000001: Failed to start service jboss.deployment.unit."deploymentWithSpringContextLoaderListenerSpringIncluded.war".undertow-deployment: org.jboss.msc.service.StartException in service jboss.deployment.unit."deploymentWithSpringContextLoaderListenerSpringIncluded.war".undertow-deployment: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:90)
> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:257)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:105)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:87)
> ... 8 more
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:155)
> at io.undertow.servlet@2.3.0.Final/jdk.proxy24/jdk.proxy24.$Proxy86.getAttribute(Unknown Source)
> at org.wildfly.microprofile.opentracing-smallrye@28.0.0.Beta1-SNAPSHOT//org.wildfly.microprofile.opentracing.smallrye.TracerDynamicFeature.configure(TracerDynamicFeature.java:61)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.<init>(ResourceMethodInvoker.java:128)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.processMethod(ResourceMethodRegistry.java:381)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.register(ResourceMethodRegistry.java:308)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:259)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:227)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:208)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:192)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.jboss.resteasy.plugins.spring.SpringBeanProcessor.onApplicationEvent(SpringBeanProcessor.java:532)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:413)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:370)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:936)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:587)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:396)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:288)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:102)
> at deployment.deploymentWithSpringContextLoaderListenerSpringIncluded.war//org.jboss.resteasy.plugins.spring.SpringContextLoaderListener.contextInitialized(SpringContextLoaderListener.java:57)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
> ... 10 more
>
> 2022-11-19 01:09:05,792 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "deploymentWithSpringContextLoaderListenerSpringIncluded.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"deploymentWithSpringContextLoaderListenerSpringIncluded.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:09:05,792 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "deploymentWithSpringContextLoaderListenerSpringIncluded.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"deploymentWithSpringContextLoaderListenerSpringIncluded.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:09:05,793 ERROR [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0021: Deploy of deployment "deploymentWithSpringContextLoaderListenerSpringIncluded.war" was rolled back with the following failure message:
> {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"deploymentWithSpringContextLoaderListenerSpringIncluded.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:09:05,819 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment deploymentWithSpringContextLoaderListenerSpringIncluded.war (runtime-name: deploymentWithSpringContextLoaderListenerSpringIncluded.war) in 26ms
> 2022-11-19 01:09:06,750 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/24/cf2ec303d57dc303e6451d90c503810df12062/content
> 2022-11-19 01:09:06,752 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "SpringWebappContextDependenciesInDeploymentTest.war" (runtime-name: "SpringWebappContextDependenciesInDeploymentTest.war")
> 2022-11-19 01:09:07,609 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment SpringWebappContextDependenciesInDeploymentTest.war
> 2022-11-19 01:09:07,648 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender
> 2022-11-19 01:09:07,649 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown.
> 2022-11-19 01:09:07,649 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=SpringWebappContextDependenciesInDeploymentTest.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=ovpn-12-118.pek2.redhat.com, jaeger.version=Java-1.6.0, ip=10.72.12.118}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
> 2022-11-19 01:09:07,668 WARN [org.jboss.as.jaxrs] (MSC service thread 1-8) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
> 2022-11-19 01:09:07,872 INFO [io.undertow.servlet] (ServerService Thread Pool -- 4) No Spring WebApplicationInitializer types detected on classpath
> 2022-11-19 01:09:07,895 INFO [io.undertow.servlet] (ServerService Thread Pool -- 4) Initializing Spring root WebApplicationContext
> 2022-11-19 01:09:07,896 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 4) Root WebApplicationContext: initialization started
> 2022-11-19 01:09:08,002 ERROR [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 4) Context initialization failed: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:155)
> at io.undertow.servlet@2.3.0.Final/jdk.proxy24/jdk.proxy24.$Proxy86.getAttribute(Unknown Source)
> at org.wildfly.microprofile.opentracing-smallrye@28.0.0.Beta1-SNAPSHOT//org.wildfly.microprofile.opentracing.smallrye.TracerDynamicFeature.configure(TracerDynamicFeature.java:61)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.<init>(ResourceMethodInvoker.java:128)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.processMethod(ResourceMethodRegistry.java:381)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.register(ResourceMethodRegistry.java:308)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:259)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:227)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:208)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:192)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringBeanProcessor.onApplicationEvent(SpringBeanProcessor.java:532)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:413)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:370)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:936)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:587)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:396)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:288)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:102)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringContextLoaderListener.contextInitialized(SpringContextLoaderListener.java:57)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:105)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:87)
> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
>
> 2022-11-19 01:09:08,003 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 4) MSC000001: Failed to start service jboss.deployment.unit."SpringWebappContextDependenciesInDeploymentTest.war".undertow-deployment: org.jboss.msc.service.StartException in service jboss.deployment.unit."SpringWebappContextDependenciesInDeploymentTest.war".undertow-deployment: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:90)
> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:257)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:105)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:87)
> ... 8 more
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:155)
> at io.undertow.servlet@2.3.0.Final/jdk.proxy24/jdk.proxy24.$Proxy86.getAttribute(Unknown Source)
> at org.wildfly.microprofile.opentracing-smallrye@28.0.0.Beta1-SNAPSHOT//org.wildfly.microprofile.opentracing.smallrye.TracerDynamicFeature.configure(TracerDynamicFeature.java:61)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.<init>(ResourceMethodInvoker.java:128)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.processMethod(ResourceMethodRegistry.java:381)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.register(ResourceMethodRegistry.java:308)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:259)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:227)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:208)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:192)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringBeanProcessor.onApplicationEvent(SpringBeanProcessor.java:532)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:413)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:370)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:936)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:587)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:396)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:288)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:102)
> at deployment.SpringWebappContextDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringContextLoaderListener.contextInitialized(SpringContextLoaderListener.java:57)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
> ... 10 more
>
> 2022-11-19 01:09:08,004 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "SpringWebappContextDependenciesInDeploymentTest.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"SpringWebappContextDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:09:08,004 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "SpringWebappContextDependenciesInDeploymentTest.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"SpringWebappContextDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:09:08,005 ERROR [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0021: Deploy of deployment "SpringWebappContextDependenciesInDeploymentTest.war" was rolled back with the following failure message:
> {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"SpringWebappContextDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:09:08,033 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment SpringWebappContextDependenciesInDeploymentTest.war (runtime-name: SpringWebappContextDependenciesInDeploymentTest.war) in 28ms
> 2022-11-19 01:09:08,680 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0022: Unregistered web context: '/JaxrsWithSpringMVCTest' from server 'default-server'
> 2022-11-19 01:09:08,680 INFO [io.undertow.servlet] (ServerService Thread Pool -- 4) Destroying Spring FrameworkServlet 'spring'
> 2022-11-19 01:09:08,728 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment JaxrsWithSpringMVCTest.war (runtime-name: JaxrsWithSpringMVCTest.war) in 49ms
> 2022-11-19 01:09:08,826 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/20/ad8a95c1ea1eb32b77b6506a49e17328eae170/content
> 2022-11-19 01:09:08,826 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "JaxrsWithSpringMVCTest.war" (runtime-name: "JaxrsWithSpringMVCTest.war")
> 2022-11-19 01:09:09,723 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/ba/fbde3abbdbb64ff5946a69b4788fbe579f5424/content
> 2022-11-19 01:09:09,732 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of "JavaConfigDependenciesInDeploymentTest.war" (runtime-name: "JavaConfigDependenciesInDeploymentTest.war")
> 2022-11-19 01:09:10,623 INFO [org.jboss.weld.deployer] (MSC service thread 1-5) WFLYWELD0003: Processing weld deployment JavaConfigDependenciesInDeploymentTest.war
> 2022-11-19 01:09:10,669 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-5) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender
> 2022-11-19 01:09:10,670 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-5) No shutdown hook registered: Please call close() manually on application shutdown.
> 2022-11-19 01:09:10,671 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-5) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=JavaConfigDependenciesInDeploymentTest.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=ovpn-12-118.pek2.redhat.com, jaeger.version=Java-1.6.0, ip=10.72.12.118}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
> 2022-11-19 01:09:10,691 WARN [org.jboss.as.jaxrs] (MSC service thread 1-6) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
> 2022-11-19 01:09:10,861 INFO [io.undertow.servlet] (ServerService Thread Pool -- 32) No Spring WebApplicationInitializer types detected on classpath
> 2022-11-19 01:09:10,901 INFO [io.undertow.servlet] (ServerService Thread Pool -- 32) Initializing Spring root WebApplicationContext
> 2022-11-19 01:09:10,901 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 32) Root WebApplicationContext: initialization started
> 2022-11-19 01:09:11,214 INFO [org.jboss.resteasy.test.spring.deployment.resource.JavaConfigResource] (ServerService Thread Pool -- 32) *** resource created:org.jboss.resteasy.test.spring.deployment.resource.JavaConfigResource@459c45b3
> 2022-11-19 01:09:11,229 INFO [org.jboss.resteasy.test.spring.deployment.resource.JavaConfigResource] (ServerService Thread Pool -- 32) *** service injected=org.jboss.resteasy.test.spring.deployment.resource.JavaConfigService@76a0c882
> 2022-11-19 01:09:11,242 ERROR [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 32) Context initialization failed: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:155)
> at io.undertow.servlet@2.3.0.Final/jdk.proxy24/jdk.proxy24.$Proxy86.getAttribute(Unknown Source)
> at org.wildfly.microprofile.opentracing-smallrye@28.0.0.Beta1-SNAPSHOT//org.wildfly.microprofile.opentracing.smallrye.TracerDynamicFeature.configure(TracerDynamicFeature.java:61)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.<init>(ResourceMethodInvoker.java:128)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.processMethod(ResourceMethodRegistry.java:381)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.register(ResourceMethodRegistry.java:308)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:259)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:227)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:208)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:192)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringBeanProcessor.onApplicationEvent(SpringBeanProcessor.java:532)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:413)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:370)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:936)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:587)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:396)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:288)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:102)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringContextLoaderListener.contextInitialized(SpringContextLoaderListener.java:57)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:105)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:87)
> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
>
> 2022-11-19 01:09:11,243 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 32) MSC000001: Failed to start service jboss.deployment.unit."JavaConfigDependenciesInDeploymentTest.war".undertow-deployment: org.jboss.msc.service.StartException in service jboss.deployment.unit."JavaConfigDependenciesInDeploymentTest.war".undertow-deployment: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:90)
> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:257)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:105)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:87)
> ... 8 more
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:155)
> at io.undertow.servlet@2.3.0.Final/jdk.proxy24/jdk.proxy24.$Proxy86.getAttribute(Unknown Source)
> at org.wildfly.microprofile.opentracing-smallrye@28.0.0.Beta1-SNAPSHOT//org.wildfly.microprofile.opentracing.smallrye.TracerDynamicFeature.configure(TracerDynamicFeature.java:61)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.<init>(ResourceMethodInvoker.java:128)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.processMethod(ResourceMethodRegistry.java:381)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.register(ResourceMethodRegistry.java:308)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:259)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:227)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:208)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:192)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringBeanProcessor.onApplicationEvent(SpringBeanProcessor.java:532)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:413)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:370)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:936)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:587)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:396)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:288)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:102)
> at deployment.JavaConfigDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringContextLoaderListener.contextInitialized(SpringContextLoaderListener.java:57)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
> ... 10 more
>
> 2022-11-19 01:09:11,244 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "JavaConfigDependenciesInDeploymentTest.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"JavaConfigDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:09:11,244 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "JavaConfigDependenciesInDeploymentTest.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"JavaConfigDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:09:11,244 ERROR [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0021: Deploy of deployment "JavaConfigDependenciesInDeploymentTest.war" was rolled back with the following failure message:
> {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"JavaConfigDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:09:11,272 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment JavaConfigDependenciesInDeploymentTest.war (runtime-name: JavaConfigDependenciesInDeploymentTest.war) in 28ms
> 2022-11-19 01:09:12,102 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/a0/ab3ff639265682e7d5e3f4c63149f7f4921f0b/content
> 2022-11-19 01:09:12,104 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "ContactsDependenciesInDeploymentTest.war" (runtime-name: "ContactsDependenciesInDeploymentTest.war")
> 2022-11-19 01:09:12,826 INFO [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0003: Processing weld deployment ContactsDependenciesInDeploymentTest.war
> 2022-11-19 01:09:12,870 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-8) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender
> 2022-11-19 01:09:12,872 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-8) No shutdown hook registered: Please call close() manually on application shutdown.
> 2022-11-19 01:09:12,872 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-8) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=ContactsDependenciesInDeploymentTest.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=ovpn-12-118.pek2.redhat.com, jaeger.version=Java-1.6.0, ip=10.72.12.118}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
> 2022-11-19 01:09:12,901 WARN [org.jboss.as.jaxrs] (MSC service thread 1-2) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
> 2022-11-19 01:09:13,082 INFO [io.undertow.servlet] (ServerService Thread Pool -- 14) No Spring WebApplicationInitializer types detected on classpath
> 2022-11-19 01:09:13,089 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 14) 初始化上下文 '/ContactsDependenciesInDeploymentTest' 的 Mojarra 4.0.0.SP01
> 2022-11-19 01:09:13,156 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 14) WFLYUT0021: Registered web context: '/ContactsDependenciesInDeploymentTest' for server 'default-server'
> 2022-11-19 01:09:13,170 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "ContactsDependenciesInDeploymentTest.war" (runtime-name : "ContactsDependenciesInDeploymentTest.war")
> 2022-11-19 01:09:13,908 INFO [io.undertow.servlet] (default task-1) Initializing Spring DispatcherServlet 'springmvc'
> 2022-11-19 01:09:13,909 INFO [org.springframework.web.servlet.DispatcherServlet] (default task-1) Initializing Servlet 'springmvc'
> 2022-11-19 01:09:14,155 INFO [org.jboss.resteasy.plugins.spring.i18n] (default task-1) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
> 2022-11-19 01:09:14,201 INFO [org.springframework.web.servlet.DispatcherServlet] (default task-1) Completed initialization in 292 ms
> 2022-11-19 01:09:14,431 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 14) WFLYUT0022: Unregistered web context: '/ContactsDependenciesInDeploymentTest' from server 'default-server'
> 2022-11-19 01:09:14,431 INFO [io.undertow.servlet] (ServerService Thread Pool -- 14) Destroying Spring FrameworkServlet 'springmvc'
> 2022-11-19 01:09:14,450 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0028: Stopped deployment ContactsDependenciesInDeploymentTest.war (runtime-name: ContactsDependenciesInDeploymentTest.war) in 20ms
> 2022-11-19 01:09:14,467 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/a0/ab3ff639265682e7d5e3f4c63149f7f4921f0b/content
> 2022-11-19 01:09:14,467 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "ContactsDependenciesInDeploymentTest.war" (runtime-name: "ContactsDependenciesInDeploymentTest.war")
> 2022-11-19 01:09:15,373 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/03/dd0b218ab4a3567e1223b1901253d999142875/content
> 2022-11-19 01:09:15,376 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "SpringLocatingResourceDependenciesInDeploymentTest.war" (runtime-name: "SpringLocatingResourceDependenciesInDeploymentTest.war")
> 2022-11-19 01:09:16,169 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment SpringLocatingResourceDependenciesInDeploymentTest.war
> 2022-11-19 01:09:16,203 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender
> 2022-11-19 01:09:16,204 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown.
> 2022-11-19 01:09:16,204 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=SpringLocatingResourceDependenciesInDeploymentTest.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=ovpn-12-118.pek2.redhat.com, jaeger.version=Java-1.6.0, ip=10.72.12.118}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
> 2022-11-19 01:09:16,228 WARN [org.jboss.as.jaxrs] (MSC service thread 1-6) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
> 2022-11-19 01:09:16,385 INFO [io.undertow.servlet] (ServerService Thread Pool -- 38) No Spring WebApplicationInitializer types detected on classpath
> 2022-11-19 01:09:16,408 INFO [io.undertow.servlet] (ServerService Thread Pool -- 38) Initializing Spring root WebApplicationContext
> 2022-11-19 01:09:16,408 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 38) Root WebApplicationContext: initialization started
> 2022-11-19 01:09:16,570 ERROR [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 38) Context initialization failed: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:155)
> at io.undertow.servlet@2.3.0.Final/jdk.proxy24/jdk.proxy24.$Proxy86.getAttribute(Unknown Source)
> at org.wildfly.microprofile.opentracing-smallrye@28.0.0.Beta1-SNAPSHOT//org.wildfly.microprofile.opentracing.smallrye.TracerDynamicFeature.configure(TracerDynamicFeature.java:61)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.<init>(ResourceMethodInvoker.java:128)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.processMethod(ResourceMethodRegistry.java:381)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.register(ResourceMethodRegistry.java:308)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:259)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:227)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:208)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:192)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringBeanProcessor.onApplicationEvent(SpringBeanProcessor.java:532)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:413)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:370)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:936)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:587)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:396)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:288)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:102)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringContextLoaderListener.contextInitialized(SpringContextLoaderListener.java:57)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:105)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:87)
> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
>
> 2022-11-19 01:09:16,572 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 38) MSC000001: Failed to start service jboss.deployment.unit."SpringLocatingResourceDependenciesInDeploymentTest.war".undertow-deployment: org.jboss.msc.service.StartException in service jboss.deployment.unit."SpringLocatingResourceDependenciesInDeploymentTest.war".undertow-deployment: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:90)
> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:257)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:105)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:87)
> ... 8 more
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:155)
> at io.undertow.servlet@2.3.0.Final/jdk.proxy24/jdk.proxy24.$Proxy86.getAttribute(Unknown Source)
> at org.wildfly.microprofile.opentracing-smallrye@28.0.0.Beta1-SNAPSHOT//org.wildfly.microprofile.opentracing.smallrye.TracerDynamicFeature.configure(TracerDynamicFeature.java:61)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.<init>(ResourceMethodInvoker.java:128)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.processMethod(ResourceMethodRegistry.java:381)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.register(ResourceMethodRegistry.java:308)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:259)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:227)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:208)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:192)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringBeanProcessor.onApplicationEvent(SpringBeanProcessor.java:532)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:413)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:370)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:936)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:587)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:396)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:288)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:102)
> at deployment.SpringLocatingResourceDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringContextLoaderListener.contextInitialized(SpringContextLoaderListener.java:57)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
> ... 10 more
>
> 2022-11-19 01:09:16,576 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "SpringLocatingResourceDependenciesInDeploymentTest.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"SpringLocatingResourceDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:09:16,577 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "SpringLocatingResourceDependenciesInDeploymentTest.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"SpringLocatingResourceDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:09:16,577 ERROR [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0021: Deploy of deployment "SpringLocatingResourceDependenciesInDeploymentTest.war" was rolled back with the following failure message:
> {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"SpringLocatingResourceDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:09:16,621 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment SpringLocatingResourceDependenciesInDeploymentTest.war (runtime-name: SpringLocatingResourceDependenciesInDeploymentTest.war) in 43ms
> 2022-11-19 01:09:17,405 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/69/1f054010fab58f77c325f019aad9beed757c46/content
> 2022-11-19 01:09:17,406 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "RequestScopedBeanDependenciesInDeploymentTest.war" (runtime-name: "RequestScopedBeanDependenciesInDeploymentTest.war")
> 2022-11-19 01:09:18,063 INFO [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0003: Processing weld deployment RequestScopedBeanDependenciesInDeploymentTest.war
> 2022-11-19 01:09:18,119 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-8) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender
> 2022-11-19 01:09:18,121 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-8) No shutdown hook registered: Please call close() manually on application shutdown.
> 2022-11-19 01:09:18,121 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-8) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=RequestScopedBeanDependenciesInDeploymentTest.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=ovpn-12-118.pek2.redhat.com, jaeger.version=Java-1.6.0, ip=10.72.12.118}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
> 2022-11-19 01:09:18,143 WARN [org.jboss.as.jaxrs] (MSC service thread 1-7) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
> 2022-11-19 01:09:18,311 INFO [io.undertow.servlet] (ServerService Thread Pool -- 4) No Spring WebApplicationInitializer types detected on classpath
> 2022-11-19 01:09:18,345 INFO [io.undertow.servlet] (ServerService Thread Pool -- 4) Initializing Spring root WebApplicationContext
> 2022-11-19 01:09:18,346 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 4) Root WebApplicationContext: initialization started
> 2022-11-19 01:09:18,467 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.ServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
> 2022-11-19 01:09:18,468 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002160: Provider instance org.jboss.resteasy.plugins.providers.JaxrsServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored.
> 2022-11-19 01:09:18,468 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.wildfly.microprofile.opentracing.smallrye.TracerDynamicFeature is already registered. 2nd registration is being ignored.
> 2022-11-19 01:09:18,496 INFO [org.jboss.resteasy.plugins.spring.i18n] (ServerService Thread Pool -- 4) RESTEASY013075: ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.
> 2022-11-19 01:09:18,506 ERROR [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 4) Context initialization failed: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:155)
> at io.undertow.servlet@2.3.0.Final/jdk.proxy24/jdk.proxy24.$Proxy86.getAttribute(Unknown Source)
> at org.wildfly.microprofile.opentracing-smallrye@28.0.0.Beta1-SNAPSHOT//org.wildfly.microprofile.opentracing.smallrye.TracerDynamicFeature.configure(TracerDynamicFeature.java:61)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.<init>(ResourceMethodInvoker.java:128)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.processMethod(ResourceMethodRegistry.java:381)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.register(ResourceMethodRegistry.java:308)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:259)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:227)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:208)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:192)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringBeanProcessor.onApplicationEvent(SpringBeanProcessor.java:532)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:413)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:370)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:936)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:587)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:396)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:288)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:102)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringContextLoaderListener.contextInitialized(SpringContextLoaderListener.java:57)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:105)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:87)
> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
>
> 2022-11-19 01:09:18,507 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 4) MSC000001: Failed to start service jboss.deployment.unit."RequestScopedBeanDependenciesInDeploymentTest.war".undertow-deployment: org.jboss.msc.service.StartException in service jboss.deployment.unit."RequestScopedBeanDependenciesInDeploymentTest.war".undertow-deployment: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:90)
> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:257)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:105)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:87)
> ... 8 more
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:155)
> at io.undertow.servlet@2.3.0.Final/jdk.proxy24/jdk.proxy24.$Proxy86.getAttribute(Unknown Source)
> at org.wildfly.microprofile.opentracing-smallrye@28.0.0.Beta1-SNAPSHOT//org.wildfly.microprofile.opentracing.smallrye.TracerDynamicFeature.configure(TracerDynamicFeature.java:61)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.<init>(ResourceMethodInvoker.java:128)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.processMethod(ResourceMethodRegistry.java:381)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.register(ResourceMethodRegistry.java:308)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:259)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:227)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:208)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:192)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringBeanProcessor.onApplicationEvent(SpringBeanProcessor.java:532)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:413)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:370)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:936)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:587)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:396)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:288)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:102)
> at deployment.RequestScopedBeanDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringContextLoaderListener.contextInitialized(SpringContextLoaderListener.java:57)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
> ... 10 more
>
> 2022-11-19 01:09:18,507 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "RequestScopedBeanDependenciesInDeploymentTest.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"RequestScopedBeanDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:09:18,508 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "RequestScopedBeanDependenciesInDeploymentTest.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"RequestScopedBeanDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:09:18,508 ERROR [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0021: Deploy of deployment "RequestScopedBeanDependenciesInDeploymentTest.war" was rolled back with the following failure message:
> {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"RequestScopedBeanDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:09:18,528 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment RequestScopedBeanDependenciesInDeploymentTest.war (runtime-name: RequestScopedBeanDependenciesInDeploymentTest.war) in 20ms
> 2022-11-19 01:09:19,252 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/b6/11bb81cf321258ea8b08a74d69c643a03893d8/content
> 2022-11-19 01:09:19,255 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "SpringBeanProcessorDependenciesInDeploymentTest.war" (runtime-name: "SpringBeanProcessorDependenciesInDeploymentTest.war")
> 2022-11-19 01:09:20,067 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment SpringBeanProcessorDependenciesInDeploymentTest.war
> 2022-11-19 01:09:20,138 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender
> 2022-11-19 01:09:20,139 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown.
> 2022-11-19 01:09:20,140 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=SpringBeanProcessorDependenciesInDeploymentTest.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=ovpn-12-118.pek2.redhat.com, jaeger.version=Java-1.6.0, ip=10.72.12.118}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
> 2022-11-19 01:09:20,181 WARN [org.jboss.as.jaxrs] (MSC service thread 1-8) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
> 2022-11-19 01:09:20,405 INFO [io.undertow.servlet] (ServerService Thread Pool -- 95) No Spring WebApplicationInitializer types detected on classpath
> 2022-11-19 01:09:20,430 INFO [io.undertow.servlet] (ServerService Thread Pool -- 95) Initializing Spring root WebApplicationContext
> 2022-11-19 01:09:20,430 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 95) Root WebApplicationContext: initialization started
> 2022-11-19 01:09:20,667 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 95) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getContext()
> 2022-11-19 01:09:20,668 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 95) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getBeanName()
> 2022-11-19 01:09:20,669 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 95) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getContext()
> 2022-11-19 01:09:20,669 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (ServerService Thread Pool -- 95) Autowired annotation should only be used on methods with parameters: public java.lang.String org.jboss.resteasy.plugins.spring.ResteasyRegistration.getBeanName()
> 2022-11-19 01:09:20,689 ERROR [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 95) Context initialization failed: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:155)
> at io.undertow.servlet@2.3.0.Final/jdk.proxy24/jdk.proxy24.$Proxy86.getAttribute(Unknown Source)
> at org.wildfly.microprofile.opentracing-smallrye@28.0.0.Beta1-SNAPSHOT//org.wildfly.microprofile.opentracing.smallrye.TracerDynamicFeature.configure(TracerDynamicFeature.java:61)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.<init>(ResourceMethodInvoker.java:128)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.processMethod(ResourceMethodRegistry.java:381)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.register(ResourceMethodRegistry.java:308)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:259)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:227)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:208)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:192)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringBeanProcessor.onApplicationEvent(SpringBeanProcessor.java:532)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:413)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:370)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:936)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:587)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:396)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:288)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:102)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringContextLoaderListener.contextInitialized(SpringContextLoaderListener.java:57)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:105)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:87)
> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
>
> 2022-11-19 01:09:20,690 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 95) MSC000001: Failed to start service jboss.deployment.unit."SpringBeanProcessorDependenciesInDeploymentTest.war".undertow-deployment: org.jboss.msc.service.StartException in service jboss.deployment.unit."SpringBeanProcessorDependenciesInDeploymentTest.war".undertow-deployment: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:90)
> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:1589)
> at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:257)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:105)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:87)
> ... 8 more
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:155)
> at io.undertow.servlet@2.3.0.Final/jdk.proxy24/jdk.proxy24.$Proxy86.getAttribute(Unknown Source)
> at org.wildfly.microprofile.opentracing-smallrye@28.0.0.Beta1-SNAPSHOT//org.wildfly.microprofile.opentracing.smallrye.TracerDynamicFeature.configure(TracerDynamicFeature.java:61)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.<init>(ResourceMethodInvoker.java:128)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.processMethod(ResourceMethodRegistry.java:381)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.register(ResourceMethodRegistry.java:308)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:259)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:227)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:208)
> at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:192)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringBeanProcessor.onApplicationEvent(SpringBeanProcessor.java:532)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:413)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:370)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:936)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:587)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:396)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:288)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:102)
> at deployment.SpringBeanProcessorDependenciesInDeploymentTest.war//org.jboss.resteasy.plugins.spring.SpringContextLoaderListener.contextInitialized(SpringContextLoaderListener.java:57)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435)
> at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
> ... 10 more
>
> 2022-11-19 01:09:20,690 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "SpringBeanProcessorDependenciesInDeploymentTest.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"SpringBeanProcessorDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:09:20,691 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "SpringBeanProcessorDependenciesInDeploymentTest.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"SpringBeanProcessorDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:09:20,691 ERROR [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0021: Deploy of deployment "SpringBeanProcessorDependenciesInDeploymentTest.war" was rolled back with the following failure message:
> {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"SpringBeanProcessorDependenciesInDeploymentTest.war\".undertow-deployment" => "java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: java.lang.RuntimeException: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext
> Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: jakarta.servlet.ServletContext"}}
> 2022-11-19 01:09:20,715 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment SpringBeanProcessorDependenciesInDeploymentTest.war (runtime-name: SpringBeanProcessorDependenciesInDeploymentTest.war) in 24ms
> 2022-11-19 01:09:21,531 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/b1/a33f942a7f6ec9e011927f8431b60da54e767e/content
> 2022-11-19 01:09:21,534 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "ContextRefreshDependenciesInDeploymentTest.war" (runtime-name: "ContextRefreshDependenciesInDeploymentTest.war")
> 2022-11-19 01:09:22,755 INFO [org.jboss.weld.deployer] (MSC service thread 1-5) WFLYWELD0003: Processing weld deployment ContextRefreshDependenciesInDeploymentTest.war
> 2022-11-19 01:09:22,859 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-5) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender
> 2022-11-19 01:09:22,860 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-5) No shutdown hook registered: Please call close() manually on application shutdown.
> 2022-11-19 01:09:22,860 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-5) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=ContextRefreshDependenciesInDeploymentTest.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=ovpn-12-118.pek2.redhat.com, jaeger.version=Java-1.6.0, ip=10.72.12.118}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
> 2022-11-19 01:09:22,904 WARN [org.jboss.as.jaxrs] (MSC service thread 1-6) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
> 2022-11-19 01:09:23,262 INFO [io.undertow.servlet] (ServerService Thread Pool -- 32) No Spring WebApplicationInitializer types detected on classpath
> 2022-11-19 01:09:23,301 INFO [io.undertow.servlet] (ServerService Thread Pool -- 32) Initializing Spring root WebApplicationContext
> 2022-11-19 01:09:23,301 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 32) Root WebApplicationContext: initialization started
> 2022-11-19 01:09:23,375 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 32) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@777f48e2
> 2022-11-19 01:09:23,383 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 32) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@777f48e2.setApplicationContext(): Root WebApplicationContext, started on Sat Nov 19 01:09:23 CST 2022
> 2022-11-19 01:09:23,383 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 32) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@777f48e2.afterPropertiesSet()
> 2022-11-19 01:09:23,389 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 32) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@4122ff9
> 2022-11-19 01:09:23,390 INFO [org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger] (ServerService Thread Pool -- 32) org.jboss.resteasy.test.spring.deployment.resource.ContextRefreshTrigger@4122ff9.setApplicationContext(): Root WebApplicationContext, started on Sat Nov 19 01:09:23 CST 2022
> 2022-11-19 01:09:23,405 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 32) Root WebApplicationContext initialized in 104 ms
> 2022-11-19 01:09:23,409 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 32) 初始化上下文 '/ContextRefreshDependenciesInDeploymentTest' 的 Mojarra 4.0.0.SP01
> 2022-11-19 01:09:23,441 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 32) WFLYUT0021: Registered web context: '/ContextRefreshDependenciesInDeploymentTest' for server 'default-server'
> 2022-11-19 01:09:23,452 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "ContextRefreshDependenciesInDeploymentTest.war" (runtime-name : "ContextRefreshDependenciesInDeploymentTest.war")
> 2022-11-19 01:09:23,553 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.config.processor.ApplicationConfigProcessor.METADATA
> 2022-11-19 01:09:23,553 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.apache.jasper.JSP_TAG_LIBRARIES
> 2022-11-19 01:09:23,553 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) resteasy.deployments
> 2022-11-19 01:09:23,553 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.config.WebConfiguration
> 2022-11-19 01:09:23,554 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.facesConfigVersion
> 2022-11-19 01:09:23,554 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.jboss.as.jsf.FACES_ANNOTATIONS
> 2022-11-19 01:09:23,554 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.errorPagePresent
> 2022-11-19 01:09:23,554 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.config.processor.ComponentConfigProcessor.METADATA
> 2022-11-19 01:09:23,554 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.jboss.as.web.deployment.JspInitializationListener.wrappers
> 2022-11-19 01:09:23,554 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.jboss.resteasy.spi.ResteasyDeployment
> 2022-11-19 01:09:23,554 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.patternCache
> 2022-11-19 01:09:23,554 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) jakarta.faces.validator.beanValidator.ValidatorFactory
> 2022-11-19 01:09:23,555 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.apache.jasper.SERVLET_VERSION
> 2022-11-19 01:09:23,555 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.config.processor.FactoryConfigProcessor.METADATA
> 2022-11-19 01:09:23,555 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.config.processor.BehaviorConfigProcessor.METADATA
> 2022-11-19 01:09:23,555 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.config.processor.FacesConfigExtensionProcessor.METADATA
> 2022-11-19 01:09:23,555 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.cdi.BeanManager
> 2022-11-19 01:09:23,555 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.config.processor.LifecycleConfigProcessor.METADATA
> 2022-11-19 01:09:23,556 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) mp.opentracing.extensions.tracer.managed
> 2022-11-19 01:09:23,556 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.compnent.COMPONENT_DESCRIPTORS_MAP
> 2022-11-19 01:09:23,556 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.config.processor.RenderKitConfigProcessor.METADATA
> 2022-11-19 01:09:23,556 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.jboss.weld.module.web.servlet.WeldInitialListener
> 2022-11-19 01:09:23,556 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.apache.jasper.Constants.CODE_SOURCE_ATTRIBUTE_NAME
> 2022-11-19 01:09:23,556 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.config.processor.FacesFlowDefinitionConfigProcessor.METADATA
> 2022-11-19 01:09:23,556 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) mp.opentracing.extensions.tracer
> 2022-11-19 01:09:23,556 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.config.processor.ConverterConfigProcessor.METADATA
> 2022-11-19 01:09:23,556 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) smallrye.opentracing.serviceName
> 2022-11-19 01:09:23,556 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.apache.jasper.JSP_PROPERTY_GROUPS
> 2022-11-19 01:09:23,556 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) io.undertow.websockets.jsr.WebSocketDeploymentInfo
> 2022-11-19 01:09:23,556 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) jakarta.websocket.server.ServerContainer
> 2022-11-19 01:09:23,556 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.config.processor.NavigationConfigProcessor.METADATA
> 2022-11-19 01:09:23,556 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.config.processor.ResourceLibraryContractsConfigProcessor.METADATA
> 2022-11-19 01:09:23,556 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.apache.jasper.Constants.PERMISSION_COLLECTION_ATTRIBUTE_NAME
> 2022-11-19 01:09:23,556 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) jakarta.faces.BEANS_VALIDATION_AVAILABLE
> 2022-11-19 01:09:23,556 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.FacesServletRegistration
> 2022-11-19 01:09:23,556 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.springframework.web.context.support.ServletContextScope
> 2022-11-19 01:09:23,556 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.springframework.web.context.WebApplicationContext.ROOT
> 2022-11-19 01:09:23,556 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.config.processor.ProtectedViewsConfigProcessor.METADATA
> 2022-11-19 01:09:23,557 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.config.processor.ValidatorConfigProcessor.METADATA
> 2022-11-19 01:09:23,557 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.InitFacesContext
> 2022-11-19 01:09:23,557 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.apache.jasper.runtime.JspApplicationContextImpl
> 2022-11-19 01:09:23,557 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.ApplicationAssociate
> 2022-11-19 01:09:23,557 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) jakarta.faces.FactoryFinder.FactoryFinderCacheKey
> 2022-11-19 01:09:23,557 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.config.processor.AbstractConfigProcessor.PROJECTSTAGE
> 2022-11-19 01:09:23,557 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.jboss.as.jsf.ANNOTATION_MAP_CONVERTED
> 2022-11-19 01:09:23,557 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) org.apache.tomcat.InstanceManager
> 2022-11-19 01:09:23,557 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) jakarta.servlet.context.tempdir
> 2022-11-19 01:09:23,557 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.enableDistributable
> 2022-11-19 01:09:23,557 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.webresources
> 2022-11-19 01:09:23,557 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) com.sun.faces.CONFIG_MANAGER_KEY
> 2022-11-19 01:09:23,557 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) jakarta.faces.FactoryFinder.FactoryFinderCacheKey.InitTimeCLKey
> 2022-11-19 01:09:23,557 INFO [org.jboss.resteasy.test.spring.deployment.ContextRefreshDependenciesInDeploymentTest] (default task-2) Root WebApplicationContext, started on Sat Nov 19 01:09:23 CST 2022
> 2022-11-19 01:09:23,573 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 32) WFLYUT0022: Unregistered web context: '/ContextRefreshDependenciesInDeploymentTest' from server 'default-server'
> 2022-11-19 01:09:23,574 INFO [io.undertow.servlet] (ServerService Thread Pool -- 32) Closing Spring root WebApplicationContext
> 2022-11-19 01:09:23,615 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment ContextRefreshDependenciesInDeploymentTest.war (runtime-name: ContextRefreshDependenciesInDeploymentTest.war) in 42ms
> 2022-11-19 01:09:23,648 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /Users/weli/works/wildfly/dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/standalone/data/content/b1/a33f942a7f6ec9e011927f8431b60da54e767e/content
> 2022-11-19 01:09:23,649 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "ContextRefreshDependenciesInDeploymentTest.war" (runtime-name: "ContextRefreshDependenciesInDeploymentTest.war")
> 2022-11-19 01:09:23,670 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0272: Suspending server
> 2022-11-19 01:09:23,675 INFO [org.jboss.as.ejb3] (management-handler-thread - 1) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
> 2022-11-19 01:09:23,676 INFO [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'
> 2022-11-19 01:09:23,686 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0019: Host default-host stopping
> 2022-11-19 01:09:23,692 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
> 2022-11-19 01:09:23,695 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0008: Undertow HTTPS listener https suspending
> 2022-11-19 01:09:23,692 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
> 2022-11-19 01:09:23,699 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to 127.0.0.1:8443
> 2022-11-19 01:09:23,700 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0019: Stopped Driver service with driver-name = h2
> 2022-11-19 01:09:23,706 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0008: Undertow HTTP listener default suspending
> 2022-11-19 01:09:23,708 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:8080
> 2022-11-19 01:09:23,714 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0004: Undertow 2.3.0.Final stopping
> 2022-11-19 01:09:23,731 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: WildFly Full 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta2) stopped in 49ms
Only in standalone/tmp: JavaConfigDependenciesInDeploymentTest.war
Only in standalone/tmp: RequestScopedBeanDependenciesInDeploymentTest.war
Only in standalone/tmp: SpringBeanProcessorDependenciesInDeploymentTest.war
Only in standalone/tmp: SpringLocatingResourceDependenciesInDeploymentTest.war
Only in standalone/tmp: SpringWebappContextDependenciesInDeploymentTest.war
Only in standalone/tmp: TypeMappingDependenciesInDeploymentTest.war
Only in standalone/tmp: deploymentWithSpringContextLoaderListenerSpringIncluded.war
Only in standalone/tmp/vfs/deployment: deploymentaec9ba864a10129d
Only in standalone.new/tmp/vfs/deployment: deploymentfd6d0c7d492e46c4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment