You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/03/20 09:43:29 UTC

[causeway] branch master updated (4ef0bf438d -> 3354cbb5d8)

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

danhaywood pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


    from 4ef0bf438d Bump wicket-bootstrap.version from 6.0.0 to 6.0.2
     new 3fd0dfaad8 CAUSEWAY-3253: updates license headers and supplemental -license
     new f6b99423ba adds reference to relnotes
     new 1628f569e4 fixes (?) gpg config for signing
     new c2c17edb8a CAUSEWAY-3253 : improves release docs
     new d9cc8ca302 CAUSEWAY-3253: improves rel notes
     new 27b6a204c8 CAUSEWAY-3253 : updates docs
     new c325560a93 updates banner.txt
     new 09f1524365 fixes error in release docs
     new 3354cbb5d8 CAUSEWAY-3255 : improves docs

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../comguide/modules/ROOT/pages/about.adoc         |   2 +
 .../modules/ROOT/pages/cutting-a-release.adoc      |  12 +-
 .../fullcalendar/applib/value/CalendarEvent.adoc   |   1 +
 ...wayModuleExtFullcalendarWicketIntegration.adoc} |  11 +-
 .../ui/CausewayModuleExtFullcalendarWicketUi.adoc} |  10 +-
 .../CausewayModuleExtFullCalendarWicketUi.adoc     |   0
 antora/components/relnotes/modules/ROOT/nav.adoc   |   2 +
 .../relnotes/modules/ROOT/pages/about.adoc         |  18 +-
 .../services/user/RoleMemento_value_Test.java      |  18 ++
 .../services/user/UserMemento_contains_Test.java   |  18 ++
 .../services/user/UserMemento_value_Test.java      |  18 ++
 bom/pom.xml                                        |  25 +-
 core/adoc/modules/_overview/pages/about.adoc       | 275 ++++++++++++++++++++-
 examples/demo/domain/src/main/resources/banner.txt |  15 +-
 .../commandsubscriber-vs-executionsubscriber.adoc  |   2 +
 .../applib/job/RunBackgroundCommandsJob.java       |  18 ++
 .../pdfjs/metamodel/domains/mixin/MixinDomain.java |  20 +-
 .../metamodel/domains/mixin/SomeViewModel.java     |  18 ++
 .../metamodel/domains/mixin/SomeViewModel_pdf.java |  18 ++
 .../pdfjs/metamodel/domains/prop/PropDomain.java   |  18 ++
 .../metamodel/domains/prop/SomeViewModel.java      |  18 ++
 .../src/main/resources/supplemental-models.xml     |  24 +-
 .../applib/fixturescripts/FixtureScripts.java      |   4 +-
 .../integtestsupport/applib/ApprovalsOptions.java  |  18 ++
 24 files changed, 510 insertions(+), 73 deletions(-)
 copy antora/components/refguide-index/modules/{applib/pages/index/annotation/Bounding.adoc => extensions/pages/index/fullcalendar/wkt/integration/CausewayModuleExtFullcalendarWicketIntegration.adoc} (83%)
 copy antora/components/refguide-index/modules/{applib/pages/index/graph/Edge.adoc => extensions/pages/index/fullcalendar/wkt/ui/CausewayModuleExtFullcalendarWicketUi.adoc} (85%)
 rename antora/components/refguide-index/modules/extensions/pages/index/fullcalendar/wkt/{ => ui}/viewer/CausewayModuleExtFullCalendarWicketUi.adoc (100%)


[causeway] 06/09: CAUSEWAY-3253 : updates docs

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 27b6a204c81c01c3288c0a6c0922d3d0255ebdcb
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Mar 18 16:37:43 2023 +0000

    CAUSEWAY-3253 : updates docs
---
 .../fullcalendar/applib/value/CalendarEvent.adoc   |   1 +
 ...wayModuleExtFullcalendarWicketIntegration.adoc} |   6 +-
 .../CausewayModuleExtFullcalendarWicketUi.adoc}    |   6 +-
 .../CausewayModuleExtFullCalendarWicketUi.adoc     |   0
 core/adoc/modules/_overview/pages/about.adoc       | 275 ++++++++++++++++++++-
 5 files changed, 270 insertions(+), 18 deletions(-)

diff --git a/antora/components/refguide-index/modules/extensions/pages/index/fullcalendar/applib/value/CalendarEvent.adoc b/antora/components/refguide-index/modules/extensions/pages/index/fullcalendar/applib/value/CalendarEvent.adoc
index db8abd4a84..a9e0d84847 100644
--- a/antora/components/refguide-index/modules/extensions/pages/index/fullcalendar/applib/value/CalendarEvent.adoc
+++ b/antora/components/refguide-index/modules/extensions/pages/index/fullcalendar/applib/value/CalendarEvent.adoc
@@ -9,6 +9,7 @@ Value type representing an event on a calendar.
 .CalendarEvent.java
 ----
 class CalendarEvent {
+  public static final String LOGICAL_TYPE_NAME;
   CalendarEvent of(ZonedDateTime dateTime, String calendarName, String title)
   CalendarEvent of(ZonedDateTime dateTime, String calendarName, String title, String notes)
   CalendarEvent withDateTime(ZonedDateTime dateTime)
diff --git a/antora/components/refguide-index/modules/extensions/pages/index/fullcalendar/wkt/viewer/CausewayModuleExtFullCalendarWicketUi.adoc b/antora/components/refguide-index/modules/extensions/pages/index/fullcalendar/wkt/integration/CausewayModuleExtFullcalendarWicketIntegration.adoc
similarity index 83%
copy from antora/components/refguide-index/modules/extensions/pages/index/fullcalendar/wkt/viewer/CausewayModuleExtFullCalendarWicketUi.adoc
copy to antora/components/refguide-index/modules/extensions/pages/index/fullcalendar/wkt/integration/CausewayModuleExtFullcalendarWicketIntegration.adoc
index 745b0b6d5a..cb56549721 100644
--- a/antora/components/refguide-index/modules/extensions/pages/index/fullcalendar/wkt/viewer/CausewayModuleExtFullCalendarWicketUi.adoc
+++ b/antora/components/refguide-index/modules/extensions/pages/index/fullcalendar/wkt/integration/CausewayModuleExtFullcalendarWicketIntegration.adoc
@@ -1,12 +1,12 @@
-= CausewayModuleExtFullCalendarWicketUi
+= CausewayModuleExtFullcalendarWicketIntegration
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or ag [...]
 
 == API
 
 [source,java]
-.CausewayModuleExtFullCalendarWicketUi.java
+.CausewayModuleExtFullcalendarWicketIntegration.java
 ----
-class CausewayModuleExtFullCalendarWicketUi {
+class CausewayModuleExtFullcalendarWicketIntegration {
 }
 ----
 
diff --git a/antora/components/refguide-index/modules/extensions/pages/index/fullcalendar/wkt/viewer/CausewayModuleExtFullCalendarWicketUi.adoc b/antora/components/refguide-index/modules/extensions/pages/index/fullcalendar/wkt/ui/CausewayModuleExtFullcalendarWicketUi.adoc
similarity index 85%
copy from antora/components/refguide-index/modules/extensions/pages/index/fullcalendar/wkt/viewer/CausewayModuleExtFullCalendarWicketUi.adoc
copy to antora/components/refguide-index/modules/extensions/pages/index/fullcalendar/wkt/ui/CausewayModuleExtFullcalendarWicketUi.adoc
index 745b0b6d5a..e433c16fff 100644
--- a/antora/components/refguide-index/modules/extensions/pages/index/fullcalendar/wkt/viewer/CausewayModuleExtFullCalendarWicketUi.adoc
+++ b/antora/components/refguide-index/modules/extensions/pages/index/fullcalendar/wkt/ui/CausewayModuleExtFullcalendarWicketUi.adoc
@@ -1,12 +1,12 @@
-= CausewayModuleExtFullCalendarWicketUi
+= CausewayModuleExtFullcalendarWicketUi
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or ag [...]
 
 == API
 
 [source,java]
-.CausewayModuleExtFullCalendarWicketUi.java
+.CausewayModuleExtFullcalendarWicketUi.java
 ----
-class CausewayModuleExtFullCalendarWicketUi {
+class CausewayModuleExtFullcalendarWicketUi {
 }
 ----
 
diff --git a/antora/components/refguide-index/modules/extensions/pages/index/fullcalendar/wkt/viewer/CausewayModuleExtFullCalendarWicketUi.adoc b/antora/components/refguide-index/modules/extensions/pages/index/fullcalendar/wkt/ui/viewer/CausewayModuleExtFullCalendarWicketUi.adoc
similarity index 100%
rename from antora/components/refguide-index/modules/extensions/pages/index/fullcalendar/wkt/viewer/CausewayModuleExtFullCalendarWicketUi.adoc
rename to antora/components/refguide-index/modules/extensions/pages/index/fullcalendar/wkt/ui/viewer/CausewayModuleExtFullCalendarWicketUi.adoc
diff --git a/core/adoc/modules/_overview/pages/about.adoc b/core/adoc/modules/_overview/pages/about.adoc
index 05dbb60092..18da860e24 100644
--- a/core/adoc/modules/_overview/pages/about.adoc
+++ b/core/adoc/modules/_overview/pages/about.adoc
@@ -545,12 +545,7 @@ Artifact: causeway-testing-integtestsupport-applib
 Type: jar
 Directory: /testing/integtestsupport/applib
 ----
-|.Components
-****
-o.a.i.testing.integtestsupport.applib.CausewayIntegrationTestAbstract$InteractionSupport +
-****
-
-.Dependencies
+|.Dependencies
 ****
 com.approvaltests:approvaltests:jar:<managed> +
 com.h2database:h2:jar:<managed> +
@@ -762,7 +757,248 @@ Artifact: demo-domain
 Type: jar
 Directory: /examples/demo/domain
 ----
-|.Dependencies
+|.Components
+****
+demoapp.dom.AppConfiguration +
+demoapp.dom._infra.resources.AsciiDocConverterService +
+demoapp.dom._infra.resources.AsciiDocReaderService +
+demoapp.dom._infra.resources.AsciiDocValueSemanticsWithPreprocessing +
+demoapp.dom._infra.resources.MarkdownReaderService +
+demoapp.dom._infra.resources.MarkupReaderService +
+demoapp.dom._infra.resources.MarkupVariableResolverService +
+demoapp.dom._infra.resources.ResourceReaderService +
+demoapp.dom._infra.samples.EnumSamples +
+demoapp.dom._infra.samples.NameSamples +
+demoapp.dom._infra.samples.asciidoc.CausewayAsciiDocSamples +
+demoapp.dom._infra.samples.markdown.CausewayMarkdownSamples +
+demoapp.dom._infra.urlencoding.UrlEncodingServiceNaiveInMemory +
+demoapp.dom.domain._changes.EntityChangesSubscriberToCaptureChangesInMemory +
+demoapp.dom.domain._commands.ExposePersistedCommands$TableColumnOrderDefault +
+demoapp.dom.domain._interactions.ExecutionListenerToCaptureInteractionsInMemory +
+demoapp.dom.domain.actions.Action.commandPublishing.ActionCommandPublishingSeeding +
+demoapp.dom.domain.actions.Action.commandPublishing.jdo.ActionCommandPublishingJdoEntities +
+demoapp.dom.domain.actions.Action.commandPublishing.jpa.ActionCommandPublishingJpaEntities +
+demoapp.dom.domain.actions.Action.domainEvent.subscribers.ActionDomainEventControlService +
+demoapp.dom.domain.actions.Action.executionPublishing.ActionExecutionPublishingSeeding +
+demoapp.dom.domain.actions.Action.executionPublishing.jdo.ActionExecutionPublishingJdoEntities +
+demoapp.dom.domain.actions.Action.executionPublishing.jpa.ActionExecutionPublishingJpaEntities +
+demoapp.dom.domain.collections.Collection.domainEvent.subscribers.CollectionDomainEventControlService +
+demoapp.dom.domain.objects.DomainObject.autoComplete.DomainObjectAutoCompleteRepository +
+demoapp.dom.domain.objects.DomainObject.entityChangePublishing.annotated.disabled.DomainObjectEntityChangePublishingDisabledSeeding +
+demoapp.dom.domain.objects.DomainObject.entityChangePublishing.annotated.disabled.jdo.DomainObjectEntityChangePublishingDisabledJdoEntities +
+demoapp.dom.domain.objects.DomainObject.entityChangePublishing.annotated.disabled.jpa.DomainObjectEntityChangePublishingDisabledJpaEntities +
+demoapp.dom.domain.objects.DomainObject.entityChangePublishing.annotated.enabled.DomainObjectEntityChangePublishingEnabledSeeding +
+demoapp.dom.domain.objects.DomainObject.entityChangePublishing.annotated.enabled.jdo.DomainObjectEntityChangePublishingEnabledJdoEntities +
+demoapp.dom.domain.objects.DomainObject.entityChangePublishing.annotated.enabled.jpa.DomainObjectEntityChangePublishingEnabledJpaEntities +
+demoapp.dom.domain.objects.DomainObject.entityChangePublishing.metaAnnot.enabled.DomainObjectEntityChangePublishingEnabledMetaAnnotatedSeeding +
+demoapp.dom.domain.objects.DomainObject.entityChangePublishing.metaAnnot.enabled.jdo.DomainObjectEntityChangePublishingEnabledMetaAnnotatedJdoEntities +
+demoapp.dom.domain.objects.DomainObject.entityChangePublishing.metaAnnot.enabled.jpa.DomainObjectEntityChangePublishingEnabledMetaAnnotatedJpaEntities +
+demoapp.dom.domain.objects.DomainObject.entityChangePublishing.metaAnnotOverridden.enabled.DomainObjectEntityChangePublishingEnabledMetaAnnotOverriddenSeeding +
+demoapp.dom.domain.objects.DomainObject.entityChangePublishing.metaAnnotOverridden.enabled.jdo.DomainObjectEntityChangePublishingEnabledMetaAnnotOverriddenJdoEntities +
+demoapp.dom.domain.objects.DomainObject.entityChangePublishing.metaAnnotOverridden.enabled.jpa.DomainObjectEntityChangePublishingEnabledMetaAnnotOverriddenJpaEntities +
+demoapp.dom.domain.objects.DomainObject.nature.viewmodels.jaxbrefentity.JaxbRefSeeding +
+demoapp.dom.domain.objects.DomainObject.nature.viewmodels.jaxbrefentity.jdo.JaxbRefJdoEntities +
+demoapp.dom.domain.objects.DomainObject.nature.viewmodels.jaxbrefentity.jpa.JaxbRefJpaEntities +
+demoapp.dom.domain.objects.DomainObjectLayout.xxxUiEvent.DomainObjectLayoutXxxUiEventService +
+demoapp.dom.domain.objects.other.embedded.jdo.ComplexNumberJdoValueSemantics +
+demoapp.dom.domain.objects.other.embedded.jdo.NumberConstantJdoRepository +
+demoapp.dom.domain.objects.other.embedded.jpa.ComplexNumberJpaValueSemantics +
+demoapp.dom.domain.objects.other.embedded.jpa.NumberConstantJpaRepository +
+demoapp.dom.domain.objects.other.embedded.persistence.NumberConstantSeeding +
+demoapp.dom.domain.objects.other.embedded.samples.ComplexNumberSamples +
+demoapp.dom.domain.properties.Property.commandPublishing.PropertyCommandPublishingSeeding +
+demoapp.dom.domain.properties.Property.commandPublishing.jdo.PropertyCommandPublishingJdoEntities +
+demoapp.dom.domain.properties.Property.commandPublishing.jpa.PropertyCommandPublishingJpaEntities +
+demoapp.dom.domain.properties.Property.domainEvent.subscribers.PropertyDomainEventControlService +
+demoapp.dom.domain.properties.Property.executionPublishing.PropertyExecutionPublishingSeeding +
+demoapp.dom.domain.properties.Property.executionPublishing.jdo.PropertyExecutionPublishingJdoEntities +
+demoapp.dom.domain.properties.Property.executionPublishing.jpa.PropertyExecutionPublishingJpaEntities +
+demoapp.dom.domain.properties.Property.projecting.jdo.PropertyProjectingChildJdoEntities +
+demoapp.dom.domain.properties.Property.projecting.jpa.PropertyProjectingChildJpaEntities +
+demoapp.dom.domain.properties.Property.projecting.persistence.PropertyProjectingChildSeeding +
+demoapp.dom.domain.properties.PropertyLayout.navigable.FileTreeNodeService +
+demoapp.dom.domain.properties.PropertyLayout.repainting.PdfJsViewerAdvisorFallback +
+demoapp.dom.featured.customui.geocoding.GeoapifyClient +
+demoapp.dom.services.core.errorreportingservice.ErrorReportingServiceDemoImplementation +
+demoapp.dom.services.core.eventbusservice.EventLogEntryJdoRepository +
+demoapp.dom.services.core.eventbusservice.EventLogEntryJpaRepository +
+demoapp.dom.services.core.eventbusservice.EventSubscriberDemoImplementation +
+demoapp.dom.services.core.wrapperFactory.WrapperFactorySeeding +
+demoapp.dom.services.core.wrapperFactory.jdo.WrapperFactoryJdoEntities +
+demoapp.dom.services.core.wrapperFactory.jpa.WrapperFactoryJpaEntities +
+demoapp.dom.services.extensions.secman.apptenancy.ApplicationTenancyEvaluatorForDemo +
+demoapp.dom.services.extensions.secman.apptenancy.jdo.TenantedJdoEntities +
+demoapp.dom.services.extensions.secman.apptenancy.jpa.TenantedJpaEntities +
+demoapp.dom.services.extensions.secman.apptenancy.persistence.TenantedSeeding +
+demoapp.dom.services.extensions.secman.appuser.seed.AppUserSeeding +
+demoapp.dom.types.causeway.blobs.jdo.CausewayBlobJdoEntities +
+demoapp.dom.types.causeway.blobs.jpa.CausewayBlobJpaEntities +
+demoapp.dom.types.causeway.blobs.persistence.CausewayBlobSeeding +
+demoapp.dom.types.causeway.blobs.samples.CausewayBlobsSamples +
+demoapp.dom.types.causeway.clobs.jdo.CausewayClobJdoEntities +
+demoapp.dom.types.causeway.clobs.jpa.CausewayClobJpaEntities +
+demoapp.dom.types.causeway.clobs.persistence.CausewayClobSeeding +
+demoapp.dom.types.causeway.clobs.samples.CausewayClobsSamples +
+demoapp.dom.types.causeway.localresourcepaths.jdo.CausewayLocalResourcePathJdoEntities +
+demoapp.dom.types.causeway.localresourcepaths.jpa.CausewayLocalResourcePathJpaEntities +
+demoapp.dom.types.causeway.localresourcepaths.persistence.CausewayLocalResourcePathSeeding +
+demoapp.dom.types.causeway.localresourcepaths.samples.CausewayLocalResourcePathsSamples +
+demoapp.dom.types.causeway.markups.jdo.CausewayMarkupJdoEntities +
+demoapp.dom.types.causeway.markups.jpa.CausewayMarkupJpaEntities +
+demoapp.dom.types.causeway.markups.persistence.CausewayMarkupSeeding +
+demoapp.dom.types.causeway.markups.samples.CausewayMarkupSamples +
+demoapp.dom.types.causeway.passwords.jdo.CausewayPasswordJdoEntities +
+demoapp.dom.types.causeway.passwords.jpa.CausewayPasswordJpaEntities +
+demoapp.dom.types.causeway.passwords.persistence.CausewayPasswordSeeding +
+demoapp.dom.types.causeway.passwords.samples.CausewayPasswordsSamples +
+demoapp.dom.types.causewayext.cal.jdo.CausewayCalendarEventEntities +
+demoapp.dom.types.causewayext.cal.jpa.CausewayCalendarEventEntities +
+demoapp.dom.types.causewayext.cal.persistence.CausewayCalendarEventSeeding +
+demoapp.dom.types.causewayext.cal.samples.CausewayCalendarEventSamples +
+demoapp.dom.types.causewayval.asciidocs.jdo.CausewayAsciiDocJdoEntities +
+demoapp.dom.types.causewayval.asciidocs.jpa.CausewayAsciiDocJpaEntities +
+demoapp.dom.types.causewayval.asciidocs.persistence.CausewayAsciiDocSeeding +
+demoapp.dom.types.causewayval.markdowns.jdo.CausewayMarkdownJdoEntities +
+demoapp.dom.types.causewayval.markdowns.jpa.CausewayMarkdownJpaEntities +
+demoapp.dom.types.causewayval.markdowns.persistence.CausewayMarkdownSeeding +
+demoapp.dom.types.causewayval.vegas.jdo.CausewayVegaJdoEntities +
+demoapp.dom.types.causewayval.vegas.jpa.CausewayVegaJpaEntities +
+demoapp.dom.types.causewayval.vegas.persistence.CausewayVegaSeeding +
+demoapp.dom.types.causewayval.vegas.samples.CausewayVegaSamples +
+demoapp.dom.types.javaawt.images.jdo.JavaAwtBufferedImageJdoEntities +
+demoapp.dom.types.javaawt.images.jpa.JavaAwtBufferedImageJpaEntities +
+demoapp.dom.types.javaawt.images.persistence.JavaAwtBufferedImageSeeding +
+demoapp.dom.types.javaawt.images.samples.JavaAwtBufferedImageService +
+demoapp.dom.types.javaawt.images.samples.JavaAwtBufferedImagesSamples +
+demoapp.dom.types.javalang.booleans.jdo.WrapperBooleanJdoEntities +
+demoapp.dom.types.javalang.booleans.jpa.WrapperBooleanJpaEntities +
+demoapp.dom.types.javalang.booleans.persistence.WrapperBooleanSeeding +
+demoapp.dom.types.javalang.booleans.samples.WrapperBooleanSamples +
+demoapp.dom.types.javalang.bytes.jdo.WrapperByteJdoEntities +
+demoapp.dom.types.javalang.bytes.jpa.WrapperByteJpaEntities +
+demoapp.dom.types.javalang.bytes.persistence.WrapperByteSeeding +
+demoapp.dom.types.javalang.bytes.samples.WrapperByteSamples +
+demoapp.dom.types.javalang.characters.jdo.WrapperCharacterJdoEntities +
+demoapp.dom.types.javalang.characters.jpa.WrapperCharacterJpaEntities +
+demoapp.dom.types.javalang.characters.persistence.WrapperCharacterSeeding +
+demoapp.dom.types.javalang.characters.samples.WrapperCharacterSamples +
+demoapp.dom.types.javalang.doubles.jdo.WrapperDoubleJdoEntities +
+demoapp.dom.types.javalang.doubles.jpa.WrapperDoubleJpaEntities +
+demoapp.dom.types.javalang.doubles.persistence.WrapperDoubleSeeding +
+demoapp.dom.types.javalang.doubles.samples.WrapperDoubleSamples +
+demoapp.dom.types.javalang.enums.jdo.JavaLangEnumJdoEntities +
+demoapp.dom.types.javalang.enums.jpa.JavaLangEnumJpaEntities +
+demoapp.dom.types.javalang.enums.persistence.JavaLangEnumSeeding +
+demoapp.dom.types.javalang.floats.jdo.WrapperFloatJdoEntities +
+demoapp.dom.types.javalang.floats.jpa.WrapperFloatJpaEntities +
+demoapp.dom.types.javalang.floats.persistence.WrapperFloatSeeding +
+demoapp.dom.types.javalang.floats.samples.WrapperFloatSamples +
+demoapp.dom.types.javalang.integers.jdo.WrapperIntegerJdoEntities +
+demoapp.dom.types.javalang.integers.jpa.WrapperIntegerJpaEntities +
+demoapp.dom.types.javalang.integers.persistence.WrapperIntegerSeeding +
+demoapp.dom.types.javalang.integers.samples.WrapperIntegerSamples +
+demoapp.dom.types.javalang.longs.jdo.WrapperLongJdoEntities +
+demoapp.dom.types.javalang.longs.jpa.WrapperLongJpaEntities +
+demoapp.dom.types.javalang.longs.persistence.WrapperLongSeeding +
+demoapp.dom.types.javalang.longs.samples.WrapperLongSamples +
+demoapp.dom.types.javalang.shorts.jdo.WrapperShortJdoEntities +
+demoapp.dom.types.javalang.shorts.jpa.WrapperShortJpaEntities +
+demoapp.dom.types.javalang.shorts.persistence.WrapperShortSeeding +
+demoapp.dom.types.javalang.shorts.samples.WrapperShortSamples +
+demoapp.dom.types.javalang.strings.jdo.JavaLangStringJdoEntities +
+demoapp.dom.types.javalang.strings.jpa.JavaLangStringJpaEntities +
+demoapp.dom.types.javalang.strings.persistence.JavaLangStringSeeding +
+demoapp.dom.types.javamath.bigdecimals.jdo.JavaMathBigDecimalJdoEntities +
+demoapp.dom.types.javamath.bigdecimals.jpa.JavaMathBigDecimalJpaEntities +
+demoapp.dom.types.javamath.bigdecimals.persistence.JavaMathBigDecimalSeeding +
+demoapp.dom.types.javamath.bigdecimals.samples.JavaMathBigDecimalSamples +
+demoapp.dom.types.javamath.bigintegers.jdo.JavaMathBigIntegerJdoEntities +
+demoapp.dom.types.javamath.bigintegers.jpa.JavaMathBigIntegerJpaEntities +
+demoapp.dom.types.javamath.bigintegers.persistence.JavaMathBigIntegerSeeding +
+demoapp.dom.types.javamath.bigintegers.samples.JavaMathBigIntegerSamples +
+demoapp.dom.types.javanet.urls.jdo.JavaNetUrlJdoEntities +
+demoapp.dom.types.javanet.urls.jpa.JavaNetUrlJpaEntities +
+demoapp.dom.types.javanet.urls.persistence.JavaNetUrlSeeding +
+demoapp.dom.types.javanet.urls.samples.JavaNetUrlSamples +
+demoapp.dom.types.javasql.javasqldate.jdo.JavaSqlDateJdoEntities +
+demoapp.dom.types.javasql.javasqldate.jpa.JavaSqlDateJpaEntities +
+demoapp.dom.types.javasql.javasqldate.persistence.JavaSqlDateSeeding +
+demoapp.dom.types.javasql.javasqldate.samples.JavaSqlDateSamples +
+demoapp.dom.types.javasql.javasqltimestamp.jdo.JavaSqlTimestampJdoEntities +
+demoapp.dom.types.javasql.javasqltimestamp.jpa.JavaSqlTimestampJpaEntities +
+demoapp.dom.types.javasql.javasqltimestamp.persistence.JavaSqlTimestampSeeding +
+demoapp.dom.types.javasql.javasqltimestamp.samples.JavaSqlTimestampSamples +
+demoapp.dom.types.javatime.javatimelocaldate.jdo.JavaTimeLocalDateJdoEntities +
+demoapp.dom.types.javatime.javatimelocaldate.jpa.JavaTimeLocalDateJpaEntities +
+demoapp.dom.types.javatime.javatimelocaldate.persistence.JavaTimeLocalDateSeeding +
+demoapp.dom.types.javatime.javatimelocaldate.samples.JavaTimeLocalDateSamples +
+demoapp.dom.types.javatime.javatimelocaldatetime.jdo.JavaTimeLocalDateTimeJdoEntities +
+demoapp.dom.types.javatime.javatimelocaldatetime.jpa.JavaTimeLocalDateTimeJpaEntities +
+demoapp.dom.types.javatime.javatimelocaldatetime.persistence.JavaTimeLocalDateTimeSeeding +
+demoapp.dom.types.javatime.javatimelocaldatetime.samples.JavaTimeLocalDateTimeSamples +
+demoapp.dom.types.javatime.javatimelocaltime.jdo.JavaTimeLocalTimeJdoEntities +
+demoapp.dom.types.javatime.javatimelocaltime.jpa.JavaTimeLocalTimeJpaEntities +
+demoapp.dom.types.javatime.javatimelocaltime.persistence.JavaTimeLocalTimeSeeding +
+demoapp.dom.types.javatime.javatimelocaltime.samples.JavaTimeLocalTimeSamples +
+demoapp.dom.types.javatime.javatimeoffsetdatetime.jdo.JavaTimeOffsetDateTimeJdoEntities +
+demoapp.dom.types.javatime.javatimeoffsetdatetime.jpa.JavaTimeOffsetDateTimeJpaEntities +
+demoapp.dom.types.javatime.javatimeoffsetdatetime.persistence.JavaTimeOffsetDateTimeSeeding +
+demoapp.dom.types.javatime.javatimeoffsetdatetime.samples.JavaTimeOffsetDateTimeSamples +
+demoapp.dom.types.javatime.javatimeoffsettime.jdo.JavaTimeOffsetTimeJdoEntities +
+demoapp.dom.types.javatime.javatimeoffsettime.jpa.JavaTimeOffsetTimeJpaEntities +
+demoapp.dom.types.javatime.javatimeoffsettime.persistence.JavaTimeOffsetTimeSeeding +
+demoapp.dom.types.javatime.javatimeoffsettime.samples.JavaTimeOffsetTimeSamples +
+demoapp.dom.types.javatime.javatimezoneddatetime.jdo.JavaTimeZonedDateTimeJdoEntities +
+demoapp.dom.types.javatime.javatimezoneddatetime.jpa.JavaTimeZonedDateTimeJpaEntities +
+demoapp.dom.types.javatime.javatimezoneddatetime.persistence.JavaTimeZonedDateTimeSeeding +
+demoapp.dom.types.javatime.javatimezoneddatetime.samples.JavaTimeZonedDateTimeSamples +
+demoapp.dom.types.javautil.javautildate.jdo.JavaUtilDateJdoEntities +
+demoapp.dom.types.javautil.javautildate.jpa.JavaUtilDateJpaEntities +
+demoapp.dom.types.javautil.javautildate.persistence.JavaUtilDateSeeding +
+demoapp.dom.types.javautil.javautildate.samples.JavaUtilDateSamples +
+demoapp.dom.types.javautil.uuids.jdo.JavaUtilUuidJdoEntities +
+demoapp.dom.types.javautil.uuids.jpa.JavaUtilUuidJpaEntities +
+demoapp.dom.types.javautil.uuids.persistence.JavaUtilUuidSeeding +
+demoapp.dom.types.javautil.uuids.samples.JavaUtilUuidSamples +
+demoapp.dom.types.jodatime.jodadatetime.jdo.JodaDateTimeJdoEntities +
+demoapp.dom.types.jodatime.jodadatetime.persistence.JodaDateTimeJdoSeeding +
+demoapp.dom.types.jodatime.jodadatetime.samples.JodaDateTimeSamples +
+demoapp.dom.types.jodatime.jodalocaldate.jdo.JodaLocalDateJdoEntities +
+demoapp.dom.types.jodatime.jodalocaldate.persistence.JodaLocalDateJdoSeeding +
+demoapp.dom.types.jodatime.jodalocaldate.samples.JodaLocalDateSamples +
+demoapp.dom.types.jodatime.jodalocaldatetime.jdo.JodaLocalDateTimeJdoEntities +
+demoapp.dom.types.jodatime.jodalocaldatetime.persistence.JodaLocalDateTimeSeeding +
+demoapp.dom.types.jodatime.jodalocaldatetime.samples.JodaLocalDateTimeSamples +
+demoapp.dom.types.jodatime.jodalocaltime.jdo.JodaLocalTimeJdoEntities +
+demoapp.dom.types.jodatime.jodalocaltime.persistence.JodaLocalTimeSeeding +
+demoapp.dom.types.jodatime.jodalocaltime.samples.JodaLocalTimeSamples +
+demoapp.dom.types.primitive.booleans.jdo.PrimitiveBooleanJdoEntities +
+demoapp.dom.types.primitive.booleans.jpa.PrimitiveBooleanJpaEntities +
+demoapp.dom.types.primitive.booleans.persistence.PrimitiveBooleanSeeding +
+demoapp.dom.types.primitive.bytes.jdo.PrimitiveByteJdoEntities +
+demoapp.dom.types.primitive.bytes.jpa.PrimitiveByteJpaEntities +
+demoapp.dom.types.primitive.bytes.persistence.PrimitiveByteSeeding +
+demoapp.dom.types.primitive.chars.jdo.PrimitiveCharJdoEntities +
+demoapp.dom.types.primitive.chars.jpa.PrimitiveCharJpaEntities +
+demoapp.dom.types.primitive.chars.persistence.PrimitiveCharSeeding +
+demoapp.dom.types.primitive.doubles.jdo.PrimitiveDoubleJdoEntities +
+demoapp.dom.types.primitive.doubles.jpa.PrimitiveDoubleJpaEntities +
+demoapp.dom.types.primitive.doubles.persistence.PrimitiveDoubleSeeding +
+demoapp.dom.types.primitive.floats.jdo.PrimitiveFloatJdoEntities +
+demoapp.dom.types.primitive.floats.jpa.PrimitiveFloatJpaEntities +
+demoapp.dom.types.primitive.floats.persistence.PrimitiveFloatSeeding +
+demoapp.dom.types.primitive.ints.jdo.PrimitiveIntJdoEntities +
+demoapp.dom.types.primitive.ints.jpa.PrimitiveIntJpaEntities +
+demoapp.dom.types.primitive.ints.persistence.PrimitiveIntSeeding +
+demoapp.dom.types.primitive.longs.jdo.PrimitiveLongJdoEntities +
+demoapp.dom.types.primitive.longs.jpa.PrimitiveLongJpaEntities +
+demoapp.dom.types.primitive.longs.persistence.PrimitiveLongSeeding +
+demoapp.dom.types.primitive.shorts.jdo.PrimitiveShortJdoEntities +
+demoapp.dom.types.primitive.shorts.jpa.PrimitiveShortJpaEntities +
+demoapp.dom.types.primitive.shorts.persistence.PrimitiveShortSeeding +
+****
+
+.Dependencies
 ****
 com.h2database:h2:jar:<managed> +
 org.apache.causeway.extensions:causeway-extensions-audittrail-persistence-jdo:jar:<managed> +
@@ -852,7 +1088,12 @@ Artifact: demo-web
 Type: jar
 Directory: /examples/demo/web
 ----
-|.Dependencies
+|.Components
+****
+demoapp.web._infra.utils.ThereCanBeOnlyOne +
+****
+
+.Dependencies
 ****
 org.apache.causeway.examples.apps:demo-domain:jar:<managed> +
 org.apache.causeway.extensions:causeway-extensions-cors-impl:jar:<managed> +
@@ -870,7 +1111,12 @@ Artifact: demo-wicket-common
 Type: jar
 Directory: /examples/demo/wicket/common
 ----
-|.Dependencies
+|.Components
+****
+demoapp.webapp.wicket.common.ui.custom.WhereInTheWorldPanelFactory +
+****
+
+.Dependencies
 ****
 org.apache.causeway.examples.apps:demo-web:jar:${project.version} +
 org.apache.causeway.extensions:causeway-extensions-fullcalendar-wicket-ui:jar:<managed> +
@@ -4825,6 +5071,11 @@ org.apache.causeway.viewer:causeway-viewer-wicket-ui:jar:<managed> +
 org.webjars:fullcalendar:jar:5.11.3 +
 ****
 
+.Document Index Entries
+****
+xref:refguide:extensions:index/fullcalendar/wkt/integration/CausewayModuleExtFullcalendarWicketIntegration.adoc[CausewayModuleExtFullcalendarWicketIntegration]
+****
+
 |Apache Causeway Ext - FullCalendar Wicket (UI)
 [source,yaml]
 ----
@@ -4837,8 +5088,8 @@ Directory: /extensions/vw/fullcalendar/wicket/ui
 
 .Components
 ****
-o.a.i.extensions.fullcalendar.wkt.viewer.calendarable.CalendarableCollectionAsFullCalendarFactory +
-o.a.i.extensions.fullcalendar.wkt.viewer.calendareventable.CalendarEventableCollectionAsFullCalendarFactory +
+o.a.i.extensions.fullcalendar.wkt.ui.viewer.calendarable.CalendarableCollectionAsFullCalendarFactory +
+o.a.i.extensions.fullcalendar.wkt.ui.viewer.calendareventable.CalendarEventableCollectionAsFullCalendarFactory +
 ****
 
 .Dependencies
@@ -4851,7 +5102,7 @@ org.apache.causeway.viewer:causeway-viewer-wicket-ui:jar:<managed> +
 
 .Document Index Entries
 ****
-xref:refguide:extensions:index/fullcalendar/wkt/viewer/CausewayModuleExtFullCalendarWicketUi.adoc[CausewayModuleExtFullCalendarWicketUi]
+xref:refguide:extensions:index/fullcalendar/wkt/ui/CausewayModuleExtFullcalendarWicketUi.adoc[CausewayModuleExtFullcalendarWicketUi], xref:refguide:extensions:index/fullcalendar/wkt/ui/viewer/CausewayModuleExtFullCalendarWicketUi.adoc[CausewayModuleExtFullCalendarWicketUi]
 ****
 
 |Apache Causeway Ext - pdf.js - Parent


[causeway] 04/09: CAUSEWAY-3253 : improves release docs

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c2c17edb8a6473d45ac345a403ad26d54b505c62
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Mar 15 13:43:29 2023 +0000

    CAUSEWAY-3253 : improves release docs
    
    (cherry picked from commit 8179fc4ef07beb5128e046cf9d088c180d6761e2)
---
 .../components/comguide/modules/ROOT/pages/cutting-a-release.adoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
index 36c64a487a..5344e519ff 100644
--- a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
@@ -569,7 +569,7 @@ git pull --ff-only
 
 git checkout -b $CAUSEWAYBRANCH-jpa
 
-mvn versions:update-parent -DparentVersion=$CAUSEWAYREL # <.>
+mvn versions:update-parent -DparentVersion=$CAUSEWAYREL -Dskip.nightly # <.>
 mvn versions:set -DnewVersion=$CAUSEWAYREL
 
 git add .
@@ -606,7 +606,7 @@ git pull --ff-only
 
 git checkout -b $CAUSEWAYBRANCH-jdo
 
-mvn versions:update-parent -DparentVersion=$CAUSEWAYREL
+mvn versions:update-parent -DparentVersion=$CAUSEWAYREL -Dskip.nightly
 mvn versions:set -DnewVersion=$CAUSEWAYREL
 
 git add .
@@ -662,7 +662,7 @@ git pull --ff-only
 
 git checkout -b $CAUSEWAYBRANCH-jpa
 
-mvn versions:update-parent -DparentVersion=$CAUSEWAYREL  # <.>
+mvn versions:update-parent -DparentVersion=$CAUSEWAYREL -Dskip.nightly  # <.>
 mvn versions:set -DnewVersion=$CAUSEWAYREL
 
 git add .
@@ -699,7 +699,7 @@ git pull --ff-only
 
 git checkout -b $CAUSEWAYBRANCH-jdo
 
-mvn versions:update-parent -DparentVersion=$CAUSEWAYREL
+mvn versions:update-parent -DparentVersion=$CAUSEWAYREL -Dskip.nightly
 mvn versions:set -DnewVersion=$CAUSEWAYREL
 
 git add .


[causeway] 05/09: CAUSEWAY-3253: improves rel notes

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d9cc8ca3027a6b52bb37268e838d7bcd6c3c9c98
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Mar 18 16:31:27 2023 +0000

    CAUSEWAY-3253: improves rel notes
---
 antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
index 5344e519ff..77f58ce500 100644
--- a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
@@ -161,7 +161,7 @@ The next step is to generate the website, ensuring that the config, examples, pr
 +
 [source,bash,subs="attributes+"]
 ----
-mvn -D module-tooling -D skip.essential install -DskipTests
+mvn -D module-tooling -D skip.essential install -DskipTests -T1C
 ----
 
 * Then, generate the website:


[causeway] 07/09: updates banner.txt

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c325560a93ff184e2864b3fa5fc7d73b7756bc13
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Mar 18 19:36:35 2023 +0000

    updates banner.txt
---
 antora/components/comguide/modules/ROOT/pages/about.adoc |  2 ++
 examples/demo/domain/src/main/resources/banner.txt       | 15 ++++++++-------
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/antora/components/comguide/modules/ROOT/pages/about.adoc b/antora/components/comguide/modules/ROOT/pages/about.adoc
index bc9152ed9c..cf26467f95 100644
--- a/antora/components/comguide/modules/ROOT/pages/about.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/about.adoc
@@ -6,3 +6,5 @@
 This committers' guide is for committers of Apache Causeway itself who want guidance on release process, publishing documents and other related procedures.
 
 
+// https://manytools.org/hacker-tools/ascii-banner/
+// "Big" font
diff --git a/examples/demo/domain/src/main/resources/banner.txt b/examples/demo/domain/src/main/resources/banner.txt
index 8ac2e722bc..1c244984e5 100644
--- a/examples/demo/domain/src/main/resources/banner.txt
+++ b/examples/demo/domain/src/main/resources/banner.txt
@@ -1,7 +1,8 @@
-     _                     _             ____                                         
-    / \   _ __   __ _  ___| |__   ___   / ___|__ _ _   _ ___  _____      ____ _ _   _ 
-   / _ \ | '_ \ / _` |/ __| '_ \ / _ \ | |   / _` | | | / __|/ _ \ \ /\ / / _` | | | |
-  / ___ \| |_) | (_| | (__| | | |  __/ | |__| (_| | |_| \__ \  __/\ V  V / (_| | |_| |
- /_/   \_\ .__/ \__,_|\___|_| |_|\___|  \____\__,_|\__,_|___/\___| \_/\_/ \__,_|\__, |
-  ====== |_| ================================================================== |___/ 
-             powered by Spring Boot ${spring-boot.version}
+             __
+           / _|
+   __ _ ___| |_    ___ __ _ _   _ ___  _____      ____ _ _   _
+  / _` / __|  _|  / __/ _` | | | / __|/ _ \ \ /\ / / _` | | | |
+ | (_| \__ \ |   | (_| (_| | |_| \__ \  __/\ V  V / (_| | |_| |
+  \__,_|___/_|    \___\__,_|\__,_|___/\___| \_/\_/ \__,_|\__, |
+                                                          __/ |
+  === powered by Spring Boot ${spring-boot.version} ===  |___/


[causeway] 09/09: CAUSEWAY-3255 : improves docs

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3354cbb5d8b0b9b769f8f586499bc3b0faf3f7bd
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Mar 20 09:39:43 2023 +0000

    CAUSEWAY-3255 : improves docs
---
 .../testing/fixtures/applib/fixturescripts/FixtureScripts.java        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/fixtures/applib/src/main/java/org/apache/causeway/testing/fixtures/applib/fixturescripts/FixtureScripts.java b/testing/fixtures/applib/src/main/java/org/apache/causeway/testing/fixtures/applib/fixturescripts/FixtureScripts.java
index 716602e686..bafed10f24 100644
--- a/testing/fixtures/applib/src/main/java/org/apache/causeway/testing/fixtures/applib/fixturescripts/FixtureScripts.java
+++ b/testing/fixtures/applib/src/main/java/org/apache/causeway/testing/fixtures/applib/fixturescripts/FixtureScripts.java
@@ -297,9 +297,9 @@ public class FixtureScripts {
      * </p>
      *
      * <p>
-     *     <b>NOTE</b>: this method can only be used for {@link FixtureScript} implementations that are discoverable
+     *     NOTE: this method can only be used for {@link FixtureScript} implementations that are discoverable
      *     by Spring (eg annotated with {@link org.springframework.stereotype.Service} or
-     *     {@link org.springframework.stereotype.Component}.  <i>Moreover</i>, the {@link FixtureScript} must <i>not</i>
+     *     {@link org.springframework.stereotype.Component}.  Moreover, the {@link FixtureScript} must <i>not</i>
      *     be a view model, ie must not be annotated with {@link org.apache.causeway.applib.annotation.DomainObject}.
      *     (This is because the lifecycle of view models is unknown to by Spring).
      *     Instead, use {@link #runFixtureScript(FixtureScript, String)}, passing in the {@link FixtureScript} instance.


[causeway] 02/09: adds reference to relnotes

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f6b99423bafa6e0d6803ceaf1212ded1f7b663f7
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Mar 14 07:07:23 2023 +0000

    adds reference to relnotes
    
    (cherry picked from commit 5ae7599893bd6f4bb3bb4693893fd5c68981e370)
---
 antora/components/relnotes/modules/ROOT/nav.adoc       |  2 ++
 .../components/relnotes/modules/ROOT/pages/about.adoc  | 18 +++++++++---------
 2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/antora/components/relnotes/modules/ROOT/nav.adoc b/antora/components/relnotes/modules/ROOT/nav.adoc
index 2969296927..990162e7cc 100644
--- a/antora/components/relnotes/modules/ROOT/nav.adoc
+++ b/antora/components/relnotes/modules/ROOT/nav.adoc
@@ -2,6 +2,8 @@
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or ag [...]
 
 
+* 2023
+** xref:relnotes:ROOT:2022/2.0.0-RC1/relnotes.adoc[2.0.0-RC1]
 * 2022
 ** xref:relnotes:ROOT:2022/2.0.0-M9/relnotes.adoc[2.0.0-M9]
 ** xref:relnotes:ROOT:2022/2.0.0-M8/relnotes.adoc[2.0.0-M8]
diff --git a/antora/components/relnotes/modules/ROOT/pages/about.adoc b/antora/components/relnotes/modules/ROOT/pages/about.adoc
index 4862c87497..58f494d0c2 100644
--- a/antora/components/relnotes/modules/ROOT/pages/about.adoc
+++ b/antora/components/relnotes/modules/ROOT/pages/about.adoc
@@ -7,15 +7,6 @@
 This table summarises all releases of Apache Causeway v2.0 to date.
 
 ////
-| 2.0.0-RC1
-| not released yet (upcoming)
-| First release candidate for Apache Causeway 2.0.0
-| ?
-| ?
-| ?
-|
-* xref:relnotes:ROOT:2023/2.0.0-RC1/relnotes.adoc[Release Notes]
-* xref:relnotes:ROOT:2023/2.0.0-RC1/mignotes.adoc[Migration Notes]
 ////
 
 [cols="2,2,4a,>1,>1,>1,3a"]
@@ -28,6 +19,15 @@ This table summarises all releases of Apache Causeway v2.0 to date.
 | Bugs
 | Detail
 
+| 2.0.0-RC1
+|
+| First release candidate for Apache Causeway 2.0.0
+| ?
+| ?
+| ?
+|
+* xref:relnotes:ROOT:2023/2.0.0-RC1/relnotes.adoc[Release Notes]
+* xref:relnotes:ROOT:2023/2.0.0-RC1/mignotes.adoc[Migration Notes]
 
 | 2.0.0-M9
 | 18-Oct-2022


[causeway] 01/09: CAUSEWAY-3253: updates license headers and supplemental -license

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3fd0dfaad84d18a973ed8f05740ac2cb7674a6ff
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Mar 13 17:11:45 2023 +0000

    CAUSEWAY-3253: updates license headers and supplemental -license
---
 .../services/user/RoleMemento_value_Test.java      | 18 ++++++++++++++++
 .../services/user/UserMemento_contains_Test.java   | 18 ++++++++++++++++
 .../services/user/UserMemento_value_Test.java      | 18 ++++++++++++++++
 bom/pom.xml                                        | 17 +++++++--------
 .../commandsubscriber-vs-executionsubscriber.adoc  |  2 ++
 .../applib/job/RunBackgroundCommandsJob.java       | 18 ++++++++++++++++
 .../pdfjs/metamodel/domains/mixin/MixinDomain.java | 20 ++++++++++++++++--
 .../metamodel/domains/mixin/SomeViewModel.java     | 18 ++++++++++++++++
 .../metamodel/domains/mixin/SomeViewModel_pdf.java | 18 ++++++++++++++++
 .../pdfjs/metamodel/domains/prop/PropDomain.java   | 18 ++++++++++++++++
 .../metamodel/domains/prop/SomeViewModel.java      | 18 ++++++++++++++++
 .../src/main/resources/supplemental-models.xml     | 24 +++++++++++++++++-----
 .../integtestsupport/applib/ApprovalsOptions.java  | 18 ++++++++++++++++
 13 files changed, 210 insertions(+), 15 deletions(-)

diff --git a/api/applib/src/test/java/org/apache/causeway/applib/services/user/RoleMemento_value_Test.java b/api/applib/src/test/java/org/apache/causeway/applib/services/user/RoleMemento_value_Test.java
index caaa7c1ecf..8583cf9e3c 100644
--- a/api/applib/src/test/java/org/apache/causeway/applib/services/user/RoleMemento_value_Test.java
+++ b/api/applib/src/test/java/org/apache/causeway/applib/services/user/RoleMemento_value_Test.java
@@ -1,3 +1,21 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ */
 package org.apache.causeway.applib.services.user;
 
 import java.util.Arrays;
diff --git a/api/applib/src/test/java/org/apache/causeway/applib/services/user/UserMemento_contains_Test.java b/api/applib/src/test/java/org/apache/causeway/applib/services/user/UserMemento_contains_Test.java
index 932c5042c3..6689ba07c6 100644
--- a/api/applib/src/test/java/org/apache/causeway/applib/services/user/UserMemento_contains_Test.java
+++ b/api/applib/src/test/java/org/apache/causeway/applib/services/user/UserMemento_contains_Test.java
@@ -1,3 +1,21 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ */
 package org.apache.causeway.applib.services.user;
 
 import org.apache.causeway.applib.services.sudo.SudoService;
diff --git a/api/applib/src/test/java/org/apache/causeway/applib/services/user/UserMemento_value_Test.java b/api/applib/src/test/java/org/apache/causeway/applib/services/user/UserMemento_value_Test.java
index a1d87b8d6c..86b247fa06 100644
--- a/api/applib/src/test/java/org/apache/causeway/applib/services/user/UserMemento_value_Test.java
+++ b/api/applib/src/test/java/org/apache/causeway/applib/services/user/UserMemento_value_Test.java
@@ -1,3 +1,21 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ */
 package org.apache.causeway.applib.services.user;
 
 import lombok.SneakyThrows;
diff --git a/bom/pom.xml b/bom/pom.xml
index 680ceac0a6..c634848b29 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -2474,6 +2474,7 @@ It is therefore a copy of org.apache:apache, with customisations clearly identif
                             <exclude>**/.settings/**</exclude>
                             <exclude>**/*.launch</exclude>
                             <exclude>**/*.columnOrder.txt</exclude>
+                            <exclude>**/*.approved.xml</exclude>
                             <exclude>**/*.drawio.svg</exclude>
                             <exclude>**/META-INF/spring.factories</exclude>
 
@@ -2508,11 +2509,10 @@ It is therefore a copy of org.apache:apache, with customisations clearly identif
                             <exclude>**/xml/objects/**</exclude>
                             <exclude>**/test.data</exclude>
                             <exclude>**/fixture-data/**</exclude>
-                            <exclude>**/partials/module-nav.adoc</exclude>
+                            <exclude>**/module-nav.adoc</exclude>
                             <exclude>**/partials/extensions.adoc</exclude>
-                            <exclude>**/partials/component-nav.adoc</exclude>
+                            <exclude>**/component-nav.adoc</exclude>
                             <exclude>**/_nav.adoc</exclude>
-                            <exclude>**/_overview/nav.adoc</exclude>
 
                             <exclude>**/application.js</exclude>
 
@@ -2522,6 +2522,7 @@ It is therefore a copy of org.apache:apache, with customisations clearly identif
                             <exclude>**/moment.js</exclude>
                             <exclude>**/prism*.js</exclude>
                             <exclude>**/prism*.css</exclude>
+                            <exclude>**/vega*.js</exclude>
                             <exclude>**/kroviz/webpack.config.d/**</exclude>
 
                             <exclude>**/viewer/wicket/ui/components/**/*.css</exclude>
@@ -3055,18 +3056,18 @@ It is therefore a copy of org.apache:apache, with customisations clearly identif
 							<showWarnings>true</showWarnings>
 							<parameters>true</parameters>
 							<annotationProcessorPaths>
-								<!-- this is a workaround 
-					
+								<!-- this is a workaround
+
 								Details: The maven compiler plugin ought to pick up all available processors on the classpath.
-								In effect Lombok's annotation processor should be picked up implicitly, but yet is not 
-								
+								In effect Lombok's annotation processor should be picked up implicitly, but yet is not
+
 								Presence of file 'logging-dn-enhance.properties' decativates this profile and
 								the maven-compiler-plugin runs all annotation processors as picked up from the class-path.
 								-->
 									<annotationProcessorPath>
 										<groupId>org.projectlombok</groupId>
 										<artifactId>lombok</artifactId>
-										<version>${lombok.version}</version>	
+										<version>${lombok.version}</version>
 									</annotationProcessorPath>
 							</annotationProcessorPaths>
 						</configuration>
diff --git a/extensions/core/commandlog/adoc/modules/commandlog/partials/commandsubscriber-vs-executionsubscriber.adoc b/extensions/core/commandlog/adoc/modules/commandlog/partials/commandsubscriber-vs-executionsubscriber.adoc
index 3c976b2079..41efd3bdae 100644
--- a/extensions/core/commandlog/adoc/modules/commandlog/partials/commandsubscriber-vs-executionsubscriber.adoc
+++ b/extensions/core/commandlog/adoc/modules/commandlog/partials/commandsubscriber-vs-executionsubscriber.adoc
@@ -1,3 +1,5 @@
+:Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or ag [...]
+
 Conceptually a *command* represents the _intention_ to execute an action or to edit a property ("before" the change), while an *interaction execution* represents the actual execution itself ("after" the change).
 
 The xref:refguide:applib:index/services/publishing/spi/CommandSubscriber.adoc[] SPI and xref:refguide:applib:index/services/publishing/spi/ExecutionSubscriber.adoc[] SPI allow either to be subscribed to.
diff --git a/extensions/core/commandlog/applib/src/main/java/org/apache/causeway/extensions/commandlog/applib/job/RunBackgroundCommandsJob.java b/extensions/core/commandlog/applib/src/main/java/org/apache/causeway/extensions/commandlog/applib/job/RunBackgroundCommandsJob.java
index 88fa3e1f14..7d43f342a9 100644
--- a/extensions/core/commandlog/applib/src/main/java/org/apache/causeway/extensions/commandlog/applib/job/RunBackgroundCommandsJob.java
+++ b/extensions/core/commandlog/applib/src/main/java/org/apache/causeway/extensions/commandlog/applib/job/RunBackgroundCommandsJob.java
@@ -1,3 +1,21 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ */
 package org.apache.causeway.extensions.commandlog.applib.job;
 
 import java.util.UUID;
diff --git a/extensions/vw/pdfjs/metamodel/src/test/java/org/apache/causeway/extensions/pdfjs/metamodel/domains/mixin/MixinDomain.java b/extensions/vw/pdfjs/metamodel/src/test/java/org/apache/causeway/extensions/pdfjs/metamodel/domains/mixin/MixinDomain.java
index 9b2393dfe5..6d3a8771f0 100644
--- a/extensions/vw/pdfjs/metamodel/src/test/java/org/apache/causeway/extensions/pdfjs/metamodel/domains/mixin/MixinDomain.java
+++ b/extensions/vw/pdfjs/metamodel/src/test/java/org/apache/causeway/extensions/pdfjs/metamodel/domains/mixin/MixinDomain.java
@@ -1,7 +1,23 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ */
 package org.apache.causeway.extensions.pdfjs.metamodel.domains.mixin;
 
-import org.apache.causeway.applib.annotation.DomainObject;
-import org.apache.causeway.applib.annotation.Nature;
 import org.springframework.context.annotation.Configuration;
 
 @Configuration
diff --git a/extensions/vw/pdfjs/metamodel/src/test/java/org/apache/causeway/extensions/pdfjs/metamodel/domains/mixin/SomeViewModel.java b/extensions/vw/pdfjs/metamodel/src/test/java/org/apache/causeway/extensions/pdfjs/metamodel/domains/mixin/SomeViewModel.java
index 1872dcba26..9d624b54e7 100644
--- a/extensions/vw/pdfjs/metamodel/src/test/java/org/apache/causeway/extensions/pdfjs/metamodel/domains/mixin/SomeViewModel.java
+++ b/extensions/vw/pdfjs/metamodel/src/test/java/org/apache/causeway/extensions/pdfjs/metamodel/domains/mixin/SomeViewModel.java
@@ -1,3 +1,21 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ */
 package org.apache.causeway.extensions.pdfjs.metamodel.domains.mixin;
 
 import org.apache.causeway.applib.annotation.DomainObject;
diff --git a/extensions/vw/pdfjs/metamodel/src/test/java/org/apache/causeway/extensions/pdfjs/metamodel/domains/mixin/SomeViewModel_pdf.java b/extensions/vw/pdfjs/metamodel/src/test/java/org/apache/causeway/extensions/pdfjs/metamodel/domains/mixin/SomeViewModel_pdf.java
index 1b032861cf..1794daa4d4 100644
--- a/extensions/vw/pdfjs/metamodel/src/test/java/org/apache/causeway/extensions/pdfjs/metamodel/domains/mixin/SomeViewModel_pdf.java
+++ b/extensions/vw/pdfjs/metamodel/src/test/java/org/apache/causeway/extensions/pdfjs/metamodel/domains/mixin/SomeViewModel_pdf.java
@@ -1,3 +1,21 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ */
 package org.apache.causeway.extensions.pdfjs.metamodel.domains.mixin;
 
 import lombok.RequiredArgsConstructor;
diff --git a/extensions/vw/pdfjs/metamodel/src/test/java/org/apache/causeway/extensions/pdfjs/metamodel/domains/prop/PropDomain.java b/extensions/vw/pdfjs/metamodel/src/test/java/org/apache/causeway/extensions/pdfjs/metamodel/domains/prop/PropDomain.java
index 9cc82435cc..2f2b7483d4 100644
--- a/extensions/vw/pdfjs/metamodel/src/test/java/org/apache/causeway/extensions/pdfjs/metamodel/domains/prop/PropDomain.java
+++ b/extensions/vw/pdfjs/metamodel/src/test/java/org/apache/causeway/extensions/pdfjs/metamodel/domains/prop/PropDomain.java
@@ -1,3 +1,21 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ */
 package org.apache.causeway.extensions.pdfjs.metamodel.domains.prop;
 
 import org.springframework.context.annotation.Configuration;
diff --git a/extensions/vw/pdfjs/metamodel/src/test/java/org/apache/causeway/extensions/pdfjs/metamodel/domains/prop/SomeViewModel.java b/extensions/vw/pdfjs/metamodel/src/test/java/org/apache/causeway/extensions/pdfjs/metamodel/domains/prop/SomeViewModel.java
index cd5c63e682..bdda46c59e 100644
--- a/extensions/vw/pdfjs/metamodel/src/test/java/org/apache/causeway/extensions/pdfjs/metamodel/domains/prop/SomeViewModel.java
+++ b/extensions/vw/pdfjs/metamodel/src/test/java/org/apache/causeway/extensions/pdfjs/metamodel/domains/prop/SomeViewModel.java
@@ -1,3 +1,21 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ */
 package org.apache.causeway.extensions.pdfjs.metamodel.domains.prop;
 
 import org.apache.causeway.applib.annotation.DomainObject;
diff --git a/supplemental-model/src/main/resources/supplemental-models.xml b/supplemental-model/src/main/resources/supplemental-models.xml
index f5ee43fe79..b3e9625d10 100644
--- a/supplemental-model/src/main/resources/supplemental-models.xml
+++ b/supplemental-model/src/main/resources/supplemental-models.xml
@@ -76,7 +76,7 @@
         <project>
             <groupId>org.webjars.bowergithub.prismjs</groupId>
             <artifactId>prism</artifactId>
-            <version>1.28.0</version>
+            <version>1.29.0</version>
             <name>Prism</name>
             <licenses>
                 <license>
@@ -90,17 +90,31 @@
     <supplement>
         <project>
             <groupId>org.webjars.npm</groupId>
-            <artifactId>dommatrix</artifactId>
-            <version>1.0.3</version>
-            <name>DOMMatrix</name>
+            <artifactId>inputmask</artifactId>
+            <version>5.0.6</version>
+            <name>Inputmask</name>
             <licenses>
                 <license>
                     <name>MIT License</name>
-                    <url>https://spdx.org/licenses/MIT</url>
+                    <url>https://github.com/RobinHerbots/Inputmask/blob/5.x/LICENSE.txt</url>
                 </license>
             </licenses>
         </project>
     </supplement>
 
+    <supplement>
+        <project>
+            <groupId>org.webjars.npm</groupId>
+            <artifactId>path2d-polyfill</artifactId>
+            <version>2.0.1</version>
+            <name>path2d-polyfill</name>
+            <licenses>
+                <license>
+                    <name>MIT License</name>
+                    <url>https://github.com/nilzona/path2d-polyfill/blob/main/LICENSE</url>
+                </license>
+            </licenses>
+        </project>
+    </supplement>
 
 </supplementalDataModels>
diff --git a/testing/integtestsupport/applib/src/main/java/org/apache/causeway/testing/integtestsupport/applib/ApprovalsOptions.java b/testing/integtestsupport/applib/src/main/java/org/apache/causeway/testing/integtestsupport/applib/ApprovalsOptions.java
index 55ae33effa..61da64c6ab 100644
--- a/testing/integtestsupport/applib/src/main/java/org/apache/causeway/testing/integtestsupport/applib/ApprovalsOptions.java
+++ b/testing/integtestsupport/applib/src/main/java/org/apache/causeway/testing/integtestsupport/applib/ApprovalsOptions.java
@@ -1,3 +1,21 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ */
 package org.apache.causeway.testing.integtestsupport.applib;
 
 import lombok.SneakyThrows;


[causeway] 03/09: fixes (?) gpg config for signing

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1628f569e42a3af44e52bcc64a8f47fb2b3c7f94
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Mar 14 07:07:53 2023 +0000

    fixes (?) gpg config for signing
    
    (cherry picked from commit ec2ef4150f753bd4cb45afcfa98221df3c8dda38)
---
 bom/pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index c634848b29..f021c96b0f 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -49,7 +49,7 @@ It is therefore a copy of org.apache:apache, with customisations clearly identif
         Also the parent POM for the core framework and extensions.
     </description>
 
-    <properties>
+	<properties>
 
 		<!-- BUILD SPECIFICA -->
 
@@ -3000,12 +3000,6 @@ It is therefore a copy of org.apache:apache, with customisations clearly identif
                                 <goals>
                                     <goal>sign</goal>
                                 </goals>
-                                <configuration>
-                                    <gpgArguments>
-                                        <arg>--pinentry-mode</arg>
-                                        <arg>loopback</arg>
-                                    </gpgArguments>
-                                </configuration>
                             </execution>
                         </executions>
                     </plugin>


[causeway] 08/09: fixes error in release docs

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 09f1524365cf26a548c1f00dc3a9e659e930fb8e
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Mar 18 19:54:09 2023 +0000

    fixes error in release docs
---
 antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
index 77f58ce500..a87b6b7572 100644
--- a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
@@ -844,7 +844,7 @@ In all cases, votes last for 72 hours and require a +3 (binding) vote from membe
 [#start-voting-thread-on-dev-mailing-list]
 === Start voting thread on dev mailing list
 
-That is, link:mailto:dev@apache.causeway.org[]
+That is, link:mailto:dev@causeway.apache.org[]
 
 The following boilerplate is for a release of the Apache Causeway Core.
 Adapt as required: