XN137 commented on code in PR #2963: URL: https://github.com/apache/polaris/pull/2963#discussion_r2485985952
########## CHANGELOG.md: ########## @@ -33,6 +33,8 @@ request adding CHANGELOG notes for breaking (!) changes and possibly other secti ### Breaking changes +- The EclipseLink Persistence implementation has been completely removed. Review Comment: this file has the only remaining mention of eclipselink related things: ``` ➜ polaris git:(remove-eclipselink) git grep -i 'persistence.xml' ➜ polaris git:(remove-eclipselink) git grep -i 'eclipse.*link' CHANGELOG.md:- The EclipseLink Persistence implementation has been completely removed. CHANGELOG.md:- The EclipseLink Persistence implementation has been deprecated since 1.0.0 and will be completely removed site/content/downloads/_index.md: - The EclipseLink Persistence implementation has been deprecated since 1.0.0 and will be completely removed ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
