[hibernate-dev] OGM: fixing the build on Java8

Gunnar Morling gunnar at hibernate.org
Mon Feb 24 07:01:30 EST 2014


Thanks for having a look into this.

I'd prefer if we fixed the JavaDoc issues, at least for those types which
we consider API/SPI. There is
https://hibernate.atlassian.net/browse/OGM-331for fixing JavaDoc
issues such as broken links etc.

--Gunnar



2014/2/23 Sanne Grinovero <sanne at hibernate.org>

> It turns out OGM isn't building on Java8 because of some new very
> strict checks being performed on javadoc syntax:
> http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html
>
> The quick fix is to disable it.. if we opt for that this change [1] is
> what you need.
> A better fix would be to fix all javadocs, but then we'd still be
> having aggressive checks in the future..
> Considering the complaints about checkstyle, I'm not sure we want that.
>
> For the moment, I've reconfigured the OGM Jenkins job running on Java8 to
> use
>
>     -Dmaven.javadoc.skip=true
>
> -- Sanne
>
> [1]
> https://github.com/Sanne/hibernate-ogm/commit/6b83af5ad3926e7bb134bf85e0d205d126867fdc
> _______________________________________________
> 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