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/03/08 19:42:35 UTC

[flex-blazeds] branch develop updated: README, RELEASE_NOTES: update with more proxy and spring-boot details

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


The following commit(s) were added to refs/heads/develop by this push:
     new d6a8c59  README, RELEASE_NOTES: update with more proxy and spring-boot details
d6a8c59 is described below

commit d6a8c595b2679a116a1328faaf0fa639616f458f
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Wed Mar 8 11:42:23 2023 -0800

    README, RELEASE_NOTES: update with more proxy and spring-boot details
---
 README        |  5 +++++
 RELEASE_NOTES | 11 ++++++++---
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/README b/README
index 67e6148..e6e0b69 100644
--- a/README
+++ b/README
@@ -107,6 +107,11 @@ Using the Binary Distribution
         <artifactId>flex-messaging-core</artifactId>
         <version>4.8.0</version>
     </dependency>
+    <dependency>
+        <groupId>org.apache.flex.blazeds</groupId>
+        <artifactId>flex-messaging-proxy</artifactId>
+        <version>4.8.0</version>
+    </dependency>
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-remoting</artifactId>
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index f448306..51cf1db 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -7,9 +7,14 @@ 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 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
+- Disabled the flex-messaging-proxy module because it required a third-party
+  dependency that is no longer maintained
+   - If flex.messaging.services.HTTPProxyService is referenced in
+     services-config.xml or proxy-config.xml, BlazeDS now logs an error
+     that this type of service is no longer supported
+- Removed the blazeds-spring-boot-starter and blazeds-spring-boot-archetype
+  modules because they required a third-party dependency that is no longer
+  maintained
 - Upgraded dependencies to make BlazeDS more secure
 
 Known Issues