New CI machine preview
by Sanne Grinovero
You're all welcome to play with http://54.225.162.168/
however please keep these in mind:
- it's not the final machine: don't put too much effort in creating
nice build scripts as we'll reset it to clean state soon. We *might*
be able to store jobs defined so far, but we might choose not to.
- domain name should be coming: ci.hibernate.org ..not sure when, got
no replies so far from.
- authentication: just click on login, it will use OAuth2 to request
your identity via your GitHub account. Permissions to create new jobs,
edit existing jobs, run a build manually depend on your github account
be part of the Hibernate organization (or not, in which case you have
read only status)
At this stage I'd like to get a feeling if the hardware is powerful
enough, and also we need to select which other plugins we want to use,
I'm looking especially to:
- static analysis reports
- pull requests integration
both are relatively undefined, we can of course start simple and
improve later.. just checking this fits basic needs now.
Sanne
1 week, 5 days
Hibernate Search 8.0.0.Alpha1 released
by Marko Bekhta
Hello,
We are pleased to announce the first alpha release of Hibernate Search in
the new 8.0 series: 8.0.0.Alpha1.
This version introduces metric aggregations, improved logging, a new Lucene
backend, and more. It also upgrades the Lucene and Hibernate ORM
dependencies and is compatible with the latest Elasticsearch and OpenSearch
versions.
Hibernate Search 8.0 sets JDK 17 as a baseline and is no longer compatible
with JDK 11.
You can find the new Lucene-based backend under
`org.hibernate.search:hibernate-search-backend-lucene-next`. We encourage
users running their Hibernate Search applications on JDK 21 or higher to
try this backend to get the most out of the recent Lucene improvements.
See our blog for more information:
https://in.relation.to/2024/12/17/hibernate-search-8-0-0-Alpha1/
See our website for more information about the 8.0 series in general:
https://hibernate.org/search/releases/8.0/
Have a nice day,
Marko Bekhta
Hibernate Team
marko(a)hibernate.org
10 months, 3 weeks