JAVA-27539: Spring-remoting-modules cannot be upgraded to Spring Boot 3 (#16073)
This commit is contained in:
parent
2f8beadbf3
commit
87badde692
4
pom.xml
4
pom.xml
@ -832,7 +832,7 @@
|
||||
<module>spring-pulsar</module>
|
||||
<module>spring-quartz</module>
|
||||
<module>spring-reactive-modules</module>
|
||||
<module>spring-remoting-modules</module>
|
||||
<module>spring-remoting-modules</module> <!-- Upgrade to Boot 3 not possible as since Spring 6 the remoting modules has been removed from Spring. -->
|
||||
<module>spring-scheduling</module>
|
||||
<module>spring-security-modules</module>
|
||||
<module>spring-shell</module>
|
||||
@ -1079,7 +1079,7 @@
|
||||
<module>spring-pulsar</module>
|
||||
<module>spring-quartz</module>
|
||||
<module>spring-reactive-modules</module>
|
||||
<module>spring-remoting-modules</module>
|
||||
<module>spring-remoting-modules</module> <!-- Upgrade to Boot 3 not possible as since Spring 6 the remoting modules has been removed from Spring. -->
|
||||
<module>spring-scheduling</module>
|
||||
<module>spring-security-modules</module>
|
||||
<module>spring-shell</module>
|
||||
|
@ -10,6 +10,8 @@
|
||||
<description>Parent for all projects related to Spring Remoting, except remoting-hessian-burlap</description>
|
||||
<!-- remoting-hessian-burlap needs to stick to spring-boot-1, -->
|
||||
<!-- some classes were removed in spring 5 -->
|
||||
<!-- Upgrade to Boot 3 not possible as since Spring 6 the remoting modules has been removed
|
||||
from Spring completely. -->
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user