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-validator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.8
Choose a base ref
...
head repository: avaje/avaje-validator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.9
Choose a head ref
  • 6 commits
  • 13 files changed
  • 4 contributors

Commits on Feb 24, 2025

  1. Bump the dependencies group with 3 updates

    Bumps the dependencies group with 3 updates: io.avaje:avaje-spi-service, [io.avaje:avaje-prisms](https://github.com/avaje/avaje-prisms) and [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot).
    
    
    Updates `io.avaje:avaje-spi-service` from 2.9 to 2.10
    
    Updates `io.avaje:avaje-prisms` from 1.38 to 1.39
    - [Release notes](https://github.com/avaje/avaje-prisms/releases)
    - [Commits](avaje/avaje-prisms@1.38...1.39)
    
    Updates `org.springframework.boot:spring-boot-dependencies` from 3.4.2 to 3.4.3
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: io.avaje:avaje-spi-service
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.avaje:avaje-prisms
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    55e2bd8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #286 from avaje/dependabot/maven/main/dependencies…

    …-6b57c0f703
    
    Bump the dependencies group with 3 updates
    github-actions[bot] authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    4c61e78 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. cancel generation on error (#287)

    prevents apt errors from spiraling
    SentryMan authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    c9e55d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. fix jdt error (#288)

    it turns out using toString on a package element doesn't print the right package name with some compilers
    SentryMan authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    9a0bc16 View commit details
    Browse the repository at this point in the history
  2. Fix Annotation Trimming on Eclipse (#289)

    Relis on avaje/avaje-prisms#103
    
    Co-authored-by: Rob Bygrave <robin.bygrave@gmail.com>
    SentryMan and rbygrave authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    1d183ca View commit details
    Browse the repository at this point in the history
  3. Version 2.9

    rbygrave committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    df008b6 View commit details
    Browse the repository at this point in the history
Loading