-
Notifications
You must be signed in to change notification settings - Fork 137
Upgrade Play Framework 2.7.2 + Akka 2.5.22 + Scala 2.12.11 to Play Framework 3.0.5 + Apache Pekko 1.0.2 + Scala 2.13.12 #632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
sntiwari1
wants to merge
30
commits into
Sunbird-Lern:release-8.1.0
Choose a base branch
from
SNT01:release-8.0.0
base: release-8.1.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…compatibility report Co-authored-by: sntiwari1 <[email protected]>
…o migration Co-authored-by: sntiwari1 <[email protected]>
…on analysis Co-authored-by: sntiwari1 <[email protected]>
…Scala 2.13.12 Co-authored-by: sntiwari1 <[email protected]>
Co-authored-by: sntiwari1 <[email protected]>
…2/2.13 incompatibility) Co-authored-by: sntiwari1 <[email protected]>
…prehensive fixes Co-authored-by: sntiwari1 <[email protected]>
…ime.Duration Co-authored-by: sntiwari1 <[email protected]>
…12 - Full build SUCCESS Co-authored-by: sntiwari1 <[email protected]>
Co-authored-by: sntiwari1 <[email protected]>
…3 dependency Co-authored-by: sntiwari1 <[email protected]>
Co-authored-by: sntiwari1 <[email protected]>
…cy exclusions Co-authored-by: sntiwari1 <[email protected]>
Co-authored-by: sntiwari1 <[email protected]>
Co-authored-by: sntiwari1 <[email protected]>
Updated Java and Scala dependencies, improved build instructions, and clarified migration details.
…ependency-reduced-pom.xml
Removed commented dependency for Netty native resolver on Mac Apple Silicon.
Updated UPGRADE_PLAY.md to reflect changes in upgrade instructions and added a note about play.server.netty.transport configuration.
Upgrade to Scala 2.13.12 + Play Framework 3.0.5 + Apache Pekko 1.0.2
|
Based on your review schedule, I'll hold off on reviewing this PR until it's marked as ready for review. If you'd like me to take a look now, comment
|
Co-authored-by: sntiwari1 <[email protected]>
Co-authored-by: sntiwari1 <[email protected]>
Co-authored-by: sntiwari1 <[email protected]>
… to fail after deployment Fix logging configuration - remove invalid nested layout causing logs to fail after deployment
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Pull Request Summary
This PR upgrades the project from Play Framework 2.7.2 + Akka 2.5.22 + Scala 2.12.11 to Play Framework 3.0.5 + Apache Pekko 1.0.2 + Scala 2.13.12.
The upgrade ensures the project uses actively maintained, secure, and license-compliant dependencies. It also updates Scala collection APIs, test frameworks, and logging libraries for compatibility with the new versions.
Issue Fixed: N/A (general upgrade and maintenance)
Motivation and Context:
Dependencies:
Type of change
How Has This Been Tested?
mvn clean install -DskipTestsmvn play2:dist) and application startupTest Configuration:
Checklist:
Files Modified / Key Changes
application.confupdated fromakka→pekkoDescription by Korbit AI
What change is being made?
Upgrade the entire Play/Scala/Akka stack from Play 2.7.x with Akka 2.5.x and Scala 2.12 to Play 3.0.5 + Apache Pekko 1.0.x + Scala 2.13, updating code imports, configuration, tests, and Maven/Gradle dependencies across modules to migrate from Akka to Pekko and align with the new ecosystem.
Why are these changes being made?
These changes address end-of-life software and licensing concerns, replacing Akka with Pekko under an Apache-compatible license, while adopting Scala 2.13 and Play 3 features for improved security, performance, and modern APIs. The migration also updates test and build configurations to reflect the new dependencies and API changes.