what is the difference between these maven group ids. I see few examples on internet using org.springframework.cloud and other using io.awspring.cloud Is one preferred over other ?
Asked
Active
Viewed 1,673 times
1 Answers
7
In an April 17, 2020 announcement, Spring Cloud AWS is no longer part of the Spring Cloud release train. Not being part of the release train means moving out of the Spring Cloud organization on GitHub and having new Maven coordinates and package names.
If you want the newest Spring Cloud AWS code, use group ID io.awspring.cloud.

Chin Huang
- 12,912
- 4
- 46
- 47
-
so io.awspring.cloud to be used? – Rishiraj Fasalkar Jul 18 '22 at 18:21
-
Yes. I edited the answer to make that explicit. – Chin Huang Jul 18 '22 at 18:39