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: fge/json-schema-processor-examples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: java-json-tools/json-schema-processor-examples
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.
  • 19 commits
  • 15 files changed
  • 1 contributor

Commits on Jan 7, 2020

  1. Add TravisCI build.

    Capstan committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    d62fc39 View commit details
    Browse the repository at this point in the history
  2. Update to Gradle 5.6.3.

    Capstan committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    763f0cf View commit details
    Browse the repository at this point in the history
  3. Replace dead javadoc links with www.javadoc.io links.

    JSR-305 doesn't have 2.0.1 JavaDoc, it is pointing at the 3.0.1 release as the first release thereafter that does.
    
    Also fixed doc generation when building under Java 9 and later.
    Capstan committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    42ba970 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b14d38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fccb431 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Bump versions

    * json-schema-validator to 2.2.12
    * json-schema-avro to 0.1.5
    * json-patch to 1.11
    * mockito-core to 2.28.2
    Capstan committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    23d0e5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac9cb52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7167a57 View commit details
    Browse the repository at this point in the history
  4. Bump more versions.

    * jjschema to 1.16
    * testng to 6.10
    
    Also clean up errorprone stuff duplicated in build.gradle.
    Capstan committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    e76f5f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5668a7d View commit details
    Browse the repository at this point in the history
  6. Fix development version to be 0.8.3-SNAPSHOT.

    0.8.2 was released already under fge.
    Capstan committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    de2f01c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64e735f View commit details
    Browse the repository at this point in the history
  8. 0.8.3

    Capstan committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    24be0f7 View commit details
    Browse the repository at this point in the history
  9. Prepare for 0.8.4.

    Capstan committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    c099d39 View commit details
    Browse the repository at this point in the history
  10. 0.8.4

    * json-schema-validator to 2.2.13
    * json-schema-avro to 0.1.6
    * json-patch to 1.12
    * testng to 7.1.0
    Capstan committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    4164f61 View commit details
    Browse the repository at this point in the history
  11. Prepare 0.8.5

    Capstan committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    c86029b View commit details
    Browse the repository at this point in the history
  12. 0.8.5

    * Bump json-schema-avro to 0.1.7
    * Exclude jackson-annotations from external imports, instead relying on our own projects' jackson-databind dependencies to pull them in.
    Capstan committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    199a2af View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Prepare 0.8.6.

    * Update versions of java-json-tools deps to SNAPSHOTs.
    * Update jsonschema2pojo-core to 1.0.2
    * Update databind javadoc links to 2.11
    * Update travis CI links
    Capstan committed May 27, 2020
    Configuration menu
    Copy the full SHA
    7c40c00 View commit details
    Browse the repository at this point in the history
  2. 0.8.6

    Capstan committed May 27, 2020
    Configuration menu
    Copy the full SHA
    bb2eb07 View commit details
    Browse the repository at this point in the history
Loading