-
Notifications
You must be signed in to change notification settings - Fork 200
Jakarta EE 11 #1258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Jakarta EE 11 #1258
Conversation
common/idrepo/lib/src/main/java/org/apache/syncope/common/lib/jackson/SyncopeJsonMapper.java
Dismissed
Show dismissed
Hide dismissed
...n/java/org/apache/syncope/core/persistence/jpa/spring/DomainRoutingEntityManagerFactory.java
Fixed
Show fixed
Hide fixed
...ning-java/src/main/java/org/apache/syncope/core/provisioning/java/job/OpenSearchReindex.java
Dismissed
Show dismissed
Hide dismissed
...ning-java/src/main/java/org/apache/syncope/core/provisioning/java/job/OpenSearchReindex.java
Dismissed
Show dismissed
Hide dismissed
...ning-java/src/main/java/org/apache/syncope/core/provisioning/java/job/OpenSearchReindex.java
Dismissed
Show dismissed
Hide dismissed
...ning-java/src/main/java/org/apache/syncope/core/provisioning/java/job/OpenSearchReindex.java
Dismissed
Show dismissed
Hide dismissed
...n/java/org/apache/syncope/core/persistence/elasticsearch/dao/ElasticsearchAuditEventDAO.java
Dismissed
Show dismissed
Hide dismissed
| @@ -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
| return Pair.of(index, count); | ||
| } | ||
|
|
||
| protected Pair<String, Long> reindexUsers(final JobExecutionContext context) throws IOException { |
Check notice
Code scanning / CodeQL
Useless parameter Note
| return Pair.of(index, count); | ||
| } | ||
|
|
||
| protected Pair<String, Long> reindexGroups(final JobExecutionContext context) throws IOException { |
Check notice
Code scanning / CodeQL
Useless parameter Note
| return Pair.of(index, count); | ||
| } | ||
|
|
||
| protected Pair<String, Long> reindexAnyObjects(final JobExecutionContext context) throws IOException { |
Check notice
Code scanning / CodeQL
Useless parameter Note
| return Pair.of(index, count); | ||
| } | ||
|
|
||
| protected String reindexAudit(final JobExecutionContext context) throws IOException { |
Check notice
Code scanning / CodeQL
Useless parameter Note
This work-in-progress PR contains:
Background discussion: https://lists.apache.org/thread/2g2l25n55slzyzff1syh6wvycwjsdp9c
Related issues:
JsonMapperwrtTreeCodec.readTree()override FasterXML/jackson-databind#5485