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: socketio/socket.io-client-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: socket.io-client-2.1.1
Choose a base ref
...
head repository: socketio/socket.io-client-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: socket.io-client-2.1.2
Choose a head ref
  • 7 commits
  • 6 files changed
  • 2 contributors

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    6d5d74e View commit details
    Browse the repository at this point in the history
  2. ci: fix java 7 build

    In order to prevent:
    
    > Error: Exception in thread "main" java.lang.UnsupportedClassVersionError: com/fasterxml/jackson/databind/ObjectMapper : Unsupported major.minor version 52.0
    >	at java.lang.ClassLoader.defineClass1(Native Method)
    >	at java.lang.ClassLoader.defineClass(ClassLoader.java:808)
    darrachequesne committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6ea9c15 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

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

Commits on Feb 18, 2025

  1. ci: fix java 7 build

    Maven has been upgraded from 3.8 to 3.9, which is not compatible with JDK 7.
    
    See also: actions/runner-images#11093
    darrachequesne committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    54852ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2cdf7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80aa471 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    667bd17 View commit details
    Browse the repository at this point in the history
Loading