Merge release-8.1.0 into main#1129
Closed
chethann007 wants to merge 508 commits intoSunbird-Knowlg:masterfrom
chethann-007:master
Closed
Merge release-8.1.0 into main#1129chethann007 wants to merge 508 commits intoSunbird-Knowlg:masterfrom chethann-007:master
release-8.1.0 into main#1129chethann007 wants to merge 508 commits intoSunbird-Knowlg:masterfrom
chethann-007:master
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 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
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.
This PR merges the
release-8.1.0branch intomain.Includes all changes approved for the 8.1.0 release.