[hibernate-dev] Bytecode enhancement configuration

Vlad Mihalcea mihalcea.vlad at gmail.com
Fri Dec 4 07:32:33 EST 2015


I investigated this issue:

On master it's all fine:

<xi:include href="chapters/architecture/Architecture.xml"  />
<xi:include href="chapters/domain/DomainModel.xml" />
<xi:include href="chapters/enhancement/BytecodeEnhancement.xml" />
<xi:include href="chapters/bootstrap/Bootstrap.xml" />
<xi:include href="chapters/pc/PersistenceContext.xml" />


 but the 5.0.5 tag didn't declare the Bytecode chapter:

    <xi:include href="chapters/architecture/Architecture.xml"  />
    <xi:include href="chapters/domain/DomainModel.xml" />
    <xi:include href="chapters/bootstrap/Bootstrap.xml" />
    <xi:include href="chapters/pc/PersistenceContext.xml" />
    <xi:include href="chapters/jdbc/Database_Access.xml" />
    <xi:include href="chapters/transactions/Transactions.xml" />

Vlad

On Fri, Dec 4, 2015 at 1:43 PM, Steve Ebersole <steve at hibernate.org> wrote:

> On Fri, Dec 4, 2015 at 4:50 AM Sanne Grinovero <sanne at hibernate.org>
> wrote:
>
> > Hi Luis,
> > thanks for this proposal, I was looking forward to see more
> > improvements in the area.
> >
> > Adding more properties sounds good to me, although I'd not use the
> > prefix "hibernate.enhance" as it sounds like it's about enhancing
> > Hibernate - which might be true but one could say the same with many
> > other features.
> > What about
> >  "hibernate.bytecode_enhancer" as a prefix?
> > Or
> >  "hibernate.entity_enhancer" ?
> >
> > About the build plugins: I could not find any documentation about
> > them, in fact I don't know which features they have. Could you
> > summarize those, and ideally add much needed documentation when
> > implementing these improvements?
> > It's hard to ask feedback from users about using these, as I don't
> > know how to run them myself ;)
> >
>
> Hm, there is a problem in the doc generation apparently :(  For some reason
> this chapter is not pulled in
>
> https://github.com/hibernate/hibernate-orm/blob/master/documentation/src/main/docbook/userGuide/en-US/chapters/enhancement/BytecodeEnhancement.xml
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>


More information about the hibernate-dev mailing list