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/11/22 05:25:07 UTC

[isis] branch master updated: ISIS-2882: mignotes

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 b1b3b5c  ISIS-2882: mignotes
b1b3b5c is described below

commit b1b3b5c4da932a744bb8bc0130c1aeb674c8bd24
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Nov 22 06:24:58 2021 +0100

    ISIS-2882: mignotes
---
 .../components/relnotes/modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc | 3 +++
 valuetypes/jodatime/integration/pom.xml                                | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc b/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc
index 7776123..5bc2366 100644
--- a/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc
+++ b/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc
@@ -23,6 +23,9 @@ for non-public class member introspection.
 | Imperative _Object_ method `boolean disabled(Type type)` took a single argument.
 | The `Type` argument was removed, use `boolean disabled()` instead.
 
+| `org.apache.isis.applib.jaxb.JodaTimeJaxbAdapters` 
+| moved to `org.apache.isis.valuetypes.jodatime.applib.jaxb` 
+
 |===
 
 == Configuration
diff --git a/valuetypes/jodatime/integration/pom.xml b/valuetypes/jodatime/integration/pom.xml
index 6b153ca..290dd7e 100644
--- a/valuetypes/jodatime/integration/pom.xml
+++ b/valuetypes/jodatime/integration/pom.xml
@@ -39,6 +39,8 @@
 			<artifactId>isis-core-metamodel</artifactId>
 		</dependency>
 
+		<!--  TESTING -->
+
         <dependency>
             <groupId>org.apache.isis.core</groupId>
             <artifactId>isis-core-internaltestsupport</artifactId>