You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2020/09/28 06:33:30 UTC

[isis] branch ISIS-2222 updated (0de92dd -> 53b09aa)

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

danhaywood pushed a change to branch ISIS-2222
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 0de92dd  ISIS-2437: Tooling: add c4modeling (stubs)
     add 78c90a2  ISIS-2437: Commons: new text processing primitives (_Text)
     add ab52c09  ISIS-2437: Commons: new text processing primitives (_Text) (2)
     add e17327c  ISIS-2437: Tooling: adds first C4 model test
     add 27fc8b6  ISIS-2437: Tooling: adds first C4 model test (2)
     add 4d4bfa5  Bump maven-assembly-plugin from 3.0.0 to 3.3.0
     add 6fc4405  Merge pull request #210 from apache/dependabot/maven/org.apache.maven.plugins-maven-assembly-plugin-3.3.0
     add 14a6bfc  ISIS-2437: Tooling/Commons: house keeping
     add f7944d9  ISIS-2341: Bumps [flexmark-all] from 0.34.32 to 0.62.2.
     add d776505  ISIS-2437: add c4 diagrams to System Overview (no relations yet)
     add 8d1f1bd  ISIS-2437: add relations to c4 diagrams (System Overview)
     add c6986d1  ISIS-2437: fixing lombok issue
     add 122c8cd  ISIS-2437: fixing lombok issue (2)
     add 2905337  Bump docx4j from 3.2.1 to 6.1.2
     add 8233aa3  Merge pull request #212 from apache/dependabot/maven/org.docx4j-docx4j-6.1.2
     add 01d54d4  Bump actions/checkout from v2.3.2 to v2.3.3
     add f9fe2e2  Merge pull request #214 from apache/dependabot/github_actions/actions/checkout-v2.3.3
     add 01f7404  ISIS-2341: remove duplicated wicket-bootstrap-core.version
     add 274c70c  ISIS-2033: rename jdo's MetricsServiceDefault -> MetricsServiceForJdo
     add 0731a67  ISIS-2033: adds MetricsService for JPA (stub)
     add ed97512  ISIS-2033: house keeping
     add 640975f  ISIS-2341: CI: speed up maven build (1 thread per core)
     add ee31e0a  ISIS-2341: CI: speed up maven build (activate action cache)
     add 9a0a748  ISIS-2033: simplified way to override java source compliance level
     add 50e7286  Bump org.eclipse.persistence.moxy from 2.7.5 to 2.7.7
     add 597bb46  Merge pull request #216 from apache/dependabot/maven/org.eclipse.persistence-org.eclipse.persistence.moxy-2.7.7
     add aa7c0c2  Bump git-commit-id-plugin from 3.0.1 to 4.0.2
     add f668fe0  Merge pull request #217 from apache/dependabot/maven/pl.project13.maven-git-commit-id-plugin-4.0.2
     add 4cbe240  ISIS-2033: simplified JPA entity reference URLs (f. primitive key types)
     add f765729  ISIS-2033: JPA key serializer efficiency (reuse serializer instances)
     add 1d22a61  Bump commons-logging from 1.2 to 99.0-does-not-exist
     add 8b1d6fd  Merge pull request #213 from apache/dependabot/maven/commons-logging-commons-logging-99.0-does-not-exist
     add 53b09aa  ISIS-2341: remove commons-logging deps. (if breaks anything can always revert)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci-build-core-no-push-gradle.yml |    2 +-
 .github/workflows/ci-build-core-no-push-maven.yml  |   16 +-
 .github/workflows/ci-build-site-no-push.yml        |    2 +-
 .../system/modules/ROOT/pages/about.adoc           | 1527 +++++++++++++++++++-
 .../modules/applib-svc/pages/MetricsService.adoc   |    5 +-
 commons/pom.xml                                    |    5 +
 .../isis/commons/internal/base/_Strings.java       |   31 +-
 .../apache/isis/commons/internal/base/_Text.java   |  315 ++++
 .../{binding/_Bindables.java => graph/_Graph.java} |   30 +-
 .../isis/commons/internal/base/BytesTest.java      |  138 +-
 .../isis/commons/internal/base/NullSafeTest.java   |   50 +-
 .../isis/commons/internal/base/ReductionTest.java  |   19 +-
 .../isis/commons/internal/base/StringsTest.java    |   95 +-
 .../isis/commons/internal/base/TextTest.java       |   75 +
 .../DebugTransactionScopedServices.properties      |    2 +-
 core/pom.xml                                       |   27 +-
 examples/demo/javafx/pom.xml                       |   20 +-
 .../simpleapp1_16_0/RESTFUL_DOMAIN_TYPES.kt        |    2 +-
 incubator/viewers/javafx/pom.xml                   |   21 +-
 isis-parent/pom.xml                                |    2 +-
 mavendeps/webapp/pom.xml                           |    6 -
 .../datanucleus5/IsisModuleJdoDataNucleus5.java    |    4 +-
 ...rviceDefault.java => MetricsServiceForJdo.java} |    4 +-
 .../apache/isis/persistence/jpa/IsisModuleJpa.java |    3 +-
 .../jpa/metamodel/JpaEntityFacetFactory.java       |  143 +-
 .../metamodel/metrics/MetricsServiceForJpa.java    |   34 +-
 regressiontests/pom.xml                            |   14 +-
 .../bootstrapping/builtin-domain-services.list     |    2 +-
 .../bootstrapping/builtin-requestscoped.list       |    2 +-
 starters/pom.xml                                   |    5 +-
 .../main/java/org/apache/isis/tooling/c4/C4.java   |  111 ++
 .../org/apache/isis/tooling/c4/test/C4Test.java    |  130 ++
 .../isis/tooling/c4/test/baeldung-example-v1.puml  |   34 +
 .../isis/tooling/c4/test/baeldung-example-v2.puml  |   33 +
 tooling/cli/pom.xml                                |    5 +
 .../isis/tooling/cli/projdoc/ProjectDocModel.java  |   87 +-
 .../isis/tooling/model4adoc/AsciiDocFactory.java   |   52 +
 .../tooling/adocmodel/test/AsciiDocWriterTest.java |   30 +-
 .../apache/isis/tooling/adocmodel/test/Util.java   |   34 -
 tooling/pom.xml                                    |   18 +-
 .../projectmodel/test/GradleSettingsTest.java      |    8 +-
 .../markdown/applib/value/Converter.java           |    2 +-
 valuetypes/markdown/pom.xml                        |    2 +-
 .../services/TranslationsResolverWicket.java       |    6 +-
 44 files changed, 2774 insertions(+), 379 deletions(-)
 create mode 100644 commons/src/main/java/org/apache/isis/commons/internal/base/_Text.java
 copy commons/src/main/java/org/apache/isis/commons/internal/{binding/_Bindables.java => graph/_Graph.java} (65%)
 create mode 100644 commons/src/test/java/org/apache/isis/commons/internal/base/TextTest.java
 rename persistence/jdo/datanucleus-5/src/main/java/org/apache/isis/persistence/jdo/datanucleus5/metrics/{MetricsServiceDefault.java => MetricsServiceForJdo.java} (97%)
 copy core/runtimeservices/src/main/java/org/apache/isis/core/runtimeservices/userprof/UserProfileServiceDefault.java => persistence/jpa/model/src/main/java/org/apache/isis/persistence/jpa/metamodel/metrics/MetricsServiceForJpa.java (62%)
 create mode 100644 tooling/c4modeling/src/test/java/org/apache/isis/tooling/c4/test/C4Test.java
 create mode 100644 tooling/c4modeling/src/test/resources/org/apache/isis/tooling/c4/test/baeldung-example-v1.puml
 create mode 100644 tooling/c4modeling/src/test/resources/org/apache/isis/tooling/c4/test/baeldung-example-v2.puml
 delete mode 100644 tooling/model4adoc/src/test/java/org/apache/isis/tooling/adocmodel/test/Util.java