Jenkins updates
by Davide D'Alto
Hello,
I'm planning to update Jenkins today.
This means that there might be some disruptions on CI.
Let me know if you have something planned that requires CI.
Cheers,
Davide
7 years, 3 months
HHH-3138 - make constructor of DynamicMapEntityTuplizer public
by Alvaro Pedraza
Hi, I asigned myself this ticket and left a comment but unfortunately no feedback yet.
https://hibernate.atlassian.net/browse/HHH-3138
This leads me to 2 questions:
The first is the very same in the comment, which is if subclassing in DynamicMapEntityTuplizer is desirable? Please refer to the ticket for discussion
The second is about what can I assume as a contributor. I mean, Is always the ticket a holy word (i.e. what the ticket says, should be done) or it is always debatable? I understand that I’m taking low priority tickets (because I’m almost a newbie contributor and I don’t feel like taking some more important ones) but how long should I wait to get some feedback in the comments?
Thanks in advance for your answers.
Best regards: Alvaro Pedraza
7 years, 3 months
ORM - Asciidoclet
by Guillaume Smet
Hi,
Are we using Asciidoc javadoc in the current tree (i.e. not 6)?
With JDK 11, when ./gradlew :hibernate-core:javadoc is executed and this
doclet is enabled, I have the following error:
javadoc: error - invalid flag: -Xdoclint:none
In the javadoc -X help, it says that doclint is "Provided by the Standard
doclet".
Removing the asciidoclet declaration fixes the issue.
As asciidoclet is not enabled in the aggregateJavadocs task, I'm under the
impression that it is not used.
Could someone confirm this?
Thanks!
--
Guillaume
7 years, 4 months