Hi harb, I encountered the same issue as well. I asked the question on the user mailing list. Did not get any response. >From my observation, it appears the spring blazeds is only compatible with >spring 4.x. In spring 5.x a particular class has been removed hence for us to >use spring blazeds we must use spring 4.x only. The spring blazeds module needs to be patched.
A look through the source it appears the offending class is "JdkVersion class". This class been removed from spring 5.x. I think commenting out that line should do the trick but as I am not a spring blazeds expert they might be other areas of the code that might break. I will admit this is an obstacle for me because it prevents me from using the most recent version of spring (spring 5.x and spring boot 2.x) which has new features. So for now I am stuck with using spring 4.x and spring boot 1.x. Would really appreciate if this can be looked into. Regards, Sent from Yahoo Mail on Android On Thu, 25 Nov 2021 at 11:56, Harbs<[email protected]> wrote: I just noticed a relatively old Royale question on SO: https://stackoverflow.com/questions/67157946/apache-royale-and-jdk-8-compatibility <https://stackoverflow.com/questions/67157946/apache-royale-and-jdk-8-compatibility> I know nothing about BlazeDS. Can someone who does answer? Thanks, Harbs
