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: jooby-project/jooby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.10
Choose a base ref
...
head repository: jooby-project/jooby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.11
Choose a head ref
  • 20 commits
  • 134 files changed
  • 2 contributors

Commits on Oct 27, 2025

  1. doc: fix dependency typo

    jknack committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    73bd77b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52581a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0552c58 View commit details
    Browse the repository at this point in the history
  4. undertow: add module-info.java

    jknack committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    6a806bd View commit details
    Browse the repository at this point in the history
  5. build: fix javadoc error

    - fix typos
    - added missing javadoc comment
    - fix links
    jknack committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    704c63d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. Configuration menu
    Copy the full SHA
    90403cf View commit details
    Browse the repository at this point in the history
  2. build: fix javadoc warnings

    jknack committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    8bc1bca View commit details
    Browse the repository at this point in the history
  3. vertx: revert SqlClientBase

    jknack committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    d9370d8 View commit details
    Browse the repository at this point in the history
  4. build: run on Java 25

    jknack committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    86b4ee5 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2025

  1. Jooby 4.0.10 ignores server.port

    - fix #3805
    jknack committed Nov 1, 2025
    Configuration menu
    Copy the full SHA
    f20b251 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2025

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

Commits on Nov 3, 2025

  1. build(deps): bump swagger-ui-dist in /modules/jooby-swagger-ui

    Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 5.29.5 to 5.30.1.
    - [Release notes](https://github.com/swagger-api/swagger-ui/releases)
    - [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
    - [Commits](swagger-api/swagger-ui@v5.29.5...v5.30.1)
    
    ---
    updated-dependencies:
    - dependency-name: swagger-ui-dist
      dependency-version: 5.30.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    547ec59 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump the dependencies group with 11 updates

    Bumps the dependencies group with 11 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java) | `1.12.792` | `1.12.793` |
    | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.0.0` | `6.0.1` |
    | [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.20.0` | `2.20.1` |
    | [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) | `3.2.2` | `3.2.3` |
    | io.swagger.core.v3:swagger-annotations | `2.2.39` | `2.2.40` |
    | io.swagger.core.v3:swagger-models | `2.2.39` | `2.2.40` |
    | [com.squareup.okhttp3:okhttp-jvm](https://github.com/square/okhttp) | `5.2.1` | `5.3.0` |
    | [com.squareup.okhttp3:okhttp-sse](https://github.com/square/okhttp) | `5.2.1` | `5.3.0` |
    | [com.squareup.okhttp3:okhttp-tls](https://github.com/square/okhttp) | `5.2.1` | `5.3.0` |
    | software.amazon.awssdk:bom | `2.36.2` | `2.37.3` |
    | [io.smallrye.reactive:mutiny](https://github.com/smallrye/smallrye-mutiny) | `3.0.0` | `3.0.1` |
    
    
    Updates `com.amazonaws:aws-java-sdk-bom` from 1.12.792 to 1.12.793
    - [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
    - [Commits](aws/aws-sdk-java@1.12.792...1.12.793)
    
    Updates `org.junit:junit-bom` from 6.0.0 to 6.0.1
    - [Release notes](https://github.com/junit-team/junit-framework/releases)
    - [Commits](junit-team/junit-framework@r6.0.0...r6.0.1)
    
    Updates `com.fasterxml.jackson:jackson-bom` from 2.20.0 to 2.20.1
    - [Commits](FasterXML/jackson-bom@jackson-bom-2.20.0...jackson-bom-2.20.1)
    
    Updates `com.github.ben-manes.caffeine:caffeine` from 3.2.2 to 3.2.3
    - [Release notes](https://github.com/ben-manes/caffeine/releases)
    - [Commits](ben-manes/caffeine@v3.2.2...v3.2.3)
    
    Updates `io.swagger.core.v3:swagger-annotations` from 2.2.39 to 2.2.40
    
    Updates `io.swagger.core.v3:swagger-models` from 2.2.39 to 2.2.40
    
    Updates `io.swagger.core.v3:swagger-models` from 2.2.39 to 2.2.40
    
    Updates `com.squareup.okhttp3:okhttp-jvm` from 5.2.1 to 5.3.0
    - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
    - [Commits](square/okhttp@parent-5.2.1...parent-5.3.0)
    
    Updates `com.squareup.okhttp3:okhttp-sse` from 5.2.1 to 5.3.0
    - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
    - [Commits](square/okhttp@parent-5.2.1...parent-5.3.0)
    
    Updates `com.squareup.okhttp3:okhttp-tls` from 5.2.1 to 5.3.0
    - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
    - [Commits](square/okhttp@parent-5.2.1...parent-5.3.0)
    
    Updates `com.squareup.okhttp3:okhttp-sse` from 5.2.1 to 5.3.0
    - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
    - [Commits](square/okhttp@parent-5.2.1...parent-5.3.0)
    
    Updates `software.amazon.awssdk:bom` from 2.36.2 to 2.37.3
    
    Updates `io.smallrye.reactive:mutiny` from 3.0.0 to 3.0.1
    - [Release notes](https://github.com/smallrye/smallrye-mutiny/releases)
    - [Commits](smallrye/smallrye-mutiny@3.0.0...3.0.1)
    
    Updates `com.squareup.okhttp3:okhttp-tls` from 5.2.1 to 5.3.0
    - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
    - [Commits](square/okhttp@parent-5.2.1...parent-5.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.amazonaws:aws-java-sdk-bom
      dependency-version: 1.12.793
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: org.junit:junit-bom
      dependency-version: 6.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: com.fasterxml.jackson:jackson-bom
      dependency-version: 2.20.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: com.github.ben-manes.caffeine:caffeine
      dependency-version: 3.2.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.swagger.core.v3:swagger-annotations
      dependency-version: 2.2.40
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.swagger.core.v3:swagger-models
      dependency-version: 2.2.40
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.swagger.core.v3:swagger-models
      dependency-version: 2.2.40
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: com.squareup.okhttp3:okhttp-jvm
      dependency-version: 5.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: com.squareup.okhttp3:okhttp-sse
      dependency-version: 5.3.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: com.squareup.okhttp3:okhttp-tls
      dependency-version: 5.3.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: com.squareup.okhttp3:okhttp-sse
      dependency-version: 5.3.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: software.amazon.awssdk:bom
      dependency-version: 2.37.3
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.smallrye.reactive:mutiny
      dependency-version: 3.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: com.squareup.okhttp3:okhttp-tls
      dependency-version: 5.3.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    613fe22 View commit details
    Browse the repository at this point in the history
  3. build: fix vertx classpath

    - fix #3807
    jknack committed Nov 3, 2025
    Configuration menu
    Copy the full SHA
    1155b5e View commit details
    Browse the repository at this point in the history
  4. vertx: set number of workThreads using options

    - improve bootstrapping of multiple servers when vertx is present
    - fix vertx server name (was set to netty)
    jknack committed Nov 3, 2025
    Configuration menu
    Copy the full SHA
    7862552 View commit details
    Browse the repository at this point in the history
  5. docs: update vertx sql document

    - include vertx module
    jknack committed Nov 3, 2025
    Configuration menu
    Copy the full SHA
    167f358 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3806 from jooby-project/dependabot/npm_and_yarn/m…

    …odules/jooby-swagger-ui/swagger-ui-dist-5.30.1
    
    build(deps): bump swagger-ui-dist from 5.29.5 to 5.30.1 in /modules/jooby-swagger-ui
    jknack authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    e82d416 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3808 from jooby-project/dependabot/maven/dependen…

    …cies-f9a6bf337a
    
    build(deps): bump the dependencies group with 11 updates
    jknack authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    1bd4d1d View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

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

    jknack committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    843d43c View commit details
    Browse the repository at this point in the history
Loading