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 2021/07/27 10:22:04 UTC

[isis] branch 2826-lightw.prop.ch.tr updated (6a57f38 -> d00202a)

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

ahuber pushed a change to branch 2826-lightw.prop.ch.tr
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 6a57f38  ISIS-2826: fixes JPA execution publishing tests
     add bb74b14  ISIS-2802: changes Asciidoc and Markdown to store as markup text
     add 32cb780  ISIS-2802: implements title correctly for AsciiDoc and Markdown
     add 784be49  ISIS-2802: further improvements on AsciiDoc and Markdown, fixes the Wicket UI panel.
     add 5485d91  Merge pull request #691 from apache/ISIS-2802
     add 82a65fb  Bump vaadin-maven-plugin from 20.0.4 to 20.0.5
     add 05cfcd2  Merge pull request #693 from apache/dependabot/maven/master/com.vaadin-vaadin-maven-plugin-20.0.5
     add d00202a  Merge remote-tracking branch 'origin/master' into 2826-lightw.prop.ch.tr

No new revisions were added by this update.

Summary of changes:
 core/pom.xml                                       |  2 +-
 .../_infra/resources/AsciiDocReaderService.java    | 21 +++++++----------
 .../_infra/resources/MarkdownReaderService.java    |  8 +++----
 .../isisext/asciidocs/jdo/IsisAsciiDocJdo.java     |  7 +++---
 .../isisext/asciidocs/jpa/IsisAsciiDocJpa.java     |  7 +++---
 examples/demo/vaadin/pom.xml                       |  2 +-
 .../asciidoc/applib/jaxb/AsciiDocJaxbAdapter.java  |  6 ++---
 .../valuetypes/asciidoc/applib/value/AsciiDoc.java | 27 +++++++++++-----------
 .../facets/AsciiDocValueSemanticsProvider.java     | 12 +++++-----
 .../jdo/dn5/converters/IsisAsciiDocConverter.java  |  4 ++--
 .../jpa/converters/IsisAsciiDocConverter.java      |  4 ++--
 .../markdown/applib/jaxb/MarkdownJaxbAdapter.java  |  8 +++----
 .../valuetypes/markdown/applib/value/Markdown.java | 27 +++++++++++-----------
 .../facets/MarkdownValueSemanticsProvider.java     | 12 +++++-----
 .../jdo/dn5/converters/IsisMarkdownConverter.java  |  4 ++--
 .../jpa/converters/IsisMarkdownConverter.java      |  4 ++--
 .../scalars/markup/ParentedMarkupPanel.java        |  5 ++--
 .../scalars/string/MultiLineStringPanel.java       | 18 +++++++++------
 18 files changed, 85 insertions(+), 93 deletions(-)