[hibernate-commits] [hibernate/hibernate-orm] 0b4bcc: HHH-13947 Switch the JPA Javadoc prefix URL to a b...

Sanne Grinovero noreply at github.com
Tue Apr 14 18:44:47 EDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 0b4bcce3fa2589f25b28d1393a57fe1e10a5cbce
      https://github.com/hibernate/hibernate-orm/commit/0b4bcce3fa2589f25b28d1393a57fe1e10a5cbce
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2020-04-14 (Tue, 14 Apr 2020)

  Changed paths:
    M documentation/documentation.gradle
    M documentation/src/main/asciidoc/userguide/appendices/Annotations.adoc
    M documentation/src/main/asciidoc/userguide/chapters/bootstrap/Bootstrap.adoc
    M documentation/src/main/asciidoc/userguide/chapters/caching/Caching.adoc
    M documentation/src/main/asciidoc/userguide/chapters/domain/collections.adoc
    M documentation/src/main/asciidoc/userguide/chapters/domain/embeddables.adoc
    M documentation/src/main/asciidoc/userguide/chapters/domain/entity.adoc
    M documentation/src/main/asciidoc/userguide/chapters/domain/identifiers.adoc
    M documentation/src/main/asciidoc/userguide/chapters/events/Events.adoc
    M documentation/src/main/asciidoc/userguide/chapters/fetching/Fetching.adoc
    M documentation/src/main/asciidoc/userguide/chapters/flushing/Flushing.adoc
    M documentation/src/main/asciidoc/userguide/chapters/locking/Locking.adoc
    M documentation/src/main/asciidoc/userguide/chapters/pc/PersistenceContext.adoc
    M documentation/src/main/asciidoc/userguide/chapters/query/hql/HQL.adoc
    M documentation/src/main/asciidoc/userguide/chapters/query/native/Native.adoc
    M documentation/src/main/asciidoc/userguide/chapters/schema/Schema.adoc

  Log Message:
  -----------
  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.




More information about the hibernate-commits mailing list