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

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


    from b9fda43f92f CAUSEWAY-3866: removes references to shiro
     new f83ecffdc76 CAUSEWAY-3866: removes resteasy references
     new 8fdddfdfff2 CAUSEWAY-3866: replaces references on javax.xml.bind to 
jakarta.xml.bind
     new 08373648d18 CAUSEWAY-3866: more tidy up
     new 93ab0b1f820 CAUSEWAY-3866: fixes up CausewayPresets
     new e559f73d47d CAUSEWAY-3866: moves module-info.java (for jpa/applib) 
from src/main/java-jigsaw ...
     new 8557057dd8c CAUSEWAY-3866: adds docs for Embeddable, Entity, value 
types
     new 23b49adaeca adds docs for @Table and @Transient
     new 53f575fbe4a CAUSEWAY-3866: removes references to joda

The 8 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:
 .../pages/index/mixins/dto/hooks/Dto_see-also.adoc |   8 +-
 .../pages/index/value/hooks/Blob_usage-notes.adoc  |   2 +-
 .../pages/index/value/hooks/Clob_usage-notes.adoc  |   2 +-
 ...egotiationServiceXRoDomainType_usage-notes.adoc |   2 +-
 .../refguide/modules/applib-ant/pages/Column.adoc  |   5 +
 .../modules/applib-ant/pages/Embeddable.adoc       |  85 ++
 .../refguide/modules/applib-ant/pages/Entity.adoc  |  31 +-
 .../modules/applib-ant/pages/Nullable.adoc         |   5 +-
 .../refguide/modules/applib-ant/pages/Table.adoc   |  25 +-
 .../modules/applib-ant/pages/Transient.adoc        |  43 ++
 .../modules/applib-ant/partials/about/jaxb.adoc    |   4 +-
 .../modules/applib-ant/partials/about/jpa.adoc     |  34 +-
 .../modules/applib-classes/pages/value-types.adoc  |  83 +-
 .../modules/ROOT/pages/2025/4.0.0-M1/mignotes.adoc |  65 +-
 .../2.0.0-M1/mignotes/removed-annotations.adoc     |   2 +-
 .../userguide/modules/ROOT/pages/overview.adoc     |   2 +-
 .../userguide/modules/ROOT/pages/value-types.adoc  |  20 +-
 .../properties-collections-actions/actions.adoc    |   4 +-
 .../collections.adoc                               |   2 +-
 .../properties-collections-actions/properties.adoc |   6 +-
 .../partials/view-models/jaxb-view-models.adoc     |  52 +-
 .../src/main/adoc/modules/config/pages/about.adoc  |  32 +-
 .../config/pages/section-hooks/resteasy~post.adoc  |   4 -
 .../config/pages/section-hooks/resteasy~pre.adoc   |   4 -
 .../pages/sections/causeway.viewer.graphql.adoc    |  16 +-
 .../modules/config/pages/sections/resteasy.adoc    |  41 -
 .../presets/DebugCausewayInteraction.properties    |   7 +-
 .../core/config/presets/DebugDiscovery.properties  |   5 +-
 .../DebugInteractionScopedServices.properties      |   1 +
 .../core/config/presets/DebugMetaModel.properties  |   7 +-
 .../presets/DebugProgrammingModel.properties       |   9 +-
 .../DebugTransactionScopedServices.properties      |   1 +
 .../presets/H2InMemory_withUniqueSchema.properties |   5 +-
 .../core/config/presets/IntrospectFully.properties |   5 +-
 .../config/presets/IntrospectLazily.properties     |   5 +-
 .../core/config/presets/NoTranslations.properties  |   5 +-
 .../config/presets/SilenceMetaModel.properties     |   7 +-
 .../presets/SilenceProgrammingModel.properties     |  34 +-
 .../core/config/presets/SilenceWicket.properties   |   5 +-
 .../main/adoc/modules/webapp/pages/webmodules.html | 851 ---------------------
 .../adoc/modules/executionoutbox/pages/about.adoc  |   4 +-
 .../src/test/resources/application-test.yml        |   8 +-
 .../cors/impl/CausewayModuleExtCors.java           |   2 +-
 persistence/jpa/applib/pom.xml                     |   3 +-
 .../main/{java-jigsaw => java}/module-info.java    |   0
 .../adoc/modules/fakedata/pages/about.adoc         |   3 -
 testing/fakedata/integtests/translations.pot       |  24 -
 .../adoc/modules/ROOT/partials/component-nav.adoc  |   1 -
 valuetypes/asciidoc/builder/pom.xml                |  22 +-
 valuetypes/asciidoc/pom.xml                        |   9 -
 valuetypes/asciidoc/ui/pom.xml                     |  22 +-
 .../modules/ROOT/pages/content-negotiation.adoc    |   2 +-
 .../modules/ROOT/partials/security/webmodule.adoc  |   2 +-
 .../service/valuerender/_JsonValueConverters.java  | 292 +------
 .../pages/extending/replacing-page-elements.adoc   |   2 +-
 55 files changed, 519 insertions(+), 1403 deletions(-)
 create mode 100644 
antora/components/refguide/modules/applib-ant/pages/Embeddable.adoc
 create mode 100644 
antora/components/refguide/modules/applib-ant/pages/Transient.adoc
 delete mode 100644 
core/config/src/main/adoc/modules/config/pages/section-hooks/resteasy~post.adoc
 delete mode 100644 
core/config/src/main/adoc/modules/config/pages/section-hooks/resteasy~pre.adoc
 delete mode 100644 
core/config/src/main/adoc/modules/config/pages/sections/resteasy.adoc
 delete mode 100644 
core/webapp/src/main/adoc/modules/webapp/pages/webmodules.html
 rename persistence/jpa/applib/src/main/{java-jigsaw => java}/module-info.java 
(100%)

Reply via email to