This is an automated email from the ASF dual-hosted git repository.
svenmeier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git.
from 6238623 Small logging improvements to JMX Initializer
new d9275ce WICKET-6913 move package private
new 7fb9fa5 WICKET-6913 use pipe
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:
.../apache/wicket/proxy/LazyInitProxyFactory.java | 47 +++++----
.../wicket/proxy/LazyInitProxyFactoryTest.java | 85 ++--------------
.../PackagePrivateConcreteObject.java | 4 +-
.../proxy/packageprivate/PackagePrivateTest.java | 109 +++++++++++++++++++++
4 files changed, 142 insertions(+), 103 deletions(-)
rename wicket-ioc/src/test/java/org/apache/wicket/proxy/{ =>
packageprivate}/PackagePrivateConcreteObject.java (91%)
create mode 100644
wicket-ioc/src/test/java/org/apache/wicket/proxy/packageprivate/PackagePrivateTest.java