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

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


 discard f3ae4fdc38 CAUSEWAY-2485: fleshes out WrapperFactory
     add 811918df14 CAUSEWAY-3465 : extends rename script to also change 
https://.../schema to http://.../schema
     add 19ee05a3e3 CAUSEWAY-3466: removes surefire workaround for Wicket 
(wicket-graceful artifact)
     add eb631d79e3 CAUSEWAY-2297: refactors FileUtils.copyWithCrlf into more 
general purpose utility
     add 8c1111440d CAUSEWAY-2297: polishing FileUtils.copyLines
     new 91c74705fd CAUSEWAY-2485: fleshes out WrapperFactory

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f3ae4fdc38)
            \
             N -- N -- N   refs/heads/CAUSEWAY-2485 (91c74705fd)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 bom/pom.xml                                        |   8 +-
 .../org/apache/causeway/commons/io/FileUtils.java  |  36 +++++--
 scripts/ci/rename-all-published-sources.jsh        |   3 +
 .../value/ValueTypeGenTemplateTest.java            |  10 +-
 viewers/wicket/graceful/pom.xml                    | 117 ---------------------
 .../CausewayModuleViewerWicketGraceful.java        |  23 ----
 .../viewer/wicket/graceful/package-info.java       |  24 -----
 .../wicket-artifacts-no-module-info/readme.txt     |   3 -
 .../wicket-core-9.13.0.jar.mangled                 | Bin 2393559 -> 0 bytes
 .../wicket-util-9.13.0.jar.mangled                 | Bin 382011 -> 0 bytes
 viewers/wicket/model/pom.xml                       |   4 +-
 viewers/wicket/pom.xml                             |   1 -
 12 files changed, 43 insertions(+), 186 deletions(-)
 delete mode 100644 viewers/wicket/graceful/pom.xml
 delete mode 100644 
viewers/wicket/graceful/src/main/java/org/apache/causeway/viewer/wicket/graceful/CausewayModuleViewerWicketGraceful.java
 delete mode 100644 
viewers/wicket/graceful/src/main/java/org/apache/causeway/viewer/wicket/graceful/package-info.java
 delete mode 100644 
viewers/wicket/graceful/src/test/resources/wicket-artifacts-no-module-info/readme.txt
 delete mode 100644 
viewers/wicket/graceful/src/test/resources/wicket-artifacts-no-module-info/wicket-core-9.13.0.jar.mangled
 delete mode 100644 
viewers/wicket/graceful/src/test/resources/wicket-artifacts-no-module-info/wicket-util-9.13.0.jar.mangled

Reply via email to