Skip to content

Private configuration classes cause trouble with Java native (reflection) #4724

@manusa

Description

@manusa

From quarkusio/quarkus#30153

Some configuration classes (referenced issue is about ExecConfig but maybe there are more) have private access and need to be referenced by name in order to register them for reflection with GraalVM.

These classes should be exposed. In addition, it would be interesting to catalog these classes with an interface or something else, so that they can be automatically detected (Jandex) to be registered when used.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions