hibernate-orm/documentation
Sanne Grinovero 0b4bcce3fa HHH-13947 Switch the JPA Javadoc prefix URL to a build parameter
Applying the following script, and setting the current value as a
documentation parameter:

find . -type f -name '*.java' -o -name '*.adoc'  -o -name '.xml' | xargs sed -i 's/https:\/\/javaee\.github\.io\/javaee-spec\/javadocs\/javax\/persistence\//\{jpaJavadocUrlPrefix\}/g'

Having the script might help re-migrating existing documentation patches,
or forward porting subsequent improvements from previous branches.

The javadocs for JPA 3.0 have not been published yet at this point;
having a parameter will make it easier to leave this single task for
a later point in time.
2020-04-14 23:41:07 +01:00
..
src HHH-13947 Switch the JPA Javadoc prefix URL to a build parameter 2020-04-14 23:41:07 +01:00
documentation.gradle HHH-13947 Switch the JPA Javadoc prefix URL to a build parameter 2020-04-14 23:41:07 +01:00
status.md HHH-10022 - Continue documentation TLC (part 2) 2015-08-19 09:46:21 -05:00