Java: fixing multiple SCI initializations.

- Ignoring Tomcat WebSocket container initialization.
- Renaming application class loader to UnitClassLoader to avoid
development environment enablement in Spring Boot.

This closes #609 issue on GitHub.
This commit is contained in:
Max Romanov
2021-12-27 16:37:36 +03:00
parent f845283820
commit 818a78d82c
2 changed files with 21 additions and 4 deletions

View File

@@ -37,6 +37,12 @@ some Perl applications failed to process the request body, notably with Plack.
</para>
</change>
<change type="bugfix">
<para>
some Spring Boot applications failed to start, notably with Grails.
</para>
</change>
</changes>