News

RSS Feed

Weld 5.1.1.SP2

Another bug-smashing release has landed in Maven Central and this time it’s Weld 5.1.1.SP2. This is a very small but important change which addresses possible memory leak scenario (WELD-2750). There are multiple conditions for this leak to occur and while most applications are unlikely to be affected, it is still recommended to upgrade to this latest version. As always, if you find further issues with Weld 5, do...

Read more »

Weld 5.1.1.SP1

A new SP release of Weld 5 is now avaiable. Latest release, Weld 5.1.1.Final, has shown that one of the changes (WELD-2743) had unforseen and, sadly, untested consequences. Some of the integrators and some of community were using BeanManager#getReference in scenarios which were broken by this change. While the use cases aren’t explicitly backed by the specification or its TCKs, we decided we don’t want to...

Read more »

Weld 5.1.1.Final

It’s time for some minor updates and fixes, Weld 5.1.1.Final is now available! Main highlights are as follows: Fix bean type assignability for beans with recursive generic types (WELD-2738) Failing validation for pasivation capability, Weld should throw DeploymentException instead of DefinitionException (WELD-2741) Avoid firing ProcessInjectionTarget multiple times if a specialized bean was vetoed (WELD-2742) BeanManager#getReference should not create a child CreationalContext instance (WELD-2743) This should...

Read more »

Weld 5.1.0.Final

Weld Core 5.1.0.Final and Weld API 5.0.SP3 are now availabe in Maven Central. Most notable change, which is also the cause of a minor version bump, is the removal of Weld Probe from our codebase. Details are in this JIRA issue and were also communicated via weld-dev email. In short, Probe hasn’t been maintained for a long time and its UI part is using outdated libraries and...

Read more »

Weld 5.0.1.Final

Weld Core 5.0.1.Final is now available and comes with Weld API 5.0.SP2. Main highlights are as follows: Updated all CDI related versions (API and TCKs) to their latest released variants and made sure we are passing Updated many other EE 10 APIs to their latest releases We are once again fully continuously testing against an EE container (nightly WildFly builds) which helped us polish more bumps in tests and code...

Read more »

Weld 5.0.0.SP2

Another quick turnaround as more integrators adopt Weld 5 and help us squash bugs. Weld 5.0.0.SP2 is headed into Central as we speak. The main reason for this service release is WELD-2721 which was a spec violation in how AfterBeanDiscovery methods were treated outside of lifecycle observer method invocations. Apart from that, there was also a corner case NPE during Weld Servlet and SE cooperation bootstrap (WELD-2720). As always, if...

Read more »

Weld 5.0.0.SP1

A new version of Weld core is now in Maven Central - 5.0.0.SP1. There have been reports of a bytecode verification error in certain scenarios reported by GlassFish and WildFly trying to integrate Weld 5.0.0.Final. We have investigated the cause and identified the problematic change, you can read more about it in WELD-2719. Weld 5.0.0.SP1 release reverts the offending change (WELD-2712) and otherwise keeps Weld...

Read more »

Weld 5.0.0.Final

CDI 4 has passed its Final ballot and is now available in Maven Central. Some of you may have played with it already, but where is the fun in it, if you don’t have a Final implementation, right? Have no fear, Weld 5 Final is here! As usual, there is Weld 5.0.Final API as well as Weld 5.0.0.Final core impl. It is very much the same as CR2...

Read more »

Weld 5.0.0.CR2

Final ballot of CDI 4 has uncovered untested and unimplemented area in the newly added Startup and Shutdown events. Our previous release was guilty of not supporting this properly, hence here comes Weld API 5.0.CR2 and Weld Core 5.0.0.CR2. Weld now automatically fires these events and the JIRA issue for this can be seen here (WELD-2709). However, integrators can choose to override this behavior and fire both events themselves...

Read more »

Weld 5.0.0.CR1

Weld 5 now has its first candidate release; Weld API 5.0.CR1 and Weld Core 5.0.0.CR1 are headed towards Maven Central. This release has only minor differences from the Beta but it is a testable basis for Final specification release. Here is a quick overview: Correct default package detection inside ProxyFactory (WELD-2704) Use secure actions when obtaining constructors via reflection in LiteExtensionTranslator (WELD-2705) Dozens of dependabot updates for various...

Read more »