Skip to content
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

Java 9+ compatibility #217

Merged
merged 1 commit into from
Sep 7, 2020
Merged

Java 9+ compatibility #217

merged 1 commit into from
Sep 7, 2020

Conversation

whiskeysierra
Copy link
Collaborator

Description

  • repackages jackson-datatype-problem
    • from org.zalando.problem to org.zalando.problem.jackson
  • repackages problem-gson
    • from org.zalando.problem to org.zalando.problem.gson
  • introduces module-info (module descriptors) for each module
  • module name = top level/root package name of each module
  • module-info class files are packaged within Multi-Release JARs, so that Java 8 applications won't even see them

Motivation and Context

Fixes #201

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.

@whiskeysierra
Copy link
Collaborator Author

👍

@whiskeysierra whiskeysierra merged commit f7aeb3a into master Sep 7, 2020
@whiskeysierra whiskeysierra deleted the feature/java-9-module branch September 7, 2020 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Java 9 support
1 participant