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: avaje/avaje-http
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1
Choose a base ref
...
head repository: avaje/avaje-http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2
Choose a head ref
  • 20 commits
  • 24 files changed
  • 4 contributors

Commits on Jan 30, 2024

  1. Bump to next snapshot

    rbygrave committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    533588a View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Bump io.javalin:javalin from 6.0.0 to 6.0.1

    Bumps [io.javalin:javalin](https://github.com/javalin/javalin) from 6.0.0 to 6.0.1.
    - [Release notes](https://github.com/javalin/javalin/releases)
    - [Commits](javalin/javalin@javalin-parent-6.0.0...javalin-parent-6.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.javalin:javalin
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    c3bb776 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #382 from avaje/dependabot/maven/io.javalin-javali…

    …n-6.0.1
    
    Bump io.javalin:javalin from 6.0.0 to 6.0.1
    github-actions[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    50a82f5 View commit details
    Browse the repository at this point in the history
  3. Bump junit.version from 5.10.1 to 5.10.2

    Bumps `junit.version` from 5.10.1 to 5.10.2.
    
    Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.1 to 5.10.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.10.1...r5.10.2)
    
    Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.1 to 5.10.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.10.1...r5.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter-api
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.junit.jupiter:junit-jupiter-engine
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    124d2a3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #381 from avaje/dependabot/maven/junit.version-5.10.2

    Bump junit.version from 5.10.1 to 5.10.2
    github-actions[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    7dc1975 View commit details
    Browse the repository at this point in the history
  5. Bump org.assertj:assertj-core from 3.25.2 to 3.25.3

    Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.25.2 to 3.25.3.
    - [Release notes](https://github.com/assertj/assertj/releases)
    - [Commits](assertj/assertj@assertj-build-3.25.2...assertj-build-3.25.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    90d7f59 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #383 from avaje/dependabot/maven/org.assertj-asser…

    …tj-core-3.25.3
    
    Bump org.assertj:assertj-core from 3.25.2 to 3.25.3
    github-actions[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    67f4068 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Bump nima.version from 4.0.4 to 4.0.5

    Bumps `nima.version` from 4.0.4 to 4.0.5.
    
    Updates `io.helidon.webserver:helidon-webserver` from 4.0.4 to 4.0.5
    
    Updates `io.helidon.http.media:helidon-http-media-jsonb` from 4.0.4 to 4.0.5
    
    ---
    updated-dependencies:
    - dependency-name: io.helidon.webserver:helidon-webserver
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.helidon.http.media:helidon-http-media-jsonb
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    12d70c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #384 from avaje/dependabot/maven/nima.version-4.0.5

    Bump nima.version from 4.0.4 to 4.0.5
    github-actions[bot] authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    6b49de6 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Remove jdk.crypto.ec

    SentryMan authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    92ab14d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #385 from avaje/SentryMan-patch-1

    Remove `jdk.crypto.ec`
    SentryMan authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b587709 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    e0a0c7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4f6bf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be87edd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #387 from SentryMan/helidon-path-patterns

    Support Helidon Path Variable Patterns
    SentryMan authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    10a46b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Bump io.avaje:junit from 1.3 to 1.4

    Bumps io.avaje:junit from 1.3 to 1.4.
    
    ---
    updated-dependencies:
    - dependency-name: io.avaje:junit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    177af39 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #388 from avaje/dependabot/maven/io.avaje-junit-1.4

    Bump io.avaje:junit from 1.3 to 1.4
    github-actions[bot] authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d5780b5 View commit details
    Browse the repository at this point in the history
  3. Bump io.javalin:javalin from 6.0.1 to 6.1.0

    Bumps [io.javalin:javalin](https://github.com/javalin/javalin) from 6.0.1 to 6.1.0.
    - [Release notes](https://github.com/javalin/javalin/releases)
    - [Commits](javalin/javalin@javalin-parent-6.0.1...javalin-parent-6.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: io.javalin:javalin
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    0902013 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #389 from avaje/dependabot/maven/io.javalin-javali…

    …n-6.1.0
    
    Bump io.javalin:javalin from 6.0.1 to 6.1.0
    github-actions[bot] authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    0692e48 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Version 2.2

    rbygrave committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    cc2c54a View commit details
    Browse the repository at this point in the history
Loading