Jorge Bescos Gascon
Jorge Bescos Gascon
https://github.com/helidon-io/helidon/issues/6105 ### Description We were waiting for microprofile-config 3.1 to enable one test. This version made other issues that are fixed in this PR too. There were 2 types of...
### Description Using Micronaut 4.x in Helidon 3.x: https://github.com/helidon-io/helidon/issues/7206 ### Documentation N/A A couple of comments: 1. I had to remove `helidon/integrations/micronaut/cdi-processor/src/main/java/module-info.java` because there was one issue with Micronaut modules...
### Description https://github.com/helidon-io/helidon/issues/7613 ### Documentation N/A
### Description https://github.com/helidon-io/helidon/issues/7614 ### Documentation N/A
Many tests are done to have the root context of a war file, but this it not valid in some frameworks like Helidon, where there is no such context root....
https://github.com/jakartaee/mail-api/issues/720 I found only few places in mail-api. Some of them are abstract and they don't have usage in mail-api, so I will need to check angus-mail. It is probably...
https://github.com/jakartaee/mail-api/issues/699 It will try to get the StreamProvider from the session of the Message.
https://github.com/jakartaee/mail-api/issues/709 I set it as a draft for now, as we have to wait for branch 2.2.x and I will need to check also some documents.
https://github.com/eclipse-ee4j/angus-mail/issues/128
package-info.class is supposed to have the major version 52 This is a known issue in other projects too: https://github.com/jakartaee/mail-api/issues/660 https://github.com/eclipse-ee4j/parsson/issues/73