Tags
Authors
Hibernate Core 4.0.0.Beta1 has just been released. The complete list of changes can be found in JIRA release notes
I'm very happy to announce the IronJacamar 1.0.0.CR1 release, which implements the Java EE Connector Architecture 1.6 specification.
Hibernate Validator 4.2.0.CR1 is finally ready for download via the JBoss Maven Repository or SourceForge. We promise you won't have to wait so long for 4.2.0.Final. In total we addressed 28 issues. Most of the issues where minor bug fixes, documentation and code refactorings. Thanks you everyone providing bug reports and helping us to make Validator even better :-)
Hibernate Core 3.6.5.Final is mainly a maintenance release with a couple of improvements.
Next week, I'll be at the Paris JUG on the evening of Tuesday 14th June. I'll stawt with a CDI overview, and then move on to discuss CDI extensions.
A number of people have asked if Ceylon will have tuples. Well, I suppose, why not? It's easy enough to write the following generalized algebraic datatype:
Today I came up with an awesome new way to do annotation constraints in Ceylon, essentially using the metamodel types (yes, I mean the metamodel types, not the actual metamodel type instances) as a kind of query language for program elements. The advantages of the new approach are:
A method reference like Float.times is represented in curried
form in Ceylon. I can write: