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

mgrigorov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


    from 4affb7b184 [WICKET-7025] package private methods are intercepted by 
ByteBuddy (#552)
     new 12a803c96e WICKET-7005: ByteBuddy IllegalStateException: Cannot inject 
already loaded type
     new 5d46ca58cc WICKET-7005: Update the cherry-picked commit to jakarta.**

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:
 pom.xml                                            |  10 +-
 .../protocol/http/BufferedHttpServletResponse.java |  35 -----
 .../protocol/http/mock/MockHttpServletRequest.java |  42 ++---
 .../http/mock/MockHttpServletResponse.java         |  43 -----
 .../wicket/protocol/http/mock/MockHttpSession.java |  72 ---------
 .../protocol/http/mock/MockServletContext.java     |  68 ++------
 .../proxy/bytebuddy/ByteBuddyProxyFactory.java     |   2 +-
 wicket-request/src/main/java/module-info.java      |   1 +
 wicket-spring/pom.xml                              |   4 +
 .../injection/bytebuddy/ParallelInjectionTest.java | 175 +++++++++++++++++++++
 .../main/java/javax/servlet/ServletContext.java    |  20 ---
 .../javax/servlet/http/HttpServletRequest.java     |  26 +--
 .../main/java/javax/servlet/http/HttpSession.java  |  26 ---
 13 files changed, 238 insertions(+), 286 deletions(-)
 create mode 100644 
wicket-spring/src/test/java/org/apache/wicket/spring/injection/bytebuddy/ParallelInjectionTest.java

Reply via email to