Editoral 29 May 2020 Welcome back! Things keep rolling along for us within Middleware at Red Hat. We have a couple of new releases and some blogs to talk about this week, so let’s dig in. Releases Infinispan 11.0.0.0.CR1 ... JBoss Weekly Editorial 14 May 2020 We’re a little light on the news this time, but those of us who have been reading the editorial for a few years will be familiar with the "after Summit slump." With Red Hat Summit behind us (and what a great Sum... The Week in JBoss [2020-04-30] - The Virtual Red Hat Summit week I'm writing this as we wrap up another successful Red Hat Summit. But this year, with a significant distinction: the event was 100% virtual. Despite the involuntary move to virtual, there were many benefits th... This Week in JBoss: April 16nd, 2020 Welcome to another installment of our JBoss Editorial! As mentioned a few weeks ago, we are still looking for a new (and better) place to host our editorial. We are making good progress on this and we should move soon... This Week in JBoss: April 3nd, 2020 Welcome to another edition of the JBoss Editorial where we gather news from our communities and explore developments from our projects. Release Roundup Quarkus 1.3.1.Final is out. This release makes Java... JBoss Editorial (March 20th): CDI, Kafka, SaaS and Kogito Welcome to another edition of the JBoss Editorial where we explore our Communities for news and developments from our projects. CDI for the Future With the CDI specification recently turning 10 years old... Weekly Editorial 2019-03-06 Welcome once again to another Weekly Editorial. We're still looking for a new home for this editorial, but we will certainly let you all know when we find it! Thank you for staying with us. Let's dive in! New R... developer.jboss.org is read only The developer.jboss.org is read only now. You can find JBoss Middleware projects on https://developers.redhat.com/middleware/ or on github https://redhatofficial.github.io/ . Narayana LRA rehome Hi there, I am interesting in consuming and contributing Narayana LRA client narayana/rts/lra at master · jbosstm/narayana · GitHub , but I am not sure about the License, Lesser GPL. Since this is th... Hibernate Compatibility Matrix This page is out of date: content has moved there for Hibernate ORM.there for Hibernate Search,there for Hibernate Validator, and there for Hibernate OGM. Please note that as of 3.5.x Hibernate Core, Hibernate Annota... Writing tests This page is out of date: content has moved there. Hibernate Core uses JUnit 3.8 for writing unit and integration tests. However, instead of extending your tests from junit.framework.TestCase directly you can ... Moving to googlegroups Forums hosted at developer.jboss.org will become read-only archives at the end of this month so I am replacing them with one or more google groups. We currently have a dev space and a user space and I can think of thr... Upcoming support for automatic updates of credential stores One of the new security features that we have been working on is adding support for automatic updates of credential stores. The plan is to have it included in WildFly 20. This blog post will give an introduction to th... How to run/debug tests without using the hibernate-matrix This page is out of date: content has moved there. Introduction Previously, all hibernate modules were featuring a hibernate.properties file that was bound to H2 connection properties only. To run tests on a ... Hibernate Validator Migration Guide This page is out of date: content has moved there. 6.1.x 6.1.0.Final 6.1.0.Alpha5 6.1.0.Alpha4 6.1.0.Alpha3 6.1.0.Alpha2 6.1.0.Alpha1 6.0.x 6.0.18.Final 6.0.17.Final 6.0.16.F... Building Hibernate From Source (3.5) This page is out of date: content has moved there. Hibernate 3.5 is built using Maven. As a first step, if not already, download and install Maven. The two best resources for understanding Maven concept... Building Hibernate ORM (4.x/5.x) This page is out of date: content has moved there. Hibernate 4.x/5.x uses Gradle - For reasons why Hibernate switched from Maven to Gradle see - http://community.jboss.org/wiki/Gradlewhy ... Hibernate Validator and Spring This page is obsolete and is not maintained anymore. If you cannot or don't want to rely on auto-configuration of Hibernate Validator, for example in a JPA 1 environment and you are using Spring, a... Custom MessageInterpolator using Java Scripting API (JSR 223) This page is obsolete and is not maintained anymore. As of Hibernate Validator 4.2.x we are offering a MessageInterpolator which is able to interpolate the validated value. The interpolator officially include... Accessing the Hibernate Session within a ConstraintValidator This page is obsolete and is not maintained anymore. Here are all the pieces you need to write a ConstraintValidator which has access to the Hibernate Session respectively Hibernate EntityManager. This example will ...