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

   Bumps 
[org.springframework.data:spring-data-commons](https://github.com/spring-projects/spring-data-commons)
 from 4.0.5 to 4.1.1.
   <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.1</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.1 Reference documentation</a></li>
   <li><a 
href="https://docs.spring.io/spring-data/commons/reference/4.1/api/java/";>Spring
 Data Commons 4.1.1 Javadoc</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Retain subclass fields over masked superclass fields in 
<code>TypeDiscoverer</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/pull/3504";>#3504</a></li>
   <li>Property type resolved from hidden superclass field instead of subclass 
field <a 
href="https://redirect.github.com/spring-projects/spring-data-commons/issues/3500";>#3500</a></li>
   </ul>
   <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>
   </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/2a54699bfbd8c2a956066ef7d50cd089b7500bdc";><code>2a54699</code></a>
 Release version 4.1.1 (2026.0.1).</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-commons/commit/a11e2ff4ed9c2b9757a058f2973884e11440d2c9";><code>a11e2ff</code></a>
 Enter rampdown phase for 4.1.1.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-commons/commit/af899aa225298ec6d8361b8f662851d8df7de3a4";><code>af899aa</code></a>
 Update build config for correct notice and license.txt inclusion.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-commons/commit/12c351630f826db218f1f8a539e149e941926e44";><code>12c3516</code></a>
 Add release train automation.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-commons/commit/720f357953ce74e0e79b57d362bd708c6679c22c";><code>720f357</code></a>
 Retain subclass fields over masked superclass fields in 
<code>TypeDiscoverer</code>.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-commons/commit/b1736ca7201470e0ab94b618a8f6441efccb93f7";><code>b1736ca</code></a>
 Use property to easier configure Spring Framework reference docs location.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-commons/commit/4ff7eed4f0d8ce54373b06fec86a87faaf4c39ca";><code>4ff7eed</code></a>
 Prepare next development iteration.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-commons/commit/cc49ce42235ef3e41e3d29cf154a78a8523330d9";><code>cc49ce4</code></a>
 After release cleanups.</li>
   <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>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-data-commons/compare/4.0.5...4.1.1";>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.1)](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