Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2025

Bumps com.unboundid:unboundid-ldapsdk from 7.0.3 to 7.0.4.

Release notes

Sourced from com.unboundid:unboundid-ldapsdk's releases.

UnboundID LDAP SDK for Java 7.0.4

We have just released version 7.0.4 of the UnboundID LDAP SDK for Java. It is available for download from GitHub and SourceForge, and it is available in the Maven Central Repository. You can find the release notes for this release (and all previous versions) at https://docs.ldap.com/ldap-sdk/docs/release-notes.html, but here’s a summary of the changes:

  • We added a “discard results” search result listener that can be used in cases where a search should be performed, but the actual matching entries and references aren’t needed (for example, if you only need to know the number of matching entries).

  • We added client-side support for a W3C trace context request control that can be included in requests sent to the latest versions of the Ping Identity Directory Server or ForgeRock Directory Services. This can be used to convey information for use in distributed tracing (e.g., via OpenTelemetry).

  • We improved debug logging when adding or removing servers from the blacklist used to temporarily avoid creating connections to a server when using the round robin and fewest connections server set.

  • We updated the PropertyManager class to make it possible to cache property values for faster access with less contention. Caching is disabled by default, although you can enable it by specifying a maximum cache duration. You can also programmatically clear the cache and pre-populate the cache based on currently defined system properties and environment variables.

  • We improved performance and reduced contention when retrieving the values of environment variables from the JVM process.

  • We updated the documentation to include the latest revisions of draft-bouchez-scram-mcf and draft-codere-ldapsyntax in the set of LDAP-related specifications.

Changelog

Sourced from com.unboundid:unboundid-ldapsdk's changelog.

          <div align="right">

${TARGET="offline"} LDAP SDK Home Page ${TARGET="offline"} Product Information

          <h2>Release Notes</h2>
      &lt;h3&gt;Version 7.0.4&lt;/h3&gt;
  &amp;lt;p&amp;gt;
    The following changes were made between the 7.0.3 and 7.0.4 releases:
  &amp;lt;/p&amp;gt;

  &amp;lt;ul&amp;gt;
    &amp;lt;li&amp;gt;
      Added a &amp;quot;discard results&amp;quot; search result listener that can be used in cases where
      a search should be performed, but the actual contents of any applicable search
      result entries or references are not needed.  The number of entries and
      references returned will still be available in the search result.  For example,
      this may be useful for testing purposes, if a search should be performed and
      you want to verify the result and potentially the number of entries and/or
      references returned, but you don't need to examine their contents.
      &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;
    &amp;lt;/li&amp;gt;

    &amp;lt;li&amp;gt;
      Added client-side support for a W3C trace context request control that can be
      used to convey information for use in distributed tracing (e.g., via
      OpenTelemetry).  This control was originally defined in the ForgeRock Directory
      Server (now known as PingDS), and will also be supported in the Ping Identity
      Directory Server.
      &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;
    &amp;lt;/li&amp;gt;

    &amp;lt;li&amp;gt;
      Updated the server set blacklist manager to improve debug logging in the event
      that servers are added to or removed from the blacklist.  The round robin and
      fewest connections server sets can be configured to use this blacklist manager to
      temporarily avoid attempting to create connections to a server when health
      checking determines that it's not in an acceptably usable state.
      &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;
    &amp;lt;/li&amp;gt;

    &amp;lt;li&amp;gt;
      Updated the PropertyManager class to make it possible to cache property values
      for faster access with less contention.  Caching is disabled by default, but
      you can enable it by specifying a maximum cache duration.  Additional methods
      are provided to clear the cache, and to populate the cache based on the
      currently defined system properties and environment variables.

... (truncated)

Commits
  • 2b16a37 Updated LDAP-related Internet Drafts
  • b9eae0a Debug add to blacklist as a warning
  • e1d74be Fix a minor typo in the license description
  • e11e283 Add a discard results search result listener
  • 11b441f Add a W3C trace context request control
  • 72e58a2 Add property manager caching support
  • 4f5268d Improve performance of getting env variables
  • 9f174d1 Improve ServerSetBlacklistManager debug logging
  • ed97ba6 Post-7.0.3 release updates
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.unboundid:unboundid-ldapsdk](https://github.com/pingidentity/ldapsdk) from 7.0.3 to 7.0.4.
- [Release notes](https://github.com/pingidentity/ldapsdk/releases)
- [Changelog](https://github.com/pingidentity/ldapsdk/blob/master/docs/release-notes.html)
- [Commits](pingidentity/ldapsdk@7.0.3...7.0.4)

---
updated-dependencies:
- dependency-name: com.unboundid:unboundid-ldapsdk
  dependency-version: 7.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added this to the 4.0.x milestone Dec 11, 2025
@jzheaux jzheaux modified the milestones: 4.0.x, 4.0.1 Dec 11, 2025
@jzheaux jzheaux self-assigned this Dec 11, 2025
@jzheaux jzheaux merged commit 4d2214f into main Dec 11, 2025
3 of 6 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/main/com.unboundid-unboundid-ldapsdk-7.0.4 branch December 11, 2025 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants