Ask questions and see you at April, 6th, 8.PM. CET: https://vimeo.com/event/19368
Also checkout recent episode:
Please keep the questions Jakarta EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions.
Ask questions and see you at April, 6th, 8.PM. CET: https://vimeo.com/event/19368
Also checkout recent episode:
Please keep the questions Jakarta EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions.
Hello Adam , i hope you're doing well.
I have two questions
We have some legacy modules with java 6 and we want to upgrade to java 11 , is there any good approach to do this migration to ensure that the modules remains work correctly with java 11 and how to detect changes that we have to do ?
Our client has the commercial version of OpenAm but they use it only for SSO , is it a good idea to use OpenAm in authorization as well in our project ?
Thanks && stay safe
Hi Adam,
is the @stateless annotation equivalent of @transactional and @RequestScoped ?
I tested that in Quarkus, but the problem is that for each request I have a new Instance.
I did not find the annotation @pooled
Thanks
Hi, Adam,
Good to know you are safe and coding on. No Slides no corona.
Please as regards table /column naming standards. What do you advise, camelCase or under_score and why? Are there any standards or best practices around this?
Thank you and stay safe :-)
Hi Adam,
Is there a way to consume multiple messages in parallel with a Post Processing acknowledgement strategy similar to how on MDBs you can control the number of sessions?
Hi Adam,
Hi Adam,
I'd like to transition from "my home grown cdi config" which I've created based on your blog posts many years ago.
See both
My implementation initialization process goes that way:
.propertiesfile based on the actual environment using theProperties.load(InputStream).${ENV:<THE_ENV_VAR_TO_SUBSTITUTE>}to bridge environment variable.@Inject @Config("properties.key.goes.here") ConfigValueType configValuewhere ConfigValueType has a dedicated@Produces ConfigValueType produceConfigValueType(InjectionPoint)method;How I could replicate theses features but now based on top of the the microprofile config standards? and/or on top of smallrye-config?
Thank you very much and keep up the good work!