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

Service class fixed. #2317

Merged
merged 1 commit into from
Sep 2, 2020

Conversation

tomas-langer
Copy link
Member

Signed-off-by: Tomas Langer tomas.langer@oracle.com

Resolves #2315

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
@barchetta barchetta merged commit abdffa0 into helidon-io:master Sep 2, 2020
@ljnelson
Copy link
Member

ljnelson commented Sep 2, 2020

Post mortem: trying to see how a bad service name wouldn't cause a ServiceConfigurationError to be thrown.

@ljnelson
Copy link
Member

ljnelson commented Sep 2, 2020

Aha; they swallow the exception and move on: https://github.com/weld/core/blob/6c2b09fac4e694a20877f017424acd6c4b3e3439/impl/src/main/java/org/jboss/weld/util/ServiceLoader.java#L228-L229 This also explains why failure occurs only on native image. Case closed.

@tomas-langer tomas-langer deleted the 2315-executor-services branch July 11, 2022 16:08
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 native-image P1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

native-image failing on io.helidon.microprofile.weld.ExecutorServices
3 participants