-
Notifications
You must be signed in to change notification settings - Fork 171
Merge release-8.1.0 into main
#1129
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
Conversation
Issue KN-10 fix: DIAL code reserve issue fix
#SBCOSS-625: Textbook collection update upon csv update
…ade Play to 3.0.5 Co-authored-by: chethann007 <210659053+chethann007@users.noreply.github.com>
…CollectionConverters Co-authored-by: chethann007 <210659053+chethann007@users.noreply.github.com>
Co-authored-by: chethann007 <210659053+chethann007@users.noreply.github.com>
….3 with Play Framework 3.0.5 - Upgrade from Akka 2.5.22 to Apache Pekko 1.0.3 across all services - Migrate from Play Framework 2.7.x/2.8.x to Play Framework 3.0.5 - Upgrade Scala from 2.12.11 to 2.13.12 with collections compatibility fixes - Update Guice from 4.2.3 to 7.0.0 and align all dependency injection patterns - Standardize Netty version to 4.1.112.Final across content, search, and taxonomy services - Fix Scala 2.13 collections immutability issues in UpdateHierarchyManager - Update actor binding syntax from bind(classOf[Actor]) to bindActor[Actor]() for Play 3.0.5 - Add missing LockActor binding in TaxonomyModule for lock management functionality - Resolve dependency conflicts for Guava, Jackson, and other transitive dependencies - Update logging configuration to use SLF4J/Logback consistently
Migrate to Play Framework 3.0.5, Apache Pekko 1.0.3, and Scala 2.13.12
…ala 2.13 compatibility and improve error handling
…holders for better configurability
Migrate to Play Framework 3.0.5, Apache Pekko 1.0.3, and Scala 2.13.12
…ap, add .asJava conversions Co-authored-by: chethann007 <210659053+chethann007@users.noreply.github.com>
…essorTest.java Co-authored-by: chethann007 <210659053+chethann007@users.noreply.github.com>
…ests Fix Scala test compilation errors: HashMap instantiation and Java Map conversions
feat: Migrate to Play Framework 3.0.5, Apache Pekko 1.0.3, and Scala 2.13.12
feat: Add javax.inject dependency to content-actors pom.xml
Issue #SBCOSS-000 fix: Update 'trackable' field to object in category schema
Issue #SBCOSS-000 fix: Update Cloud Base URL to point the domain URL
|
Important Review skippedToo many files! 147 files out of 297 files are above the max files limit of 150. You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This PR merges the
release-8.1.0branch intomain.Includes all changes approved for the 8.1.0 release.