Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Last active November 23, 2019 14:47
Show Gist options
  • Save AdamBien/2735e9c8845fe1eba40720281d9c2c09 to your computer and use it in GitHub Desktop.
Save AdamBien/2735e9c8845fe1eba40720281d9c2c09 to your computer and use it in GitHub Desktop.
68thAirhacksQ&A.md

Ask questions and see you at November, 1st, 6.PM. CET: http://www.ustream.tv/channel/adambien

Also checkout recent episode:

67th airhacks.tv

Please keep the questions Java EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions.

@sebargarcia
Copy link

Hi Adam, looking at the specs in Microprofile (Config, OpenApi, Health Check, Metrics, etc.) , Do you recommend include and use them in a Monolithic Jakarta EE APP (single war)? Because If application server like payara, wildfly or tomee already includes them we can use it and keep our war thin. What are the benefits of this libraries in a monolithic app?

Tthank you.

@dempile
Copy link

dempile commented Nov 1, 2019

Hi Adam,
We have completed all the microservices connection system with CDC and an Apache Kafka Cluster and its time to go production, do you think it's recommended to use OKD 3.11 instead of Openshift 3.11. If no what kind of alternative do you recommend in selfhosted in-premise environment.
Thanks

@ggam
Copy link

ggam commented Nov 23, 2019

@mhrnr You can use Expression Language in order to get configuration value from a CDI bean. See an example: https://github.com/eclipse-ee4j/soteria/blob/master/test/app-custom-rememberme/src/main/java/org/glassfish/soteria/test/TestAuthenticationMechanism.java#L40

That's part of the spec and so is totally portable. A future version of the spec will probably add MicroProfile Config support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment