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: noahra/java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Brixomatic/json-iterator-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 6 files changed
  • 3 contributors

Commits on Apr 24, 2020

  1. add JsoniterSpi.clearCaches

    since the cache may contain entries referring to classes whose classloader is disposed, there must be a way to get rid of them
    knecht authored Apr 24, 2020
    Configuration menu
    Copy the full SHA
    aa663e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Modularized, Java17, dependency-updates.

    Brix committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    dc3a7af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e736444 View commit details
    Browse the repository at this point in the history
  3. java.lang.module.FindException: Module com.fasterxml.jackson.databind

    not found, required by com.jsoniter
    Brix committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    bdbd720 View commit details
    Browse the repository at this point in the history
  4. transitive module Javassist not found

    Brix committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    6a90a5a View commit details
    Browse the repository at this point in the history
  5. revert transitive and open for more tests

    Brix committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    1652d87 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. fixed module-info using "requires static" for optional and test-only

    pom-dependencies.
    Brix committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    4fbcbb4 View commit details
    Browse the repository at this point in the history
  2. fixed module-info using "requires static" for optional and test-only

    pom-dependencies.
    Brix committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    0451822 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'java_17_and_jigsaw_modules'

    Brix committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    fdcb4c7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from knecht/clearcache-patch-1

    add JsoniterSpi.clearCaches
    Brixomatic authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    b5d0b46 View commit details
    Browse the repository at this point in the history
  5. opened module

    Brix committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    ada2ca9 View commit details
    Browse the repository at this point in the history
  6. opened module

    Brix committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    26eab37 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Merge branch 'java_17_and_jigsaw_modules'

    Brix committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    50483ae View commit details
    Browse the repository at this point in the history
  2. updated readme for fork

    Brix committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    74c09dc View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Update README.md

    Brixomatic authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    79764f1 View commit details
    Browse the repository at this point in the history
Loading