Skip to content
Success

Changes

Summary

  1. [maven-release-plugin] prepare release 4.0.0 (details)
  2. [maven-release-plugin] prepare for next development iteration (details)
  3. Allow excluding type annotation checks (details)
  4. Address CR (details)
  5. Add tests for Startup/Shutdown events for Lite and SE (details)
  6. Temporarily revert version changes so that we can release another RC (details)
  7. Change the scope of bean housing observer to an always active scope (details)
Commit d78a11a2dabac738f9bfa1bc3a82a6ae1f3df52c by Cdi Bot
[maven-release-plugin] prepare release 4.0.0
The file was modified impl/pom.xml (diff)
The file was modified dist-build/porting-package/pom.xml (diff)
The file was modified ext-lib/pom.xml (diff)
The file was modified dist-build/pom.xml (diff)
The file was modified lang-model/pom.xml (diff)
The file was modified doc/reference/pom.xml (diff)
The file was modified web/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified api/pom.xml (diff)
The file was modified dist-build/libs/pom.xml (diff)
Commit ba66355c13a6993931d731c198a07dd1c9ae52da by Cdi Bot
[maven-release-plugin] prepare for next development iteration
The file was modified dist-build/pom.xml (diff)
The file was modified ext-lib/pom.xml (diff)
The file was modified dist-build/libs/pom.xml (diff)
The file was modified lang-model/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified doc/reference/pom.xml (diff)
The file was modified impl/pom.xml (diff)
The file was modified dist-build/porting-package/pom.xml (diff)
The file was modified web/pom.xml (diff)
The file was modified api/pom.xml (diff)
Commit 290bf4a63d1d232de9eda6513f94f769e7e94ed1 by Denis Stepanov
Allow excluding type annotation checks
The file was modified lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedTypes.java (diff)
The file was modified lang-model/src/main/java/org/jboss/cdi/lang/model/tck/EnumMembers.java (diff)
The file was modified lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedSuperTypes.java (diff)
The file was modified lang-model/src/main/java/org/jboss/cdi/lang/model/tck/LangModelVerifier.java (diff)
The file was modified lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedReceiverTypes.java (diff)
The file was modified lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedThrowsTypes.java (diff)
The file was modified lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedReceiverTypes.java (diff)
The file was modified lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedSuperTypes.java (diff)
The file was modified lang-model/src/main/java/org/jboss/cdi/lang/model/tck/LangModelVerifier.java (diff)
The file was modified lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedTypes.java (diff)
The file was modified lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedThrowsTypes.java (diff)
The file was modified lang-model/src/main/java/org/jboss/cdi/lang/model/tck/EnumMembers.java (diff)
Commit e40c07427d04d1f7b5ae98a4e34ec6a50de777fd by Matej Novotny
Add tests for Startup/Shutdown events for Lite and SE
The file was addedimpl/src/main/java/org/jboss/cdi/tck/tests/se/events/lifecycle/StartupShutdownTest.java
The file was addedimpl/src/main/java/org/jboss/cdi/tck/tests/event/lifecycle/StartupShutdownTest.java
The file was addedimpl/src/main/java/org/jboss/cdi/tck/tests/event/lifecycle/ObservingBean.java
The file was addedimpl/src/main/java/org/jboss/cdi/tck/tests/se/events/lifecycle/ObservingBean.java
Commit b339717d9c5b0850ca1230b12ce85041204b466d by Matej Novotny
Temporarily revert version changes so that we can release another RC
The file was modified pom.xml (diff)
Commit 8142959fef7dd28ff557798ce8769c67987cfcbc by Matej Novotny
Change the scope of bean housing observer to an always active scope
The file was modified impl/src/main/java/org/jboss/cdi/tck/tests/context/dependent/instance/Bar.java (diff)