diff options
author | Max Romanov <max.romanov@nginx.com> | 2021-12-27 16:37:36 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2021-12-27 16:37:36 +0300 |
commit | 818a78d82cd9aeb6c7429ef97cd1f39f9053b909 (patch) | |
tree | 6ff77bcfef5920a752c155bc295eb3c00a30fe2a /docs | |
parent | f8452838207d56892fb80b5976b37aab1efcaa1e (diff) | |
download | unit-818a78d82cd9aeb6c7429ef97cd1f39f9053b909.tar.gz unit-818a78d82cd9aeb6c7429ef97cd1f39f9053b909.tar.bz2 |
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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changes.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 4428401a..64a35da8 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -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> |