wildfly / wildfly-tck-runners

Test runners for executing various TCKs against a WildFly runtime
Apache License 2.0
1 stars 7 forks source link

Upgrade the CDI TCK for the Jakarta EE Core TCK Runner to 4.0.12 #101

Closed jamezp closed 9 months ago

jamezp commented 9 months ago

Once https://github.com/jakartaee/specifications/pull/659 has been merged, we should be able to upgrade the CDI TCK in the wf-core-tck-runner to 4.0.12.

This includes https://github.com/jakartaee/cdi-tck/issues/485 which will allow the WildFly to pass the Jakarta EE Core TCK with Java 21.

As part of this, we should add Java 21 TCK testing to the CI job.


Change Summary

Commits
  • 16d57a6 [maven-release-plugin] prepare release 4.0.12
  • 0c25a2d Exclude ManagedBeanTypesTest
  • 03bf6e8 TCK Challenge: ObserverExceptionRethrownTest modify event type (#488)
  • 0d847c1 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Updates jakarta.enterprise:cdi-tck-ext-lib from 4.0.11 to 4.0.12

Commits
  • 16d57a6 [maven-release-plugin] prepare release 4.0.12
  • 0c25a2d Exclude ManagedBeanTypesTest
  • 03bf6e8 TCK Challenge: ObserverExceptionRethrownTest modify event type (#488)
  • 0d847c1 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Updates jakarta.enterprise:cdi-tck-lang-model from 4.0.11 to 4.0.12

Commits
  • 16d57a6 [maven-release-plugin] prepare release 4.0.12
  • 0c25a2d Exclude ManagedBeanTypesTest
  • 03bf6e8 TCK Challenge: ObserverExceptionRethrownTest modify event type (#488)
  • 0d847c1 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Updates jakarta.enterprise:cdi-tck-core-impl from 4.0.11 to 4.0.12

Commits
  • 16d57a6 [maven-release-plugin] prepare release 4.0.12
  • 0c25a2d Exclude ManagedBeanTypesTest
  • 03bf6e8 TCK Challenge: ObserverExceptionRethrownTest modify event type (#488)
  • 0d847c1 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


jamezp commented 9 months ago

This is currently semi-blocked by https://github.com/jakartaee/platform/issues/763. We can still upgrade the TCK, but we can't pass with Java 21.