This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch feature/WW-5402-autoload-classptah in repository https://gitbox.apache.org/repos/asf/struts.git
omit 885c9a51e WW-5402 Auto loads Tiles definitions from classpath add cda2a2b23 WW-5251 Reinstate deleted interfaces with transparent compat add 19698e1fd WW-5251 Fix ParameterAware add dc774c484 WW-5251 Reinstate RequestAware add 7281d7e2e Merge pull request #898 from apache/WW-5251-retrofit-compat add 6950fcb75 Enables required review by codeowners add 66c1ac431 Merge pull request #899 from apache/feature/codeowners-review add 93c11aaf6 WW-5251 Fix deprecated interface method signature add c774e23ef Merge pull request #900 from apache/WW-5251-retrofit-compat new 3e1c6f99f WW-5402 Auto loads Tiles definitions from classpath 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 (885c9a51e) \ N -- N -- N refs/heads/feature/WW-5402-autoload-classptah (3e1c6f99f) 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: .asf.yaml | 8 +++++- .../struts2/interceptor/ApplicationAware.java} | 18 ++++++------- .../struts2/interceptor/HttpParametersAware.java} | 18 ++++++------- .../struts2/interceptor/ParameterAware.java} | 27 ++++++++++--------- .../struts2/interceptor/PrincipalAware.java} | 16 +++++------ .../RequestAware.java} | 31 +++++++++++----------- .../struts2/interceptor/ServletRequestAware.java} | 18 ++++++------- .../struts2/interceptor/ServletResponseAware.java} | 18 ++++++------- .../apache/struts2/interceptor/SessionAware.java} | 18 ++++++------- .../{action => util}/ServletContextAware.java | 17 ++++++------ .../portlet/interceptor/PortletContextAware.java} | 15 +++++++---- .../interceptor/PortletPreferencesAware.java | 23 +++++----------- .../PortletRequestAware.java | 14 +++++----- .../PortletResponseAware.java | 14 +++++----- 14 files changed, 124 insertions(+), 131 deletions(-) copy core/src/{test/java/org/apache/struts2/interceptor/ExecuteAndWaitDelayAction.java => main/java/org/apache/struts2/interceptor/ApplicationAware.java} (74%) copy core/src/{test/java/org/apache/struts2/interceptor/ExecuteAndWaitDelayAction.java => main/java/org/apache/struts2/interceptor/HttpParametersAware.java} (73%) copy core/src/main/java/{com/opensymphony/xwork2/LocaleProviderFactory.java => org/apache/struts2/interceptor/ParameterAware.java} (65%) copy core/src/{test/java/org/apache/struts2/interceptor/ExecuteAndWaitDelayAction.java => main/java/org/apache/struts2/interceptor/PrincipalAware.java} (75%) copy core/src/main/java/org/apache/struts2/{views/freemarker/tags/DateModel.java => interceptor/RequestAware.java} (61%) copy core/src/{test/java/org/apache/struts2/interceptor/ExecuteAndWaitDelayAction.java => main/java/org/apache/struts2/interceptor/ServletRequestAware.java} (72%) copy core/src/{test/java/org/apache/struts2/interceptor/ExecuteAndWaitDelayAction.java => main/java/org/apache/struts2/interceptor/ServletResponseAware.java} (71%) copy core/src/{test/java/org/apache/struts2/interceptor/ExecuteAndWaitDelayAction.java => main/java/org/apache/struts2/interceptor/SessionAware.java} (76%) copy core/src/main/java/org/apache/struts2/{action => util}/ServletContextAware.java (73%) copy plugins/{rest/src/main/java/org/apache/struts2/rest/handler/xstream/XStreamPermissionProvider.java => portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletContextAware.java} (72%) copy core/src/test/java/com/opensymphony/xwork2/VoidResult.java => plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletPreferencesAware.java (69%) copy plugins/portlet/src/main/java/org/apache/struts2/portlet/{action => interceptor}/PortletRequestAware.java (71%) copy plugins/portlet/src/main/java/org/apache/struts2/portlet/{action => interceptor}/PortletResponseAware.java (71%)