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
kafkaPorts(ctx.getEnvironment().getProperty("kafka.port", Integer.class));

embeddedKafkaBroker.afterPropertiesSet();

LOG.info("Kafka broker successfully (re)started");
LOG.info("Kafka broker successfully (re)started {}");

Check failure

Code scanning / CodeQL

Missing format argument Error

This format call refers to 1 argument(s) but only supplies 0 argument(s).
profile.getResults().add(report);
});
ProvisioningReport result = new ProvisioningReport();
result.setKey(match.getAny().getKey());

Check warning

Code scanning / CodeQL

Dereferenced variable may be null Warning

Variable
match
may be null at this access because of
this
null argument.
report.setAnyType(MatchType.LINKED_ACCOUNT.name());
report.setStatus(ProvisioningReport.Status.SUCCESS);
ProvisioningReport result = new ProvisioningReport();
result.setKey(account.getOwner().getKey());

Check warning

Code scanning / CodeQL

Dereferenced variable may be null Warning

Variable
account
may be null at this access as suggested by
this
null guard.
Variable
account
may be null at this access because of
this
null argument.
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