Welcome Nicolas to the Search committers
by Sanne Grinovero
Dear All,
since Nicolas didn't "just" contribute an awesome new feature for
Hibernate Search but is also actively maintaining it, I've added him
to the Hibernate Search committers team.
I find myself asking for his opinion on my own patches and find it was
about time that he could apply our proposals directly.
Congratulations Nicolas, and please continue the great work!
If you need some tutoring on your first pull requests, I'm happy to
assist you on IRC.
Sanne
12 years, 7 months
JBoss Community Recognition Awards
by Steve Ebersole
Its time for the JBoss Community Recognition Awards[1]. I have started
getting together a list of nominations and wanted ask the Hibernate
community for any feedback. So, if there is anyone you would like to
see nominated please send the details, either to me or to the list.
[1] http://www.jboss.org/jbcra/terms
12 years, 7 months
CI - keeping jobs
by Steve Ebersole
Is there a reason to not "Discard Old Builds", keeping just the last 10,
15, 20 jobs?
12 years, 7 months
Actions by anonymous JIRA user
by Gunnar Morling
Hi all,
Every once in while I'm noticing actions of JIRA user "Anonymous", e.g.
here:
https://hibernate.atlassian.net/browse/HSEARCH-550 (Anonymous made
the transition from "Open" to "Pull request sent").
Until now I assumed one needs to be logged into JIRA to perform any changes
to an issue.
So I'm wondering whether that assumption was just wrong or whether the
possibility for anonymous actions is actually not intended. In case of the
latter, maybe its caused by the recent migration?
--Gunnar
12 years, 7 months
ORM and animal sniffer
by Hardy Ferentschik
Hi,
it seems the animal sniffer plugin made it now into the ORM build. Unfortunately, I am seeing this when trying a 'gradlew clean build':
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/hardy/work/hibernate/git/core/orm-4.0/build.gradle' line: 329
* What went wrong:
Execution failed for task ':hibernate-c3p0:checkJavaApiSignature'.
> Could not resolve all dependencies for configuration ':hibernate-c3p0:animalSniffer'.
> Could not resolve org.codehaus.mojo:animal-sniffer-ant-tasks:1.8.
Required by:
org.hibernate:hibernate-c3p0:4.3.0-SNAPSHOT
> Could not resolve org.codehaus.mojo:animal-sniffer-parent:1.8.
> Could not HEAD 'http://repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.8...'.
> Connection reset
Anything I need to do to get this to work? AFAICS there is no jar in http://repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.8,
so I am not sure why the build tries to download one.
--Hardy
12 years, 7 months
Gradle 1.6
by Steve Ebersole
I am running into some difficulties with writing the release task in the
Gradle build, specifically with the ordering between the various tasks
(e.g., sometimes a jar is built and then clean is run and then Gradle
tries to upload it).
The suggested way around this is to use the mustRunAfter hook (kind of
similar to a dependsOn). But mustRunAfter was only added in 1.6.
Anyone have a problem with upgrading the build to use Gradle 1.6?
12 years, 7 months
hibernate dialect for hana
by Andrew Clemons
I'd like to follow up on the discussion started here[1]. I was asked to
port an existing application to Hana, so my first task was to write a
hibernate dialect for it. I've completed this and so far it is working
nicely in the integration tests for the application. My app is still
using Hibernate 3.3, so that was my starting point, but with a few small
changes it also compiles against the current git master. Is there still
interest in such a dialect? Should I open a jira ticket and submit a
pull request?
Thanks,
Andrew
[1] https://community.jboss.org/wiki/DoHibernatePlanToSupportSAPHANADatabase
12 years, 7 months