Matej Novotny
Matej Novotny
> Shall I submit a pull request? By all means, a PR is always welcome :)
> Shall I submit a pull request? @waynebeaton a friendly reminder in case you find a chunk of time to send that PR :)
> I hesitated to change the XSD files, but mostly because I don't really understand how they're disseminated and the impact of a non-functional change. Is there any reason why...
The initial proposal was merged and will be part of the first Alpha for 4.1. However, there are still `TODOs` in the code that need addressing and until then, this...
I vaguely recall that this was discussed in meetings before CDI 2.0 and deliberately kept this way but OFC I am not 100% sure.
Let's include this in the list of issues for future version, see https://github.com/jakartaee/cdi/issues/622 @hjohn if you'd like to send a PR, that would be awesome :)
I am not sure it does... [The website](https://eclipse-ee4j.github.io/jakartaee-platform/jakartaee10/JakartaEE10CoreProfileRelasePlan) and [the issue for it]( https://github.com/eclipse-ee4j/jakartaee-platform/issues/387) both list different parts. Which one is correct @starksm64?
> Checkstyle is what is commonly used, and the MicroProfile project has an example usage to review: https://github.com/eclipse/microprofile-parent/blob/master/pom.xml I'd personally lean towards using `formatter-maven-plugin` along with `impsort-maven-plugin` as that does...
So, the bean validation actually happens *before* your `AfterDeploymentValidation` listeners get notified. This fulfills what `Section 11.5.4` says and after that, you are free to create new beans (as per...
> If I remember my history right, there was a time when getReference() was forbidden in here somewhere Well that's still there (11.3.), spec says that if you call `BM.getReference()`...