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 2019/01/29 20:29:25 UTC

[isis] branch 2033-IoC updated (b33d1b9 -> 65f9d51)

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

ahuber pushed a change to branch 2033-IoC
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from b33d1b9  ISIS-2033: simple-app: let CDI bootstrap Spring
     new 05f4285  ISIS-2094: uses 'isis.version' in root pom to enable -Drevision=... in CI builds
     new 96ffac1  ISIS-1989: fixes tooltips for disabled action button
     new 4d78a59  INFRA-17745: updates docs, isis-site moved to github
     new ee9bdef  ISIS-2072: now any exception will cause fallback welcome text to be used
     new a5dc8cd  Merge remote-tracking branch 'origin/master' into v2
     new 65f9d51  merged v2->IoC

The 10261 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:
 adocs/documentation/pom.xml                        |  4 +-
 .../documentation/src/main/asciidoc/doap_isis.rdf  |  8 +-
 .../cgcom/_cgcom_asciidoc-publish-procedure.adoc   | 11 ++-
 .../cgcom/_cgcom_post-release-successful.adoc      |  2 +-
 .../src/main/asciidoc/guides/dg/_dg_asciidoc.adoc  |  2 +-
 .../main/asciidoc/guides/dg/_dg_building-isis.adoc |  2 +-
 core/pom.xml                                       | 92 +++++++++++-----------
 .../wicket/viewer/IsisWicketApplication.java       |  3 +-
 .../viewer/wicket/model/links/LinkAndLabel.java    | 10 +--
 .../entityactions/AdditionalLinksPanel.java        |  6 +-
 .../entityactions/EntityActionLinkFactory.java     | 29 +------
 .../serviceactions/ServiceActionLinkFactory.java   |  2 +-
 .../linkandlabel/ActionLinkFactoryAbstract.java    |  5 +-
 13 files changed, 72 insertions(+), 104 deletions(-)