Thursday, April 26, 2012

Weld 2.0.0.Alpha2 released


The Weld Red Hat Team is delivering the Weld 2.0.0 Alpha2 release.

That contains several fixes for performance and memory management. The bechmarks show that in some cases the memory is decreasing from 50 to 80 porcent compared with previous releases.

I think that this are good news for the JEE reference implementation, because the reference implementation of context and dependency injection has many improvements in the last days.

For more information: JSR-346 (CDI 1.1), http://in.relation.to/Bloggers/Weld200Alpha2Released

No comments:

Post a Comment

Read files in Java 10 ways How to Read a File in Java Using BufferedReader and FileReader for Text Files Code Example: try (BufferedR...