Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xerial/snappy-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.9.0
Choose a base ref
...
head repository: xerial/snappy-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.9.1
Choose a head ref
  • 7 commits
  • 17 files changed
  • 3 contributors

Commits on Jan 28, 2023

  1. Update airframe-log to 23.1.4 (#383)

    * Update airframe-log to 23.1.4
    
    * Revert commit(s) 5f9eb46
    
    * Update airframe-log to 23.1.4
    xerial-bot authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    083827c View commit details
    Browse the repository at this point in the history
  2. Update sbt script (#385)

    xerial authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    785d430 View commit details
    Browse the repository at this point in the history
  3. Remove snappy debug assertion with -DNDEBUG c++ flag (#386)

    * Remoe snappy debug assertion with -DNDEBUG c++ flag
    
    * Update native libraries
    
    ---------
    
    Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    xerial and github-actions[bot] authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    92b6c9e View commit details
    Browse the repository at this point in the history
  4. Update org.osgi.core to 4.3.1 (#315)

    * Update org.osgi.core to 4.3.1
    
    * Update org.osgi.core to 4.3.1
    
    * Update org.osgi.core to 4.3.1
    
    * Revert commit(s) 3c7e99c
    
    * Update org.osgi.core to 4.3.1
    
    * Revert commit(s) 3a0d82f
    
    * Update org.osgi.core to 4.3.1
    
    * Revert commit(s) db7539d
    
    * Update org.osgi.core to 4.3.1
    
    * Revert commit(s) a0551d9
    
    * Update org.osgi.core to 4.3.1
    
    * Revert commit(s) bcb986a
    
    * Update org.osgi.core to 4.3.1
    
    * Revert commit(s) 832ade4
    
    * Update org.osgi.core to 4.3.1
    xerial-bot authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    1a82fe1 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Update Milestone.md

    xerial authored Jan 29, 2023
    Configuration menu
    Copy the full SHA
    8707c34 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    5ad862e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Fix java8 compatibility (#390)

    * ByteBuffer.limit() compiled with JDK9+ shows  java.lang.NoSuchMethodError: java.nio.ByteBuffer.limit(I)Ljava/nio/ByteBuffer; error in JDK8
    * Set --release 8 JDK option
    * Do not use --release 8 option in JDK8
    xerial authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    39160ac View commit details
    Browse the repository at this point in the history
Loading