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

Move java classes out of the native modules #11798

Merged
merged 1 commit into from Oct 28, 2021
Merged

Commits on Oct 26, 2021

  1. Move java classes out of the native modules

    Motivation:
    
    To ensure the user doesnt end up with the same classes multiple times in the classpath when including native dependencies for different platforms we need to ensure we not include the java classes in this jars but provide them as seperate modules.
    
    Modifications:
    
    - Introduces a *-classes-* module for each *-native-* module and depend on it from the native module
    - Add entries to the bom
    - Depend on the correct artifacts in netty-all to ensure we not end up with the same classes multiple times
    
    Result:
    
    Fixes #11791
    normanmaurer committed Oct 26, 2021
    Copy the full SHA
    29f8bcc View commit details
    Browse the repository at this point in the history