You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2023/02/22 23:26:58 UTC

[flex-blazeds] 01/02: Release Notes: explain how to disable HTTPProxyService

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 <jo...@apache.org>
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