forked from adorsys/keycloak-config-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
fix: resolve ProxyBuilderImpl ClassNotFoundException in parallel import #1
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
Open
adhurjaty
wants to merge
107
commits into
main
Choose a base branch
from
fix-class-loading-parallel
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c3df231 to
a883566
Compare
…server info handling
…ns during user import
…lue-proposition-and-enhance-contributingmd Enhance Readme value proposition and update contribution guidelines
…kito setup and fix minor string formatting in `UserImportService`.
…tiation and service construction instead of `@Mock` and `@InjectMocks`.
…112-password-history-policy-failure Fix password history policy failure
Feat/non master realm auth: support non-master realm authentication and graceful server info handling
Update userprofile.yaml after adorsys#859
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.1.0 to 2.5.0. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2.1.0...v2.5.0) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…s/actions/upload-artifact-6.0.0 Bump actions/upload-artifact from 4.4.3 to 6.0.0
…s/helm/chart-testing-action-2.8.0 Bump helm/chart-testing-action from 2.6.1 to 2.8.0
…s/codecov/codecov-action-5.5.2 Bump codecov/codecov-action from 5.5.1 to 5.5.2
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 4.2.0 to 4.3.1. - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](Azure/setup-helm@v4.2.0...v4.3.1) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…s/softprops/action-gh-release-2.5.0 Bump softprops/action-gh-release from 2.1.0 to 2.5.0
…s/azure/setup-helm-4.3.1 Bump azure/setup-helm from 4.2.0 to 4.3.1
…butes set, will work now
fixes adorsys#1278: Updating attributes of a user, which has no attributes set, will work now
chore: prepare release v6.4.1 and next development iteration
Signed-off-by: Anil Dhurjaty <anil.dhurjaty@appfolio.com>
a883566 to
35f8a02
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Explicitly set the class loader in all threads to be the application class loader (not system)
Kind of like this error but that one is supposedly resolved