This is an automated email from the ASF dual-hosted git repository.
thiagohp pushed a change to branch 5.4.x
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git.
from f477935 TAP5-2075 - Fix tests
new 08b03f4 Revert "TAP5-2582: Service creation for Hibernate Session
results in"
new b8f4a67 TAP5-2582: Service creation for Hibernate Session results in
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:
.../internal/services/PlasticProxyFactoryImpl.java | 14 +-
.../ioc/services/PlasticProxyFactory.java | 15 ++
.../internal/plastic/PlasticClassImpl.java | 203 +++++++++------------
.../tapestry5/plastic/MethodDescription.java | 15 --
.../apache/tapestry5/plastic/PlasticManager.java | 56 +++++-
tapestry-ioc/build.gradle | 6 +-
.../apache/tapestry5/ioc/internal/ModuleImpl.java | 6 +-
.../groovy/ioc/specs/GeneralIntegrationSpec.groovy | 24 +++
.../tapestry5/ioc/internal/AdviceModule.java | 17 --
9 files changed, 197 insertions(+), 159 deletions(-)