Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.unboundid.product.scim2:scim2-sdk-client from 2.3.8 to 3.1.0 #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps com.unboundid.product.scim2:scim2-sdk-client from 2.3.8 to 3.1.0.

Changelog

Sourced from com.unboundid.product.scim2:scim2-sdk-client's changelog.

v3.1.0 - 2024-Jun-25

Updated all classes within the UnboundID SCIM 2 SDK to utilize @Nullable and @NotNull annotations for all non-primitive input parameters, member variables, and return values. These annotations provide additional context on the nullability of certain values when working with the SDK, and the annotations will also appear in the Javadocs. Note that the fully-qualified class names of the annotations take the form of com.unboundid.scim2.common.annotations.Nullable.

Resolved an issue with replace operations that set the value field to an empty array. When these operations are applied, the SCIM SDK now clears all matching values of the targeted multi-valued attribute. If the path of the replace operation does not have a filter, then the multi-valued attribute will be deleted from the resource.

v3.0.0 - 2023-Oct-03

Removed support for Java 8. The UnboundID SCIM 2 SDK now requires Java 11 or a later release.

Migrated javax.* namespaces to use Jakarta EE. Since Oracle has given stewardship of the Java EE project to Eclipse, this change facilitates the usage of these libraries under the Jakarta name, which provides better integration with projects such as Spring Boot 3.0. If your project uses components from JAX-RS or Jersey related to the SCIM SDK, then these references must be updated to match the new method definitions. For example, any code that creates a javax.ws.rs.client.WebTarget before passing it to the SCIM SDK will need to provide a jakarta.ws.rs.client.WebTarget instead. To support this change, the following project dependencies were also upgraded:

  • Updated javax.xml.bind-api to jakarta.xml.bind-api version 4.0.1
  • Updated javax.ws.rs-api to jakarta.ws.rs-api version 3.1.0
  • Updated javax.annotation-api to jakarta.annotation-api version 2.1.1
  • Updated Jersey from 2.39.1 to 3.1.3

Overhauled many of the class-level Javadocs in the scim2-sdk-common package. This provides better descriptions for SCIM entities, SDK-specific constructs (e.g., ScimResource), and more background on SCIM conventions such as filtering. The new documentation also provides better descriptions for how certain classes in the SDK should be used, such as the Filter class.

Added new constructors for some exception types involving the scimType field. This field is empty in many cases, so these new constructors set the scimType value to be null with the goal of simplifying the process of creating exceptions.

Added support for patch operations of type ADD that contain a value selection filter in the path, e.g., emails[type eq "work"].value. This type of request is used by some SCIM service providers to append extra data for multi-valued attributes such as emails or addresses.

Removed deprecated methods in PatchOperation.java and GenericScimResource.java that utilized multi-valued boolean arrays.

v2.4.0 - 2023-Jul-28

Fixed an issue with PatchOperations that prevented setting the value field to an empty array. The constructor would previously reject this kind of operation with a BadRequestException.

Added a variety of methods for providing multi-valued parameters directly into a method without needing to wrap the arguments into a List. For example, setting a single email on a UserResource used

... (truncated)

Commits
  • fa84148 Setting release version 3.1.0
  • 4749b49 Update CHANGELOG for the next release.
  • 6a14906 Update test dependencies to the latest versions
  • 5e6ed4f Revert "Update CHANGELOG date for the 3.1.0 release"
  • ceb6758 Update CHANGELOG date for the 3.1.0 release
  • 371487f Eliminate warnings.
  • 2f6ec9b Update README.md
  • 227b897 Fix some incorrect nullability annotations
  • 358a0e2 Update version files to 3.1.0-SNAPSHOT.
  • fbd4b77 Nullability updates for scim2-ubid-extensions.
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from cjmalloy as a code owner July 1, 2024 14:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 1, 2024
Copy link

github-actions bot commented Jul 1, 2024

@dependabot dependabot bot force-pushed the dependabot/maven/com.unboundid.product.scim2-scim2-sdk-client-3.1.0 branch from 579230d to a753ad2 Compare July 3, 2024 18:27
Copy link

github-actions bot commented Jul 3, 2024

Bumps [com.unboundid.product.scim2:scim2-sdk-client](https://github.com/pingidentity/scim2) from 2.3.8 to 3.1.0.
- [Release notes](https://github.com/pingidentity/scim2/releases)
- [Changelog](https://github.com/pingidentity/scim2/blob/master/CHANGELOG.md)
- [Commits](pingidentity/scim2@scim2-2.3.8...scim2-3.1.0)

---
updated-dependencies:
- dependency-name: com.unboundid.product.scim2:scim2-sdk-client
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/com.unboundid.product.scim2-scim2-sdk-client-3.1.0 branch from a753ad2 to 1260814 Compare July 15, 2024 21:16
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants