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

Experimental feature support. #2018

Merged

Conversation

tomas-langer
Copy link
Member

@tomas-langer tomas-langer commented Jun 16, 2020

Resolves #1872

Signed-off-by: Tomas Langer [email protected]

When not printing details, you get the following:

2020.06.16 19:33:38 INFO io.helidon.common.HelidonFeatures.experimental Thread[features-thread,5,main]: You are using experimental features. These APIs may change, please follow changelog!
2020.06.16 19:33:38 INFO io.helidon.common.HelidonFeatures.experimental Thread[features-thread,5,main]: 	Experimental feature: Messaging (Messaging)
2020.06.16 19:33:38 INFO io.helidon.common.HelidonFeatures.experimental Thread[features-thread,5,main]: 	Experimental feature: Kafka Connector (Messaging/Kafka)

When printing details, you get the following:

Health              Health checks support
  Built-ins         Built in health checks
Messaging           Experimental - Reactive messaging support
  Kafka Connector   Experimental - Reactive messaging connector for Kafka (NOT SUPPORTED in native image)
Metrics             Metrics support
Security            Security support
  Integration

Signed-off-by: Tomas Langer <[email protected]>
@tomas-langer tomas-langer added this to the 2.0.0 milestone Jun 16, 2020
@tomas-langer tomas-langer self-assigned this Jun 16, 2020
@tomas-langer tomas-langer merged commit d6009ff into helidon-io:master Jun 16, 2020
@tomas-langer tomas-langer deleted the 1872-experimental-features branch June 16, 2020 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mark experimental features
2 participants