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

Log a warning for native image #1798

Closed
tomas-langer opened this issue May 14, 2020 · 1 comment · Fixed by #1944
Closed

Log a warning for native image #1798

tomas-langer opened this issue May 14, 2020 · 1 comment · Fixed by #1944
Assignees
Labels
2.x Issues for 2.x version branch MP native-image P1
Milestone

Comments

@tomas-langer
Copy link
Member

Log a warning when using an untested/unsupported feature in Helidon with native-image.

Such as in JPA.

This should be something like:
"Helidon MP JPA support for native image is experimental and limited to tested use cases"

@tomas-langer tomas-langer added MP 2.x Issues for 2.x version branch native-image labels May 14, 2020
@tomas-langer tomas-langer self-assigned this May 14, 2020
@m0mus m0mus added this to the 2.0.0 milestone May 21, 2020
@m0mus m0mus added the P2 label May 21, 2020
@tomas-langer
Copy link
Member Author

Add jpa, jta, hibernate as features to FeatureCatalog
Add warnings through features
Depends on #1944

@m0mus m0mus added P1 and removed P2 labels Jun 11, 2020
@tomas-langer tomas-langer linked a pull request Jun 11, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x Issues for 2.x version branch MP native-image P1
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants