Re: [hibernate-dev] Shaded build for the HV annotation processor

2011-03-24 Thread Max Rydahl Andersen
> 
> Speaking of shading, this could be an easy solution for METAGEN-53 as well.
> 

For metagen-53 I recall that the only dependency is class name lookup which 
could just as easily
be replaced with strings to avoid the multijar setup.

Maybe the same goes for validator annotation processor ?

/max

> Let's explore this idea.
> 
> --Hardy
> ___
> hibernate-dev mailing list
> hibernate-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev

/max
http://about.me/maxandersen




___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


Re: [hibernate-dev] Shaded build for the HV annotation processor

2011-03-24 Thread Hardy Ferentschik
On Wed, 23 Mar 2011 15:41:29 +0100, Max Rydahl Andersen  
 wrote:

>> Speaking of shading, this could be an easy solution for METAGEN-53 as  
>> well.
>>
>
> For metagen-53 I recall that the only dependency is class name lookup  
> which could just as easily be replaced with strings to avoid the  
> multijar setup.

Well, there were a few things which needed fixing the last time I checked.  
Nothing major, but
still. Obviously a faster, less coding intensive approach would be the  
uberjar.
Just wanted to throw the idea out there :-)


> Maybe the same goes for validator annotation processor ?

There we have a much tighter coupling. Getting rid of the dependency  
completely would be very hard.
I think an uberjar approach makes sense in this case

--Hardy
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


Re: [hibernate-dev] some change broke master build

2011-03-24 Thread Steve Ebersole
Lots of us are getting failures with gradle-jdocbook too...

Could not resolve all dependencies for configuration 
':documentation:classpath':
- unresolved dependency: org.jboss.jdocbook#gradle-jdocbook;1.1.0: not 
found

https://repository.jboss.org/nexus/content/groups/public/org/jboss/jdocbook/gradle-
jdocbook/

Its not there.  The SNAPSHOT is.  Did you maybe forget to log in to Nexus and 
promote it?

On Thursday, March 24, 2011, at 01:21 am, Strong Liu wrote:
> /Users/stliu/projects/hibernate/hibernate-core/hibernate-envers/src/main/ja
> va/org/hibernate/envers/entities/mapper/relation/lazy/ToOneDelegateSessionI
> mplementor.java:36:
> org.hibernate.envers.entities.mapper.relation.lazy.ToOneDelegateSessionImp
> lementor is not abstract and does not override abstract method
> execute(org.hibernate.engine.jdbc.LobCreationContext.Callback) in
> org.hibernate.engine.jdbc.LobCreationContext public class
> ToOneDelegateSessionImplementor extends AbstractDelegateSessionImplementor
> { ^
> Note: Some input files use or override a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> 1 error
> 
> 
> ---
> Strong Liu 
> http://hibernate.org
> http://github.com/stliu
> 
> 
> ___
> hibernate-dev mailing list
> hibernate-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev

---
Steve Ebersole 
http://hibernate.org
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


Re: [hibernate-dev] some change broke master build

2011-03-24 Thread Steve Ebersole
We got it promoted..

On Thursday, March 24, 2011, at 01:44 pm, Steve Ebersole wrote:
> Lots of us are getting failures with gradle-jdocbook too...
> 
> Could not resolve all dependencies for configuration
> ':documentation:classpath':
> - unresolved dependency: org.jboss.jdocbook#gradle-jdocbook;1.1.0: not
> found
> 
> https://repository.jboss.org/nexus/content/groups/public/org/jboss/jdocbook
> /gradle- jdocbook/
> 
> Its not there.  The SNAPSHOT is.  Did you maybe forget to log in to Nexus
> and promote it?
> 
> On Thursday, March 24, 2011, at 01:21 am, Strong Liu wrote:
> > /Users/stliu/projects/hibernate/hibernate-core/hibernate-envers/src/main/
> > ja
> > va/org/hibernate/envers/entities/mapper/relation/lazy/ToOneDelegateSessi
> > onI mplementor.java:36:
> > org.hibernate.envers.entities.mapper.relation.lazy.ToOneDelegateSessionIm
> > p lementor is not abstract and does not override abstract method
> > execute(org.hibernate.engine.jdbc.LobCreationContext.Callback) in
> > org.hibernate.engine.jdbc.LobCreationContext public class
> > ToOneDelegateSessionImplementor extends
> > AbstractDelegateSessionImplementor { ^
> > Note: Some input files use or override a deprecated API.
> > Note: Recompile with -Xlint:deprecation for details.
> > 1 error
> > 
> > 
> > ---
> > Strong Liu 
> > http://hibernate.org
> > http://github.com/stliu
> > 
> > 
> > ___
> > hibernate-dev mailing list
> > hibernate-dev@lists.jboss.org
> > https://lists.jboss.org/mailman/listinfo/hibernate-dev
> 
> ---
> Steve Ebersole 
> http://hibernate.org

---
Steve Ebersole 
http://hibernate.org
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


Re: [hibernate-dev] some change broke master build

2011-03-24 Thread Strong Liu
oh, sorry about that :(

---
Strong Liu 
http://hibernate.org
http://github.com/stliu

On Mar 25, 2011, at 3:40 AM, Steve Ebersole wrote:

> We got it promoted..
> 
> On Thursday, March 24, 2011, at 01:44 pm, Steve Ebersole wrote:
>> Lots of us are getting failures with gradle-jdocbook too...
>> 
>> Could not resolve all dependencies for configuration
>> ':documentation:classpath':
>>- unresolved dependency: org.jboss.jdocbook#gradle-jdocbook;1.1.0: not
>> found
>> 
>> https://repository.jboss.org/nexus/content/groups/public/org/jboss/jdocbook
>> /gradle- jdocbook/
>> 
>> Its not there.  The SNAPSHOT is.  Did you maybe forget to log in to Nexus
>> and promote it?
>> 
>> On Thursday, March 24, 2011, at 01:21 am, Strong Liu wrote:
>>> /Users/stliu/projects/hibernate/hibernate-core/hibernate-envers/src/main/
>>> ja
>>> va/org/hibernate/envers/entities/mapper/relation/lazy/ToOneDelegateSessi
>>> onI mplementor.java:36:
>>> org.hibernate.envers.entities.mapper.relation.lazy.ToOneDelegateSessionIm
>>> p lementor is not abstract and does not override abstract method
>>> execute(org.hibernate.engine.jdbc.LobCreationContext.Callback) in
>>> org.hibernate.engine.jdbc.LobCreationContext public class
>>> ToOneDelegateSessionImplementor extends
>>> AbstractDelegateSessionImplementor { ^
>>> Note: Some input files use or override a deprecated API.
>>> Note: Recompile with -Xlint:deprecation for details.
>>> 1 error
>>> 
>>> 
>>> ---
>>> Strong Liu 
>>> http://hibernate.org
>>> http://github.com/stliu
>>> 
>>> 
>>> ___
>>> hibernate-dev mailing list
>>> hibernate-dev@lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>> 
>> ---
>> Steve Ebersole 
>> http://hibernate.org
> 
> ---
> Steve Ebersole 
> http://hibernate.org


___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev