Commit Graph

1563 Commits

Author SHA1 Message Date
dependabot[bot]
b05ec91ccb Bump io.spring.gradle:spring-security-release-plugin from 1.0.4 to 1.0.6
Bumps [io.spring.gradle:spring-security-release-plugin](https://github.com/spring-io/spring-security-release-tools) from 1.0.4 to 1.0.6.
- [Release notes](https://github.com/spring-io/spring-security-release-tools/releases)
- [Commits](https://github.com/spring-io/spring-security-release-tools/compare/v1.0.4...v1.0.6)

---
updated-dependencies:
- dependency-name: io.spring.gradle:spring-security-release-plugin
  dependency-version: 1.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-07 16:45:39 -06:00
dependabot[bot]
96788e7f6c Bump io.micrometer:micrometer-bom from 1.14.5 to 1.14.6
Bumps [io.micrometer:micrometer-bom](https://github.com/micrometer-metrics/micrometer) from 1.14.5 to 1.14.6.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.14.5...v1.14.6)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-bom
  dependency-version: 1.14.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-07 16:45:17 -06:00
github-actions[bot]
e42bd10699 Next development version 2025-04-17 19:16:42 +00:00
github-actions[bot]
9a49ed8268 Release 3.3.0-RC1 2025-04-17 19:11:38 +00:00
Josh Cummings
2517bdfdc5 Fix Typo in Docs 2025-04-17 12:38:55 -06:00
dependabot[bot]
70fd59a136 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](https://github.com/micrometer-metrics/tracing/compare/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] <support@github.com>
2025-04-17 11:37:50 -06:00
dependabot[bot]
4f98104564 Bump org.aspectj:aspectjweaver from 1.9.23 to 1.9.24
Bumps [org.aspectj:aspectjweaver](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:aspectjweaver
  dependency-version: 1.9.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-17 11:37:28 -06:00
dependabot[bot]
b6c89fa1c1 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](https://github.com/junit-team/junit5/compare/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] <support@github.com>
2025-04-17 11:29:51 -06:00
dependabot[bot]
e2c483d17b 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] <support@github.com>
2025-04-17 11:29:38 -06:00
dependabot[bot]
a4bb6ca45e 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](https://github.com/google/gson/compare/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] <support@github.com>
2025-04-17 11:29:29 -06:00
Josh Cummings
cf9f9ab000 Polish Converter Documentation
Added details about Spring Boot support.

Issue gh-633
2025-04-17 11:11:42 -06:00
Josh Cummings
c98c0200f7 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
2025-04-17 10:53:48 -06:00
Moritz Kobel
058f529bb2 Implement proximity filter ~=
Signed-off-by: Moritz Kobel <moritz.kobel@qube.ag>
2025-04-17 10:52:36 -06:00
Eric Haag
2fe05b4242 Migrate build to use Spring Develocity Conventions
Signed-off-by: Eric Haag <ehaag@gradle.com>
2025-04-17 07:55:24 -06:00
dependabot[bot]
bc7d76df3f Bump io.spring.gradle:spring-security-release-plugin from 1.0.3 to 1.0.4
Bumps [io.spring.gradle:spring-security-release-plugin](https://github.com/spring-io/spring-security-release-tools) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/spring-io/spring-security-release-tools/releases)
- [Commits](https://github.com/spring-io/spring-security-release-tools/compare/v1.0.3...v1.0.4)

---
updated-dependencies:
- dependency-name: io.spring.gradle:spring-security-release-plugin
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-10 08:05:42 -06:00
Josh Cummings
47be9845bb Favor Composition in CompareFilter
Closes gh-1060
2025-04-09 14:33:34 -06:00
dependabot[bot]
7951253454 Bump org.junit:junit-bom from 5.12.0 to 5.12.1
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.12.0 to 5.12.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.12.0...r5.12.1)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-09 12:07:41 -06:00
Josh Cummings
33bd8bce82 Restore Missing Exception
In order to remain binary compatible, we cannot remove checked exceptions
from signatures. And since this method is deprecated anyway, there is little
to be gained from changing its signature.

Issue gh-938
2025-04-03 17:11:30 -06:00
Emanuel Trandafir
553b5edd51 Polish contributing.adoc
Issue #938

Signed-off-by: etrandafir93 <emanueltrandafir1993@gmail.com>
2025-04-03 17:11:30 -06:00
Emanuel Trandafir
7a0a7bdc53 Polish EmbeddedLdapServer Tests
Issue #938

Signed-off-by: etrandafir93 <emanueltrandafir1993@gmail.com>
2025-04-03 17:11:30 -06:00
Emanuel Trandafir
8d44ee31a8 EmbeddedLdapServer builder
Closes #938

Signed-off-by: Emanuel Trandafir <emanueltrandafir1993@gmail.com>
Signed-off-by: etrandafir93 <emanueltrandafir1993@gmail.com>
2025-04-03 17:11:30 -06:00
dependabot[bot]
f154e64760 Bump org.springframework.security:spring-security-bom
Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 6.4.3 to 6.4.4.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/6.4.3...6.4.4)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-24 16:04:41 -06:00
dependabot[bot]
6562a087b7 Bump org.aspectj:aspectjweaver from 1.9.22.1 to 1.9.23
Bumps [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj) from 1.9.22.1 to 1.9.23.
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

---
updated-dependencies:
- dependency-name: org.aspectj:aspectjweaver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-24 16:03:57 -06:00
dependabot[bot]
9feb78cda3 Bump org.springframework:spring-framework-bom from 6.2.3 to 6.2.5
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.2.3 to 6.2.5.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.3...v6.2.5)

---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-22 23:23:47 -06:00
dependabot[bot]
81ab18049a Bump org.springframework:spring-core from 6.2.3 to 6.2.5
Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 6.2.3 to 6.2.5.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.3...v6.2.5)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-22 23:23:28 -06:00
dependabot[bot]
5d38200852 Bump org.aspectj:aspectjrt from 1.9.22.1 to 1.9.23
Bumps [org.aspectj:aspectjrt](https://github.com/eclipse/org.aspectj) from 1.9.22.1 to 1.9.23.
- [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-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-22 23:22:24 -06:00
dependabot[bot]
e6b38e6cf6 Bump io.projectreactor:reactor-core from 3.7.3 to 3.7.4
Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.7.3 to 3.7.4.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](https://github.com/reactor/reactor-core/compare/v3.7.3...v3.7.4)

---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-22 23:21:40 -06:00
github-actions[bot]
7af94ea30d Next development version 2025-03-13 16:27:09 +00:00
github-actions[bot]
403aaf2fa4 Release 3.3.0-M3 2025-03-13 16:22:23 +00:00
dependabot[bot]
36622de7fc Bump io.micrometer:micrometer-bom from 1.14.4 to 1.14.5
Bumps [io.micrometer:micrometer-bom](https://github.com/micrometer-metrics/micrometer) from 1.14.4 to 1.14.5.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.14.4...v1.14.5)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-12 22:25:40 -06:00
Josh Cummings
7b6a2a17fa Remove updateDependencies Extension
This is no longer needed now that the project uses Dependabot

PR gh-1039
2025-03-12 22:25:00 -06:00
dependabot[bot]
52d8a06188 Bump com.github.ben-manes:gradle-versions-plugin from 0.36.0 to 0.52.0
Bumps com.github.ben-manes:gradle-versions-plugin from 0.36.0 to 0.52.0.

---
updated-dependencies:
- dependency-name: com.github.ben-manes:gradle-versions-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-12 22:25:00 -06:00
dependabot[bot]
3b5dce0d01 Bump io.micrometer:micrometer-tracing-bom from 1.4.3 to 1.4.4
Bumps [io.micrometer:micrometer-tracing-bom](https://github.com/micrometer-metrics/tracing) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/micrometer-metrics/tracing/releases)
- [Commits](https://github.com/micrometer-metrics/tracing/compare/v1.4.3...v1.4.4)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-tracing-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-12 22:21:42 -06:00
dependabot[bot]
901f12922a Bump org.apache.commons:commons-pool2 from 2.11.1 to 2.12.1
Bumps org.apache.commons:commons-pool2 from 2.11.1 to 2.12.1.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-pool2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-12 22:16:49 -06:00
Josh Cummings
1f3551ed91 Work Around JUnit + Gradle Classpath Conflict
See https://github.com/junit-team/junit5/issues/4374

PR gh-1037
2025-03-12 22:16:03 -06:00
dependabot[bot]
bacb026102 Bump org.junit:junit-bom from 5.11.4 to 5.12.0
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.0)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-12 22:16:03 -06:00
dependabot[bot]
d845668aea Bump com.fasterxml.jackson:jackson-bom from 2.18.2 to 2.18.3
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.18.2 to 2.18.3.
- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.18.2...jackson-bom-2.18.3)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-12 09:20:59 -06:00
Josh Cummings
04facc51d1 Error When Starting Twice
Issue gh-1025
2025-03-11 08:17:34 -06:00
Josh Cummings
acac16ee11 Fix checkstyle errors
Issue gh-1025
2025-03-11 08:17:34 -06:00
emanueltrandafir1993
4a3c3fead0 Add start/stop methods
Closes #1025

Signed-off-by: emanueltrandafir1993 <emanueltrandafir1993@gmail.com>
2025-03-11 08:17:34 -06:00
dependabot[bot]
739813c341 Bump org.springframework:spring-core from 6.1.16 to 6.2.3
Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 6.1.16 to 6.2.3.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.16...v6.2.3)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-11 07:42:36 -06:00
Josh Cummings
cd6c0fad4d Bump commons-cli from 1.5.0 to 1.9.0
PR gh-1029
2025-03-11 07:42:00 -06:00
dependabot[bot]
5e2a831476 Bump commons-cli:commons-cli from 1.5.0 to 1.9.0
Bumps commons-cli:commons-cli from 1.5.0 to 1.9.0.

---
updated-dependencies:
- dependency-name: commons-cli:commons-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-11 07:42:00 -06:00
Josh Cummings
0a96d939c3 Bump com.apollographql.apollo from 2.4.6 to 2.5.14
PR gh-1021
2025-03-11 07:33:54 -06:00
dependabot[bot]
a59c882a06 Bump com.apollographql.apollo from 2.4.6 to 2.5.14
Bumps com.apollographql.apollo from 2.4.6 to 2.5.14.

---
updated-dependencies:
- dependency-name: com.apollographql.apollo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-11 07:33:54 -06:00
dependabot[bot]
0363996591 Bump com.google.code.gson:gson from 2.8.9 to 2.12.1
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.8.9 to 2.12.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.8.9...gson-parent-2.12.1)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-11 07:03:03 -06:00
dependabot[bot]
b64f7b4918 Bump org.jfrog.buildinfo:build-info-extractor-gradle
Bumps [org.jfrog.buildinfo:build-info-extractor-gradle](https://github.com/jfrog/build-info) from 4.26.3 to 4.34.1.
- [Release notes](https://github.com/jfrog/build-info/releases)
- [Changelog](https://github.com/jfrog/build-info/blob/master/RELEASE.md)
- [Commits](https://github.com/jfrog/build-info/compare/build-info-gradle-extractor-4.26.3...build-info-gradle-extractor-4.34.1)

---
updated-dependencies:
- dependency-name: org.jfrog.buildinfo:build-info-extractor-gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-07 08:28:03 -05:00
dependabot[bot]
9321ab854f Bump io.github.gradle-nexus:publish-plugin from 1.1.0 to 1.3.0
Bumps [io.github.gradle-nexus:publish-plugin](https://github.com/gradle-nexus/publish-plugin) from 1.1.0 to 1.3.0.
- [Release notes](https://github.com/gradle-nexus/publish-plugin/releases)
- [Commits](https://github.com/gradle-nexus/publish-plugin/compare/v1.1.0...v1.3.0)

---
updated-dependencies:
- dependency-name: io.github.gradle-nexus:publish-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-25 08:17:33 -07:00
dependabot[bot]
5bdbd222b2 Bump org.springframework.security:spring-security-bom
Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 6.4.2 to 6.4.3.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/6.4.2...6.4.3)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-25 08:17:17 -07:00
dependabot[bot]
cc073a6090 Bump com.gradle.develocity from 3.17.6 to 3.19.2
Bumps com.gradle.develocity from 3.17.6 to 3.19.2.

---
updated-dependencies:
- dependency-name: com.gradle.develocity
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 17:00:46 -07:00