fix: resolve ProxyBuilderImpl ClassNotFoundException in parallel import#1288
fix: resolve ProxyBuilderImpl ClassNotFoundException in parallel import#1288adhurjaty wants to merge 2 commits intoadorsys:mainfrom
Conversation
1d5d2f4 to
b209afa
Compare
|
|
Hello @adhurjaty . Please can you rebase to the main and make sure that your workflow passes? The pipeline was fixed. Thanks |
35f8a02 to
ad58759
Compare
|
Thank you much, @adhurjaty |
.factorypath
Outdated
There was a problem hiding this comment.
Please can you remove this file @adhurjaty? It is an Eclipse-specific file generated
592a7c2 to
518264a
Compare
src/main/java/de/adorsys/keycloak/config/service/UserImportService.java
Outdated
Show resolved
Hide resolved
|
Did you consider using the Your implementation uses |
Signed-off-by: Anil Dhurjaty <anil.dhurjaty@appfolio.com>
518264a to
2aa06ea
Compare
|



What this PR does / why we need it:
Fix
Parallel import: ClassNotFoundException: org.jboss.resteasy.client.jaxrs.internal.proxy.ProxyBuilderImplby explicitly setting the ClassLoader to match the main thread's in parallel forEach consumers.Which issue this PR fixes: fixes #1107
Special notes for your reviewer:
PR Readiness Checklist:
Complete these before marking the PR as
ready to review:CHANGELOG.mdrelease notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR