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: spring-projects/spring-ldap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: abe90ff
Choose a base ref
...
head repository: spring-projects/spring-ldap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a8ee9f4
Choose a head ref
  • 8 commits
  • 7 files changed
  • 4 contributors

Commits on Apr 17, 2025

  1. Migrate build to use Spring Develocity Conventions

    Signed-off-by: Eric Haag <[email protected]>
    erichaagdev authored and jzheaux committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    2fe05b4 View commit details
    Browse the repository at this point in the history
  2. Implement proximity filter ~=

    Signed-off-by: Moritz Kobel <[email protected]>
    mkobel authored and jzheaux committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    058f529 View commit details
    Browse the repository at this point in the history
  3. Remove near From Query Builder DSL

    I'd like to be a little bit more careful here and not add
    a default method that throws an UnsupportedOperationException.
    
    In the meantime, applications can use the filter method like
    so:
    
    LdapQueryBuilder.query().filter(new ProximityFilter("cn", "John Doe"))
    
    PR gh-1052
    jzheaux committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    c98c020 View commit details
    Browse the repository at this point in the history
  4. Polish Converter Documentation

    Added details about Spring Boot support.
    
    Issue gh-633
    jzheaux committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    cf9f9ab View commit details
    Browse the repository at this point in the history
  5. Bump com.google.code.gson:gson from 2.12.1 to 2.13.0

    Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.12.1 to 2.13.0.
    - [Release notes](https://github.com/google/gson/releases)
    - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
    - [Commits](google/gson@gson-parent-2.12.1...gson-parent-2.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.code.gson:gson
      dependency-version: 2.13.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and jzheaux committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    a4bb6ca View commit details
    Browse the repository at this point in the history
  6. Bump org.aspectj:aspectjrt from 1.9.23 to 1.9.24

    Bumps [org.aspectj:aspectjrt](https://github.com/eclipse/org.aspectj) from 1.9.23 to 1.9.24.
    - [Release notes](https://github.com/eclipse/org.aspectj/releases)
    - [Commits](https://github.com/eclipse/org.aspectj/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.aspectj:aspectjrt
      dependency-version: 1.9.24
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and jzheaux committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    e2c483d View commit details
    Browse the repository at this point in the history
  7. Bump org.junit:junit-bom from 5.12.1 to 5.12.2

    Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.12.1 to 5.12.2.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit-framework@r5.12.1...r5.12.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit:junit-bom
      dependency-version: 5.12.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and jzheaux committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    b6c89fa View commit details
    Browse the repository at this point in the history
  8. Bump io.micrometer:micrometer-tracing-bom from 1.4.4 to 1.4.5

    Bumps [io.micrometer:micrometer-tracing-bom](https://github.com/micrometer-metrics/tracing) from 1.4.4 to 1.4.5.
    - [Release notes](https://github.com/micrometer-metrics/tracing/releases)
    - [Commits](micrometer-metrics/tracing@v1.4.4...v1.4.5)
    
    ---
    updated-dependencies:
    - dependency-name: io.micrometer:micrometer-tracing-bom
      dependency-version: 1.4.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    a8ee9f4 View commit details
    Browse the repository at this point in the history
Loading