Skip to content

Instantly share code, notes, and snippets.

View sebersole's full-sized avatar

Steve Ebersole sebersole

View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<BugCollection version="3.0.1" sequence="0" timestamp="1429308174672" analysisTimestamp="1429308174687" release="">
<Project projectName="">
<Jar>/home/sebersole/projects/tmp/DmConvertCase/build/classes/main/DmConvertCase.class</Jar>
<SrcDir>/home/sebersole/projects/tmp/DmConvertCase/src/main/java/DmConvertCase.java</SrcDir>
</Project>
<BugInstance type="URF_UNREAD_FIELD" priority="2" rank="18" abbrev="UrF" category="PERFORMANCE">
<Class classname="DmConvertCase">
<SourceLine classname="DmConvertCase" start="1" end="2" sourcefile="DmConvertCase.java" sourcepath="DmConvertCase.java"/>
@sebersole
sebersole / gist:9b8afa6b599affc314b2
Created April 9, 2015 13:18
gradle dependencies on hibernate-core
------------------------------------------------------------
Project :hibernate-core
------------------------------------------------------------
animalSnifferSignature
\--- org.codehaus.mojo.signature:java16:1.0
antlr - The Antlr libraries to be used for this project.
\--- antlr:antlr:2.7.7
* What went wrong:
Execution failed for task ':hibernate-java8:test'.
> failed to read class file /home/sebersole/projects/hibernate/hibernate-orm/hibernate-java8/target/classes/test/org/hibernate/test/type/Java8DateTimeTests$TheEntity.class
* Try:
Run with --info or --debug option to get more log output.
* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':hibernate-java8:test'.
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:69)
package org.hibernate.cfg.naming;
/**
* Defines the source for entity naming. Between legacy Hibernate requirements and
* JPA requirements this is, unfortunately, multi-sourced. This contract allows
* access to all source values.
*
* @author Steve Ebersole
*/
public interface EntityNamingSource {
[11:37] <sebersole> #endmeeting
[11:37] <jbott> Ending meeting. Generating minutes. Be patient :)
[11:37] <jbott> Meeting ended Tue Jul 1 16:19:10 2014 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)
[11:37] <jbott> Minutes: http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2014/hibernate-dev.2014-07-01-14.41.html
[11:37] <jbott> Minutes (text): http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2014/hibernate-dev.2014-07-01-14.41.txt
[11:37] <jbossbot> Title: MeetBot - Debian Wiki • http://wiki.debian.org/MeetBot
[11:37] <jbott> Log: http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2014/hibernate-dev.2014-07-01-14.41.log.html
[11:37] <jbossbot> Title: #hibernate-dev Meeting • http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2014/hibernate-dev.2014-07-01-14.41.html
[11:37] <jbossbot> Title: • http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2014/hibernate-dev.2014-07-01
Object[] parameterValues = ...;
Type[] parameterTypes = ...;
JdbcSession jdbcSession = ...;
jdbcSession.accept(
new PreparedStatementQueryOperationSpec() {
...
@Override
public ParameterBindings getParameterBindings() {
return new ParameterBindings() {
class SomeClientOfJdbcSession {
private SomeEntity loadTheEntity() {
JdbcSession jdbcSession = ...;
String sql = ...;
boolean callable;
Type[] parameterTypes = ...;
Object[] parameterValues = ...;
/**
* Defines the resource-level transaction capabilities of Hibernate, which revolves around the
* {@link org.hibernate.resource.transaction.TransactionCoordinator} contract. See
* {@link org.hibernate.resource.transaction.TransactionCoordinatorBuilder} and
* {@link org.hibernate.resource.transaction.TransactionCoordinatorBuilderFactory}
* for information on obtaining TransactionCoordinator instances.
*
* <p/>
*
[sebersole@t540 hibernate-core]$ git tag --contains bcc76ec
4.1.10.Final
4.1.11.Final
4.1.12.Final
4.1.7.Final
4.1.8.Final
4.1.9.Final
4.2.0.CR1
4.2.0.CR2
4.2.0.Final
2014-04-04 16:32:54
Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode):
"pool-105-thread-1" prio=10 tid=0x00007fb080312000 nid=0x6c4d waiting on condition [0x00007fb0660d6000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000ef42b310> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)