dependabot[bot] opened a new pull request, #1430:
URL: https://github.com/apache/syncope/pull/1430

   Bumps 
[org.springframework.data:spring-data-commons](https://github.com/spring-projects/spring-data-commons)
 from 4.0.5 to 4.1.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-data-commons/releases";>org.springframework.data:spring-data-commons's
 releases</a>.</em></p>
   <blockquote>
   <h2>4.1.0</h2>
   <h2>:green_book: Links</h2>
   <ul>
   <li><a 
href="https://docs.spring.io/spring-data/commons/reference/4.1/";>Spring Data 
Commons 4.1.0 Reference documentation</a></li>
   <li><a 
href="https://docs.spring.io/spring-data/commons/reference/4.1/api/java/";>Spring
 Data Commons 4.1.0 Javadoc</a></li>
   </ul>
   <h2>:star: New Features</h2>
   <ul>
   <li>Consider filter configuration in <code>AotMappingContext</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/pull/3475";>#3475</a></li>
   <li>Add <code>TypedPropertyPathFeature</code> to lambda reachability 
metadata <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/pull/3466";>#3466</a></li>
   <li>Stop supporting params not annotated with <code>@ProjectedPayload</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-data-commons/pull/3453";>#3453</a></li>
   <li>Eagerly initialize auditing metadata for known persistent entities <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/pull/3442";>#3442</a></li>
   <li>Auditing causes global lock contention during first initialization under 
high concurrency <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/issues/3441";>#3441</a></li>
   <li>Use shared instance of DefaultParameterNameDiscoverer <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/pull/3432";>#3432</a></li>
   <li>Set <code>ApplicationEventPublisher</code> on repository factory if it 
implements <code>ApplicationEventPublisherAware</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/issues/3424";>#3424</a></li>
   <li>Introduce first-class type-safe property path references at the core 
level <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/pull/3409";>#3409</a></li>
   <li>Introduce first-class type-safe property path references at the core 
level <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/issues/3400";>#3400</a></li>
   <li>Stop supporting params that are not annotated with 
<code>@ProjectedPayload</code> (4.1.x) <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/issues/3301";>#3301</a></li>
   <li>Stop proxying non-annotated web handler method params <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/issues/3298";>#3298</a></li>
   <li>Migrate to JSpecify annotations for nullability constraints <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/issues/3170";>#3170</a></li>
   <li>Add <code>nullHandling</code> to <code>@SortDefault</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/pull/3153";>#3153</a></li>
   <li>Allow specifying default null handling for <code>Sort</code> resolution 
<a 
href="https://redirect.github.com/spring-projects/spring-data-commons/issues/3152";>#3152</a></li>
   <li>Add <code>@Transient</code> properties to <code>PersistentEntity</code> 
and use value defaulting for transient constructor properties <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/pull/2985";>#2985</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Skip type inspection for transient properties.  <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/pull/3486";>#3486</a></li>
   <li>Exception trying to persist transient field when using MongoDb <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/issues/3485";>#3485</a></li>
   <li>AotMappingContext needs to consider type filter configuration <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/issues/3474";>#3474</a></li>
   <li><code>ClassGeneratingPropertyAccessorFactory</code> fails to generate 
property accessor for types with static <code>with…</code> methods <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/issues/3472";>#3472</a></li>
   <li>Ignore events of unrelated <code>BeanFactory</code> in 
<code>DeferredRepositoryInitializationListener</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/pull/3461";>#3461</a></li>
   <li><code>DeferredRepositoryInitializationListener</code> triggers 
repository initialization on child context events <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/issues/3459";>#3459</a></li>
   <li>Render method parameter annotations in AOT repositories <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/pull/3458";>#3458</a></li>
   <li>Remove <code>Assert#notNull</code> for nullable <code>Link</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/pull/3454";>#3454</a></li>
   <li>Incorrect null assertion in 
<code>SlicedResourcesAssembler.toEmptyModel</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/issues/3452";>#3452</a></li>
   <li>Retrieve Environment via RegisteredBean <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/pull/3415";>#3415</a></li>
   <li>Retrieve Environment from RegisteredBean <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/issues/3414";>#3414</a></li>
   <li><code>ReturnedClass</code> eagerly resolves input parameters resulting 
in logging for parameters that are potentially not required <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/issues/3410";>#3410</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Update Documentation <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/issues/3484";>#3484</a></li>
   <li>Refine public API Javadoc descriptions <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/pull/3465";>#3465</a></li>
   <li>Fix missing braces <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/pull/3462";>#3462</a></li>
   <li>Fix a/an in Javadoc <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/pull/3440";>#3440</a></li>
   <li>Refine Fluent Query reference documentation <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/issues/3419";>#3419</a></li>
   <li>Update reactive auditing documentation considering 
<code>Authentication</code> can be <code>null</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/issues/3413";>#3413</a></li>
   <li>Fix incorrect or incomplete Javadoc in public APIs <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/issues/2602";>#2602</a></li>
   <li>Refine Antora-build <a 
href="https://redirect.github.com/spring-projects/spring-data-build/issues/2797";>#2797</a></li>
   <li>Add Readme templates <a 
href="https://redirect.github.com/spring-projects/spring-data-build/issues/2758";>#2758</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Maven Wrapper 3.9.16 <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/issues/3489";>#3489</a></li>
   <li>Upgrade to Kotlin 2.3.20-RC2 <a 
href="https://redirect.github.com/spring-projects/spring-data-build/issues/2813";>#2813</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-data-commons/commit/e00e5895b4f1a8ae75bd60210a10bad2d9d5373a";><code>e00e589</code></a>
 Release version 4.1 GA (2026.0.0).</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-commons/commit/29ea48928169e85bc90eb9bdcc554a229dfd3f43";><code>29ea489</code></a>
 Update Reference Documentation.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-commons/commit/9ae4bf90149471aaf23ec4ac698d77755abd95c9";><code>9ae4bf9</code></a>
 Use <code>ConcurrentLruCache</code> in 
<code>PersistentPropertyPathFactory</code>.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-commons/commit/56685ec2f8b56c21f81dcfbd586aa51d8823da47";><code>56685ec</code></a>
 Init MapDataBinder with custom collection limit.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-commons/commit/e377d6b93f5beebe8250813b31d572015fd224bf";><code>e377d6b</code></a>
 Consistently apply max traversal depth.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-commons/commit/28b51c6c8d675e48a791d925986ca08fcd01dc39";><code>28b51c6</code></a>
 Use LRU cache for capturing type alias.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-commons/commit/1fa89f974aa11582cdb8dd52393dfd8d55c80757";><code>1fa89f9</code></a>
 Initialize properties of a type in one pass in TypeDiscoverer.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-commons/commit/9d91f747540485b326667b9b3f861f9dd0f34575";><code>9d91f74</code></a>
 Upgrade to Maven Wrapper 3.9.16.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-commons/commit/4a299581a4932bcc032ab14002302e19897a4543";><code>4a29958</code></a>
 Upgrade test dependencies.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-commons/commit/4b12284dec7de54c28878791583c6c2f1f134fbe";><code>4b12284</code></a>
 Refine GitHub Actions workflows.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-data-commons/compare/4.0.5...4.1.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework.data:spring-data-commons&package-manager=maven&previous-version=4.0.5&new-version=4.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to