Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-27 | Java: fixing multiple SCI initializations. | Max Romanov | 1 | -4/+15 | |
- 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. | |||||
2020-11-06 | Java: fixing ClassGraph deprecated API call. | Max Romanov | 1 | -1/+1 | |
The issue (deprecated API warning) introduced by ClassGraph upgrade in ccd5c695b739 commit. | |||||
2020-10-30 | Java: supporting jsp-file attribute for servlet. | Max Romanov | 1 | -0/+66 | |
This closes #487 issue on GitHub. | |||||
2020-03-03 | Java: fixing Spring applications start. | Max Romanov | 1 | -1/+1 | |
This closes #403 issue on GitHub. | |||||
2019-09-05 | Java: introducing websocket support. | Max Romanov | 1 | -54/+85 | |
2019-08-14 | Java: implementing multipart message support. | Max Romanov | 1 | -2/+29 | |
This closes #265 issue on GitHub. | |||||
2019-06-28 | Java: adding Content-Type response header for static files. | Max Romanov | 1 | -0/+1 | |
2019-03-11 | Style. | Andrey Zelenkov | 1 | -3/+3 | |
2019-02-28 | Introducing Java Servlet Container beta. | Max Romanov | 1 | -0/+3502 | |