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/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new 5b2e7da735 CAUSEWAY-3619: revert batch correction of adoc for historic
mignotes
5b2e7da735 is described below
commit 5b2e7da735e2191cfdd966b09270899e7d38b089
Author: Andi Huber <[email protected]>
AuthorDate: Fri Sep 29 11:33:31 2023 +0200
CAUSEWAY-3619: revert batch correction of adoc for historic mignotes
---
.../ROOT/pages/2023/2.0.0-RC1/mignotes.adoc | 2 +-
.../2018/2.0.0-M1/mignotes/moved-types.adoc | 18 ++++----
.../2018/2.0.0-M1/mignotes/other-changes.adoc | 48 +++++++++++-----------
3 files changed, 34 insertions(+), 34 deletions(-)
diff --git
a/antora/components/relnotes/modules/ROOT/pages/2023/2.0.0-RC1/mignotes.adoc
b/antora/components/relnotes/modules/ROOT/pages/2023/2.0.0-RC1/mignotes.adoc
index 9fd1d1acda..ca2b350261 100644
--- a/antora/components/relnotes/modules/ROOT/pages/2023/2.0.0-RC1/mignotes.adoc
+++ b/antora/components/relnotes/modules/ROOT/pages/2023/2.0.0-RC1/mignotes.adoc
@@ -131,7 +131,7 @@ The following changed:
| new
|
-`o.a.c.v.restfulobjects.jaxrsresteasy4.CausewayModuleViewerRestfulObjectsJaxrsResteasy4`
from
+`o.a.i.v.restfulobjects.jaxrsresteasy4.CausewayModuleViewerRestfulObjectsJaxrsResteasy4`
from
[source,xml]
----
<groupId>org.apache.causeway.viewer</groupId>
diff --git
a/antora/components/relnotes/modules/ROOT/partials/2018/2.0.0-M1/mignotes/moved-types.adoc
b/antora/components/relnotes/modules/ROOT/partials/2018/2.0.0-M1/mignotes/moved-types.adoc
index f64a15cd0a..e0f103caea 100644
---
a/antora/components/relnotes/modules/ROOT/partials/2018/2.0.0-M1/mignotes/moved-types.adoc
+++
b/antora/components/relnotes/modules/ROOT/partials/2018/2.0.0-M1/mignotes/moved-types.adoc
@@ -20,9 +20,9 @@ The following applib types have been moved.
| Events emitted by `WrapperFactory` when interactions occur.
|`ActionUsabilityEvent`, `PropertyVisibilityEvent`, `CollectionAccessEvent`
etc.
-|`o.a.c.applib.` +
+|`o.a.i.applib.` +
`events`
-|`o.a.c.applib.` +
+|`o.a.i.applib.` +
`services.wrapper.events`
@@ -30,16 +30,16 @@ The following applib types have been moved.
|`Timestampable`
`HoldsUpdatedAt`
`HoldsUpdatedBy`
-|`o.a.c.applib.` +
+|`o.a.i.applib.` +
`services.timestamp`
-|`o.a.c.applib.` +
+|`o.a.i.applib.` +
`mixins.timestamp`
|`Dto`
-|`o.a.c.applib.` +
+|`o.a.i.applib.` +
`services.dto`
-|`o.a.c.applib.` +
+|`o.a.i.applib.` +
`mixins.dto`
|Lifecycle events, domain events & UI events
@@ -50,11 +50,11 @@ lifecycle events
* `XxxUiEvent` +
UI events
|o.a.i.applib.services.eventbus
-|* `o.a.c.applib.` +
+|* `o.a.i.applib.` +
`events.domain`
-* `o.a.c.applib.` +
+* `o.a.i.applib.` +
`events.lifecycle`
-* `o.a.c.applib.` +
+* `o.a.i.applib.` +
`events.ui`
|===
diff --git
a/antora/components/relnotes/modules/ROOT/partials/2018/2.0.0-M1/mignotes/other-changes.adoc
b/antora/components/relnotes/modules/ROOT/partials/2018/2.0.0-M1/mignotes/other-changes.adoc
index f250d66eab..85c8273802 100644
---
a/antora/components/relnotes/modules/ROOT/partials/2018/2.0.0-M1/mignotes/other-changes.adoc
+++
b/antora/components/relnotes/modules/ROOT/partials/2018/2.0.0-M1/mignotes/other-changes.adoc
@@ -11,8 +11,8 @@
The default implementation of `UrlEncodingService` provided by the framework
has changed:
-* in 1.16.x the implementation is
`o.a.c.applib.services.urlencoding.UrlEncodingServiceUsingBaseEncoding`
-* in 2.0.0-M1 this is changed to
`o.a.c.applib.services.urlencoding.UrlEncodingServiceWithCompression`
+* in 1.16.x the implementation is
`o.a.i.applib.services.urlencoding.UrlEncodingServiceUsingBaseEncoding`
+* in 2.0.0-M1 this is changed to
`o.a.i.applib.services.urlencoding.UrlEncodingServiceWithCompression`
This new implementation increases the state that can be encoded within the URL
(approx 8000 characters) by first gzipping the state prior to base64 encoding
the characters.
@@ -37,9 +37,9 @@ Wicket has been upgraded from Wicket 7.9 to Wicket 8.0.
[__migration-notes_1.16.0-to-2.0.0-M1_other-changes_removed-dependencies]
== Removed dependencies
-The Apache Isis applib (`o.a.c.core:isis-core-applib`) no longer depends on
the google guava library.
+The Apache Isis applib (`o.a.i.core:isis-core-applib`) no longer depends on
the google guava library.
-Likewise the Apache Isis Unit Test Support module
(`o.a.c.core:isis-core-unittestsupport`) no longer depends on guava either.
+Likewise the Apache Isis Unit Test Support module
(`o.a.i.core:isis-core-unittestsupport`) no longer depends on guava either.
Do note however that the core framework _does_ still depend on guava (though
the intention is to remove this over time).
@@ -58,7 +58,7 @@ To help prevent accidental usage:
* the package is `org.apache.isis.core.commons.internal`
* all of the types in this module are prefixed "_".
-For example, `o.a.c.commons.internal.resources._Resource` provides utilities
for loading static resources from the classpath.
+For example, `o.a.i.commons.internal.resources._Resource` provides utilities
for loading static resources from the classpath.
[NOTE]
====
@@ -90,7 +90,7 @@ The plugin interface types themselves are defined in various
of the Maven module
| Implementations
.3+|`isis-core-commons`
-|`o.a.c.core.plugins. +
+|`o.a.i.core.plugins. +
classdiscovery. +
ClassDiscoveryPlugin`
@@ -100,23 +100,23 @@ Include only one implementation on classpath.
|`ClassDiscoveryPluginUsingReflections` uses the `org.reflections` open source
library (which depends in turn on guava).
-|`o.a.c.core.plugins. +
+|`o.a.i.core.plugins. +
codegen. +
ProxyFactoryPlugin`
|Obtain a plugin acting as a factory to proxy types (as used by the
`WrapperFactory` domain service).
Include only one implementation on classpath,
-|`o.a.c.core.plugins.codegen.
+|`o.a.i.core.plugins.codegen.
ProxyFactoryPluginUsingByteBuddy` (using ByteBuddy)
-`o.a.c.core.plugins.codegen.
+`o.a.i.core.plugins.codegen.
ProxyFactoryPluginUsingJavassist` (using Javassist).
-|`o.a.c.core.plugins. +
+|`o.a.i.core.plugins. +
eventbus. +
EventBusPlugin`
@@ -124,7 +124,7 @@ EventBusPlugin`
This removes the need to explicitly specify the implementation using the
`isis.services.eventbus.implementation` config property; it can be left as
simply "auto".
-|`o.a.c.core.plugins.eventbus.
+|`o.a.i.core.plugins.eventbus.
EventBusPluginForAxon` (using Axon Framework)
`org.apache.isis.core.plugins.eventbus.
@@ -150,39 +150,39 @@ ValuePropertyPlugin`
There can be multiple implementations on the classpath.
-|`o.a.c.core.metamodel.
+|`o.a.i.core.metamodel.
services.swagger.plugins.
IsisTimeValuePropertyPlugin` (in `metamodel-legacy`)
contributes factories for the applib value types that have been moved to
applib-legacy.
-|`o.a.c.core. +
+|`o.a.i.core. +
metamodel. +
IsisJdoMetamodelPlugin`
|Decouples the metamodel module from a particular implementation of
DataNucleus.
Include only one implementation on classpath,
-|`o.a.c.plugins.jdo.dn4.IsisJdoSupportPlugin4`
+|`o.a.i.plugins.jdo.dn4.IsisJdoSupportPlugin4`
-`o.a.c.plugins.jdo.dn5.IsisJdoSupportPlugin5`
+`o.a.i.plugins.jdo.dn5.IsisJdoSupportPlugin5`
|`isis-core-runtime`
-|`o.a.c.core. +
+|`o.a.i.core. +
metamodel. +
IsisJdoRuntimePlugin`
|Decouples the runtime module from a particular implementation of DataNucleus.
Include only one implementation on classpath,
-|`o.a.c.plugins.jdo.dn4.IsisJdoSupportPlugin4`
+|`o.a.i.plugins.jdo.dn4.IsisJdoSupportPlugin4`
-`o.a.c.plugins.jdo.dn5.IsisJdoSupportPlugin5`
+`o.a.i.plugins.jdo.dn5.IsisJdoSupportPlugin5`
|`isis-core-viewer-restfulobjects-applib`
-|`o.a.c.viewer. +
+|`o.a.i.viewer. +
restfulobjects. +
applib.client. +
UriBuilderPlugin`
@@ -190,18 +190,18 @@ UriBuilderPlugin`
Include only one implementation on classpath,
-|`o.a.c.plugins. +
+|`o.a.i.plugins. +
jaxrs.resteasy.IsisResteasy3Plugin`
or
-`o.a.c.plugins. +
+`o.a.i.plugins. +
jaxrs.resteasy.IsisResteasy4Plugin`
|`isis-core-viewer-restfulobjects-server`
-|`o.a.c.viewer. +
+|`o.a.i.viewer. +
restfulobjects. +
server. +
IsisJaxrsServerPlugin`
@@ -209,12 +209,12 @@ IsisJaxrsServerPlugin`
Include only one implementation on classpath.
-|`o.a.c.plugins. +
+|`o.a.i.plugins. +
jaxrs.resteasy.IsisResteasy3Plugin`
or
-`o.a.c.plugins. +
+`o.a.i.plugins. +
jaxrs.resteasy.IsisResteasy4Plugin`