Thanks to visit codestin.com
Credit goes to github.com

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: FasterXML/stax2-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: stax2-api-4.2
Choose a base ref
...
head repository: FasterXML/stax2-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stax2-api-4.2.1
Choose a head ref
  • 14 commits
  • 6 files changed
  • 5 contributors

Commits on Jul 7, 2018

  1. Add fall through comment to appease ErrorProne

    Compiling with error prone (the default with Bazel) complains because one of the case doesn't have "fall-through".
    
    ```
    StringBase64Decoder.java:152: error: [FallThrough] Execution may fall through from the previous case; add a `// fall through` comment before this line if it was deliberate
                case STATE_OUTPUT_3:
                ^
        (see http://errorprone.info/bugpattern/FallThrough)
    ```
    jschaf authored Jul 7, 2018
    Configuration menu
    Copy the full SHA
    3189e6d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. fix to write when standaloneSet

    Klaus Lopez Boeing authored and Klaus Lopez Boeing committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    d9fb214 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into standaloneNoPrese…

    …ntAttributeMaster
    Klaus Lopez Boeing authored and Klaus Lopez Boeing committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    e965081 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

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

Commits on Mar 21, 2019

  1. update travis settings

    cowtowncoder committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    79392c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Merge pull request #10 from jschaf/patch-1

    Add fall through comment to appease ErrorProne
    cowtowncoder authored Apr 16, 2019
    Configuration menu
    Copy the full SHA
    3b3bb3c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from klausboeing/standaloneNoPresentAttributeM…

    …aster
    
    fix to write when standaloneSet - v4.1
    cowtowncoder authored Apr 16, 2019
    Configuration menu
    Copy the full SHA
    b6bc29b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cfd09a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. License and copyright proposal in README

    I've made a proposal in this PR which is considered the "best practice" by legal folks. Adjust as you see fit but it should protect your rights and the rights of users effectively.
    jeremiah authored Apr 28, 2020
    Configuration menu
    Copy the full SHA
    f335a2e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Merge pull request #17 from jeremiah/patch-1

    License and copyright proposal in README
    cowtowncoder authored Apr 29, 2020
    Configuration menu
    Copy the full SHA
    9ae767e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0da359c View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

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

    cowtowncoder committed May 14, 2020
    Configuration menu
    Copy the full SHA
    f3e7819 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f10bb5 View commit details
    Browse the repository at this point in the history
Loading