Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-ogm
Commit: bd53171af0f9c4ff69b6335ca85a136bdebaf86c
https://github.com/hibernate/hibernate-ogm/commit/bd53171af0f9c4ff69b6335...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2017-12-21 (Thu, 21 Dec 2017)
Changed paths:
M documentation/javadoc/pom.xml
M pom.xml
Log Message:
-----------
OGM-1362 Move the javadoc generation configuration to the parent pom
Commit: f3d9bb7d0932a38af008ff85fc49e9207e8ea79d
https://github.com/hibernate/hibernate-ogm/commit/f3d9bb7d0932a38af008ff8...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2017-12-21 (Thu, 21 Dec 2017)
Changed paths:
M documentation/javadoc/pom.xml
M pom.xml
Log Message:
-----------
OGM-1362 Generate the individual javadocs if doc profile is used
Commit: 1027eb8f564d123936e3b827a97a6804aa95b107
https://github.com/hibernate/hibernate-ogm/commit/1027eb8f564d123936e3b82...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2017-12-21 (Thu, 21 Dec 2017)
Changed paths:
M bom/pom.xml
M documentation/examples/pom.xml
M documentation/manual/pom.xml
M integrationtest/pom.xml
M jipijapa/pom.xml
M modules/pom.xml
M performance/pom.xml
Log Message:
-----------
OGM-1362 Skip the javadoc build where it does not make sense
In order to keep CI builds as fast as possible.
Commit: cedadc4c1465e8a2eaa57f577624313fe7be6b78
https://github.com/hibernate/hibernate-ogm/commit/cedadc4c1465e8a2eaa57f5...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2017-12-21 (Thu, 21 Dec 2017)
Changed paths:
M pom.xml
Log Message:
-----------
OGM-1363 Remove internal classes (and only internal classes) from the javadoc
We used to exclude protected members, which may be part of the API,
for instance in abstract classes.
This changes the filters to include all members, including protected
ones, but only those that are not in a 'impl' package. The result is a
view of all classes and members that Hibernate OGM users should normally
access.
Compare:
https://github.com/hibernate/hibernate-ogm/compare/416cf472001c...cedadc4...