This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/flex-blazeds.git
commit 63809613fa1dcf77479c560c445547cc01540f46 Author: Josh Tynjala <[email protected]> AuthorDate: Wed Feb 22 13:48:04 2023 -0800 Release Notes: explain how to disable HTTPProxyService --- RELEASE_NOTES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index d135f84..f448306 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -7,7 +7,9 @@ general improvements. - Version 4.8.0 is the first release of BlazeDS from Apache that includes a binary distribution - BlazeDS now requires Java 8 or newer -- Removed the flex-messaging-proxy and blazeds-spring-boot-starter modules +- Removed the flex-messaging-proxy module + - If your services-config.xml or proxy-config.xml file defines a service using the flex.messaging.services.HTTPProxyService class, this service will need to be disabled. +- Removed the blazeds-spring-boot-starter module - Upgraded dependencies to make BlazeDS more secure Known Issues
