Tags
Authors
IronJacamar 1.1.0.Alpha6 is out
I'm happy to announce the 6th alpha release of our IronJacamar 1.1 series.
This release will hopefully be the last before Hibernate Search 4.1 final. If you want to give feedback, now is the time :) We are simultaneously releasing Hibernate Search 3.4.2 as a minor bug fix release.
Trying out Ceylon's Java interop
Great, I'm finally able to write, compile, and run Ceylon code that uses Java libraries from within Ceylon IDE:
Seam 3 Examples
I wrote up an entry about some Seam 3 examples over at my JBoss Community Blog. Check it out if you're interested in more examples.
Tattletale 1.2.0.Beta2 is out
I have released Tattletale 1.2.0.Beta2 to the community for testing.
Hibernate Search 4.1.0.Beta2 is released, and contains a very interesting improvement: it is now possible to precisely express which paths will be indexed when using @IndexedEmbedded.
Maven vs Gradle @ Jfokus 2012
After gradually collecting more and more experience with Gradle via the Hibernate Core build, I decided prepare a final showdown. As a reminder, Hibernate ORM switched as of version 4 from Maven to Gradle for a variety of reasons. Taking these reasons on board, I tried to compare Maven vs Gradle incorporating some of the lessons learned. I presented the results at Jfokus 2012. If you are interested here are the slides[1].
Hibernate ORM 4.1.0 has just been released. This release adds a few new features, as well as a bunch of improvements and bug fixes. Some features in particular include:
Hibernate Search version 4.1.0.Beta1 was tagged; the most essential change compared to January's release 4.1.0.Alpha1 was HSEARCH-1034, made to allow Infinispan Query to use the fluent Programmatic Mapping API as already available to Hibernate users.