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: tholu/java-cookie Loading
base: master
Choose a base ref
...
head repository: majacQ/java-cookie Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 21 files changed
  • 4 contributors

Commits on May 1, 2022

  1. Bump httpclient from 4.5.12 to 4.5.13

    Bumps httpclient from 4.5.12 to 4.5.13.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.httpcomponents:httpclient
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Jacquelyn Vinson committed May 1, 2022
    Configuration menu
    Copy the full SHA
    e92f28a View commit details
    Browse the repository at this point in the history
  2. Bump jackson-databind from 2.11.2 to 2.12.6.1

    Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.11.2 to 2.12.6.1.
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Jacquelyn Vinson committed May 1, 2022
    Configuration menu
    Copy the full SHA
    8e840c5 View commit details
    Browse the repository at this point in the history
  3. Fix:issue 17 unreadable json cookie (js-cookie#3)

    * Fix js-cookie#14: Decoding fails when two encoded characters appear one after another
    
    * Fix js-cookie#17: JSON generates cookie that it cannot read
    - Implement Integration test to verify the issue
    
    * Add missing @JsonCreator and @JsonProperty annotations
    
    * Fix test
    
    Co-authored-by: Thomas Lutz <[email protected]>
    Jacquelyn Vinson and Thomas Lutz committed May 1, 2022
    Configuration menu
    Copy the full SHA
    fb10737 View commit details
    Browse the repository at this point in the history
  4. Fix:issue 16 json cookie missing (js-cookie#4)

    * Fix js-cookie#16: JSON get does not handle missing cookie
    
    * Fix code formatting
    
    Co-authored-by: Thomas Lutz <[email protected]>
    Jacquelyn Vinson and Thomas Lutz committed May 1, 2022
    Configuration menu
    Copy the full SHA
    b09257f View commit details
    Browse the repository at this point in the history
  5. Fix: issue 14 decoding two encoded chars (js-cookie#6)

    * Fix js-cookie#14: Decoding fails when two encoded characters appear one after another
    
    * Bump dependencies to make integration tests work (newest Selenium)
    
    * Add unit test for 2 bytes character en/decoding, consider debug value in integration test
    
    * Use URLDecoder to fix decoding, bump joda-time and jackson-databind dependencies
    
    * Update for travis-ci trigger
    
    * Update .travis.yml
    
    * Fix: dependencies and travis (js-cookie#5)
    
    * Fix dependencies (remove Grunt, update Maven dependencies), fix Travis build
    
    * Extend JDK versions to all available on Travis
    
    * Fix integration tests
    - Updated to a recent version of Wildfly (15.0.1.Final)
    - Works out-of-the-box with `mvn verify`
    - All dependencies like node, npm, bower are used as specified in pom.xml
    - Run `npm install` in js-cookie (installed via bower) to use qunit.js and qunit.css in IT
    
    * JDK6 and JDK7 fail on Travis, require JDK8
    
    * Remove configuration for missing test
    
    * Update CONTRIBUTING guidelines, remove grunt, update Tools
    
    Co-authored-by: Thomas Lutz <[email protected]>
    
    Co-authored-by: Thomas Lutz <[email protected]>
    Co-authored-by: Jevin Menezes <[email protected]>
    3 people committed May 1, 2022
    Configuration menu
    Copy the full SHA
    5369f21 View commit details
    Browse the repository at this point in the history
  6. Fix: decoding two encoded chars (js-cookie#7)

    * Update Maven/NPM depdendencies, remove Grunt (not necessary)
    
    * Add failing test
    
    * Fix decoding by doing two rounds: first 3-byte-chars, then 1-byte-chars
    
    * Fix Java JDK versions for Travis
    
    * Remove project Eclipse files and ignore them
    
    * Fix scope of JBOSS dependency
    
    Co-authored-by: Thomas Lutz <[email protected]>
    Jacquelyn Vinson and Thomas Lutz committed May 1, 2022
    Configuration menu
    Copy the full SHA
    dcef176 View commit details
    Browse the repository at this point in the history
  7. Update pom.xml

    Jacquelyn Vinson committed May 1, 2022
    Configuration menu
    Copy the full SHA
    4d907b2 View commit details
    Browse the repository at this point in the history
  8. Bump jackson-databind from 2.9.8 to 2.12.6.1 (js-cookie#8)

    Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.8 to 2.12.6.1.
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 1, 2022
    Configuration menu
    Copy the full SHA
    363de30 View commit details
    Browse the repository at this point in the history
  9. Bump httpclient from 4.5.7 to 4.5.13 (js-cookie#9)

    Bumps httpclient from 4.5.7 to 4.5.13.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.httpcomponents:httpclient
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jacquelyn Vinson <[email protected]>
    dependabot[bot] and Jacquelyn Vinson committed May 1, 2022
    Configuration menu
    Copy the full SHA
    4388240 View commit details
    Browse the repository at this point in the history
Loading