-
Notifications
You must be signed in to change notification settings - Fork 75
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
bug: remove deprecated SubTypesScanner
as reflection code not working
#1006
Labels
comp-jans-orm
Component affected by issue or PR
kind-bug
Issue or PR is a bug in existing functionality
Comments
duttarnab
added
kind-bug
Issue or PR is a bug in existing functionality
comp-jans-orm
Component affected by issue or PR
labels
Mar 10, 2022
duttarnab
added a commit
that referenced
this issue
Mar 10, 2022
duttarnab
added a commit
that referenced
this issue
Mar 10, 2022
Merged
duttarnab
added a commit
that referenced
this issue
Mar 10, 2022
yurem
pushed a commit
that referenced
this issue
Mar 10, 2022
iromli
added a commit
that referenced
this issue
Mar 10, 2022
Overview: - base image pinned to liberica-openjre-alpine:11.0.13-8 - updated jans-client-api-server source (contains fix for #1006)
Done |
moabu
pushed a commit
that referenced
this issue
Mar 11, 2022
* chore: add missing configApi_ConfigurationEntryDN config * chore: update image dependencies Overview: - base image pinned to liberica-openjre-alpine:11.0.13-8 - updated jans-client-api-server source (contains fix for #1006)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
comp-jans-orm
Component affected by issue or PR
kind-bug
Issue or PR is a bug in existing functionality
The
io.jans.orm.service.StandalonePersistanceFactoryService.initPersistenceManagerMaps()
is showing logFound '0' PersistenceEntryManagerFactory
as the reflection is not able to gather any class of typePersistenceEntryManagerFactory
.The issue can be fixed by removing the deprecated
SubTypesScanner
.https://github.com/JanssenProject/jans/blob/main/jans-orm/standalone/src/main/java/io/jans/orm/service/StandalonePersistanceFactoryService.java#L65
The text was updated successfully, but these errors were encountered: