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

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


    omit ca57b73794 CAUSEWAY-3591: fixes module-info.java
    omit be86d0c75e CAUSEWAY-3591: moves classes, is all
     add 9cce2a820c CAUSEWAY-3613: moves excel download classes into correct 
package
     add 1ca79f7ced Merge pull request #1911 from apache/CAUSEWAY-3613
     new 4bf813a9dc CAUSEWAY-3591: moves classes, is all
     new f9ce00959b CAUSEWAY-3591: fixes module-info.java

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   (ca57b73794)
            \
             N -- N -- N   refs/heads/CAUSEWAY-3591 (f9ce00959b)

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 2 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:
 .../wkt}/ui/CausewayModuleExtExcelDownloadWicketUi.java               | 4 ++--
 .../components => exceldownload/wkt/ui/viewer}/CellStyleProvider.java | 2 +-
 .../wkt/ui/viewer}/CollectionContentsAsExcelFactory.java              | 2 +-
 .../wkt/ui/viewer}/ExcelFileDownloadLink.java                         | 2 +-
 .../ui/components => exceldownload/wkt/ui/viewer}/ExcelFileModel.java | 2 +-
 .../components => exceldownload/wkt/ui/viewer}/_TimeConversion.java   | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)
 rename 
extensions/vw/exceldownload/wicket-ui/src/main/java/org/apache/causeway/extensions/{viewer/wicket/exceldownload
 => exceldownload/wkt}/ui/CausewayModuleExtExcelDownloadWicketUi.java (85%)
 rename 
extensions/vw/exceldownload/wicket-ui/src/main/java/org/apache/causeway/extensions/{viewer/wicket/exceldownload/ui/components
 => exceldownload/wkt/ui/viewer}/CellStyleProvider.java (97%)
 rename 
extensions/vw/exceldownload/wicket-ui/src/main/java/org/apache/causeway/extensions/{viewer/wicket/exceldownload/ui/components
 => exceldownload/wkt/ui/viewer}/CollectionContentsAsExcelFactory.java (97%)
 rename 
extensions/vw/exceldownload/wicket-ui/src/main/java/org/apache/causeway/extensions/{viewer/wicket/exceldownload/ui/components
 => exceldownload/wkt/ui/viewer}/ExcelFileDownloadLink.java (97%)
 rename 
extensions/vw/exceldownload/wicket-ui/src/main/java/org/apache/causeway/extensions/{viewer/wicket/exceldownload/ui/components
 => exceldownload/wkt/ui/viewer}/ExcelFileModel.java (99%)
 rename 
extensions/vw/exceldownload/wicket-ui/src/main/java/org/apache/causeway/extensions/{viewer/wicket/exceldownload/ui/components
 => exceldownload/wkt/ui/viewer}/_TimeConversion.java (94%)

Reply via email to