Skip to content

Conversation

@ilgrosso
Copy link
Member

@ilgrosso ilgrosso commented Dec 9, 2025

@ilgrosso ilgrosso changed the title Switch to Jakarta EE 11 Jakarta EE 11 Dec 9, 2025
@@ -111,129 +158,140 @@
return indexManager.defaultAuditMapping();
}

protected Pair<String, Long> reindexRealms(final JobExecutionContext context) throws IOException {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'context' is never used.
return Pair.of(index, count);
}

protected Pair<String, Long> reindexUsers(final JobExecutionContext context) throws IOException {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'context' is never used.
return Pair.of(index, count);
}

protected Pair<String, Long> reindexGroups(final JobExecutionContext context) throws IOException {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'context' is never used.
return Pair.of(index, count);
}

protected Pair<String, Long> reindexAnyObjects(final JobExecutionContext context) throws IOException {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'context' is never used.
return Pair.of(index, count);
}

protected String reindexAudit(final JobExecutionContext context) throws IOException {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'context' is never used.
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