You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The very first task is to upgrade Weld to a version that supports Jakarta 10 (Weld 5.x)
This means:
updating the dependencies/pom.xml
checking our microprofile/weld modules if everything still works (this module exists to support native image)
checking that everything passes + native image can be built (I think we should be able to upgrade to Jakarta 10 without impact on other components - may require upgrade to latest Jersey as well)
We will defer this after we have all of MP 6.0 working: as part of latest MP, we will also need to pass TCK tests for Jakarta stuff - this is new (we never did this in Helidon before). This would require adding microprofile/test/tck/cdi and somehow executing TCKs for CDI
The very first task is to upgrade Weld to a version that supports Jakarta 10 (Weld 5.x)
This means:
We will defer this after we have all of MP 6.0 working: as part of latest MP, we will also need to pass TCK tests for Jakarta stuff - this is new (we never did this in Helidon before). This would require adding microprofile/test/tck/cdi and somehow executing TCKs for CDI
Verify with:
mvn clean install -Ptests,tck,examples
The text was updated successfully, but these errors were encountered: