Open
Conversation
d356d14 to
700801f
Compare
11 tasks
…r due to OSGi changes Add JDK 21 and JDK 25 test runners Signed-off-by: RutujChheda <rutujchheda@outlook.com>
700801f to
ddafe78
Compare
Author
|
@ceki, could you please review this PR? The code should be easy to review and bump the version |
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 pull request updates dependencies and build configurations to modernize the project and improve compatibility with newer Java versions and libraries. The most significant changes include updating Java versions in CI, upgrading OSGi and related dependencies, and modernizing the usage of Java collections.
Build and CI improvements:
.github/workflows/main.yml).origin/*branch patterns in the workflow trigger to improve CI coverage (.github/workflows/main.yml).Dependency upgrades:
osgi-over-slf4j/pom.xmlto useorg.osgi.core6.0.0 andorg.osgi.enterprise5.0.0, providing support for newer OSGi features.org.apache.felix.mainfrom 5.6.1 to 7.0.5 inintegration/pom.xmlfor improved OSGi runtime support.javassistto version 3.30.2-GA and corrected its groupId inslf4j-ext/pom.xml.reload4jto 1.2.26 andjunitto 4.13.2 inparent/pom.xmlfor improved stability and testing.Code modernization:
PropertieswithHashtable<String, String>inActivator.javato align with OSGi best practices.Activator.java.