You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/02/01 14:36:20 UTC

[isis] branch master updated: ISIS-2515: more polishing

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new ff5d507  ISIS-2515: more polishing
ff5d507 is described below

commit ff5d507a4a7f13a2eabb0b71f310909d1cbee9a8
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Feb 1 15:36:09 2021 +0100

    ISIS-2515: more polishing
---
 persistence/jdo/spring/README.adoc                                  | 6 +++---
 .../apache/isis/persistence/jdo/spring/integration/JdoDialect.java  | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/persistence/jdo/spring/README.adoc b/persistence/jdo/spring/README.adoc
index cf474df..a728909 100644
--- a/persistence/jdo/spring/README.adoc
+++ b/persistence/jdo/spring/README.adoc
@@ -12,9 +12,9 @@ The following is an adoption of the original
 footnote:[https://docs.spring.io/spring-framework/docs/3.0.0.RC2/reference/html/ch13s04.html[docs.spring.io]]
 documentation. (TODO: XML examples could be converted to programmatic configuration examples using Java.)
 
-WARNING: Former package names `org.springframework.orm.jdo` have not been corrected to their forked
-correspondents in `org.apache.isis.persistence.jdo.spring`. Likewise some references pointing to
- _Spring_ have not been corrected to point to _Apache Isis_.
+WARNING: With the XML examples, former package names `org.springframework.orm.jdo` have not been corrected to their forked
+correspondents in `org.apache.isis.persistence.jdo.spring`. Likewise with the descriptive text, some references pointing 
+to _Spring_ have not been corrected to point to _Apache Isis_.
 
 == JDO
 
diff --git a/persistence/jdo/spring/src/main/java/org/apache/isis/persistence/jdo/spring/integration/JdoDialect.java b/persistence/jdo/spring/src/main/java/org/apache/isis/persistence/jdo/spring/integration/JdoDialect.java
index 98a8a02..48ea3b2 100644
--- a/persistence/jdo/spring/src/main/java/org/apache/isis/persistence/jdo/spring/integration/JdoDialect.java
+++ b/persistence/jdo/spring/src/main/java/org/apache/isis/persistence/jdo/spring/integration/JdoDialect.java
@@ -31,7 +31,7 @@ import org.springframework.transaction.TransactionException;
 /**
  * SPI strategy that allows for customizing integration with a specific JDO provider,
  * in particular regarding transaction management and exception translation. To be
- * implemented for specific JDO providers such as JPOX, Kodo, Lido, Versant Open Access.
+ * implemented for specific JDO providers such as DataNucleus, Kodo, Lido, Versant Open Access.
  *
  * <p>JDO 3.0 defines standard ways for most of the functionality covered here.
  * Hence, Spring's {@link DefaultJdoDialect} uses the corresponding JDO 3.0 methods