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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 7281d7e2ee49cfcb0c0d3f5723fa9b2ca7466ad6
Merge: cdc931e26 dc774c484
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Sat Mar 30 08:52:41 2024 +0100

    Merge pull request #898 from apache/WW-5251-retrofit-compat
    
    WW-5251 Reinstate deleted interfaces with transparent compat

 .../struts2/interceptor/ApplicationAware.java      | 32 +++++++++++++++++
 .../struts2/interceptor/HttpParametersAware.java   | 32 +++++++++++++++++
 .../apache/struts2/interceptor/ParameterAware.java | 36 +++++++++++++++++++
 .../apache/struts2/interceptor/PrincipalAware.java | 30 ++++++++++++++++
 .../apache/struts2/interceptor/RequestAware.java   | 41 ++++++++++++++++++++++
 .../struts2/interceptor/ServletRequestAware.java   | 32 +++++++++++++++++
 .../struts2/interceptor/ServletResponseAware.java  | 32 +++++++++++++++++
 .../apache/struts2/interceptor/SessionAware.java   | 32 +++++++++++++++++
 .../apache/struts2/util/ServletContextAware.java   | 32 +++++++++++++++++
 .../portlet/interceptor/PortletContextAware.java   | 32 +++++++++++++++++
 .../interceptor/PortletPreferencesAware.java       | 32 +++++++++++++++++
 .../portlet/interceptor/PortletRequestAware.java   | 32 +++++++++++++++++
 .../portlet/interceptor/PortletResponseAware.java  | 32 +++++++++++++++++
 13 files changed, 427 insertions(+)

Reply via email to