]
Sande Gilda resolved WFLY-11358.
--------------------------------
Resolution: Done
See
Update some quickstarts expected warnings in Readme
---------------------------------------------------
Key: WFLY-11358
URL:
https://issues.jboss.org/browse/WFLY-11358
Project: WildFly
Issue Type: Task
Components: Quickstarts
Reporter: Sultan Zhantemirov
Assignee: Sande Gilda
Priority: Major
Fix For: 15.0.0.Beta1
For the following quickstarts:
{noformat}
spring-greeter, spring-kitchensink-basic, spring-kitchensink-springmvctest
{noformat}
I suggest adding/updating readme 'Server Log: Expected Warnings and Errors'
section by adding the following warning
{noformat}
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)
{noformat}
to have this warning described as expected to not confuse final users.
All information about mentioned warning can be found
[
here|https://issues.jboss.org/browse/JBEAP-15213?focusedCommentId=1361810...]
and
[
here|https://issues.jboss.org/browse/WFLY-924?focusedCommentId=12785983&a...].