Skip to content

Conversation

@ilgrosso
Copy link
Member

@ilgrosso ilgrosso commented Dec 9, 2025

This work-in-progress PR contains:

  • upgrade to Spring Boot 4.0 / Spring Cloud 5.0
  • upgrade to Jackson 3.0
  • switch from OpenJPA to Hibernate 7.2 because the former is not compatible yet with JPA 3.2 (part of Jakarta EE 11) and the latter is now licensed under AL 2.0
  • upgrade to CXF 4.2.0-SNAPSHOT
  • upgrade to CAS 8.0.0-SNAPSHOT

Background discussion: https://lists.apache.org/thread/2g2l25n55slzyzff1syh6wvycwjsdp9c

@ilgrosso ilgrosso changed the title Switch to Jakarta EE 11 Jakarta EE 11 Dec 9, 2025
@@ -126,7 +123,7 @@
result.setOperation(ResourceOperation.NONE);
result.setAnyType(realm == null ? null : SyncopeConstants.REALM_ANYTYPE);
result.setStatus(ProvisioningReport.Status.IGNORE);
result.setKey(realmKey);
result.setKey(realm.getKey());

Check warning

Code scanning / CodeQL

Dereferenced variable may be null Warning

Variable
realm
may be null at this access as suggested by
this
null guard.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant