Skip to content
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

Closed
duttarnab opened this issue Mar 10, 2022 · 1 comment
Closed
Assignees
Labels
comp-jans-orm Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality

Comments

@duttarnab
Copy link
Contributor

The io.jans.orm.service.StandalonePersistanceFactoryService.initPersistenceManagerMaps() is showing log Found '0' PersistenceEntryManagerFactory as the reflection is not able to gather any class of type PersistenceEntryManagerFactory.

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

@duttarnab 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 duttarnab self-assigned this Mar 10, 2022
yurem pushed a commit that referenced this issue Mar 10, 2022
* fix:remove deprecated SubTypesScanner as reflection code not working #1006

* fix:remove deprecated SubTypesScanner as reflection code not working #1006

* fix:remove deprecated SubTypesScanner as reflection code not working #1006
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)
@duttarnab
Copy link
Contributor Author

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
Projects
None yet
Development

No branches or pull requests

1 participant