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

Bring in 4.x changes for CASSANDRA-18969 #1971

Open
wants to merge 3 commits into
base: 4.6.1_fixes
Choose a base branch
from

Commits on Jan 5, 2024

  1. Compliance changes for generated source and binary distributable tarb…

    …alls
    
    * Source files missing from sources jars due to maven-source-plugin include rule
    * New submodule to generate distribution source tarball
    * Binary/source tarball artifacts should be prefixed with apache-cassandra
    * Change groupId to org.apache.cassandra
    * Remove javadoc jars (javadoc plugin is still used for leak detections)
    * Create binary versions for LICENSE and NOTICE, with licenses and entries for asm, HdrHistogram, jnr-posix, jnr-x86asm, reactive-streams, slf4j-api
    * Add checksums to distribution tarballs, and clean toplevel readme a little
    
     patch by Henry Hughes; reviewed by Mick Semb Wever for CASSANDRA-18969
    hhughes authored and michaelsembwever committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    b48e8a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    009d0c9 View commit details
    Browse the repository at this point in the history
  3. Remove ASL header from test resource files (that was breaking integra…

    …tion tests)
    
     patch by Mick Semb Wever; reviewed by Wei Deng for CASSANDRA-18970
    michaelsembwever committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    4be6651 View commit details
    Browse the repository at this point in the history