You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by ta...@apache.org on 2021/09/19 14:37:04 UTC

[deltaspike] branch master updated (2bf31a3 -> c529592)

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

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


    from 2bf31a3  Merge pull request #119 from beikov/DELTASPIKE-1432
     new 8f18bfa  DELTASPIKE-1426: Improve ProxyFactory performance on start
     new 14dd70f  DELTASPIKE-1426 add Proxyfactory unit test
     new c529592  Merge pull request #117 from skybber/DELTASPIKE-1426

The 2460 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:
 .../proxy/api/DeltaSpikeProxyFactory.java          |  14 +-
 .../proxy/api/DeltaSpikeProxyFactoryTest.java      | 200 +++++++++++++++++++++
 2 files changed, 211 insertions(+), 3 deletions(-)
 create mode 100644 deltaspike/modules/proxy/api/src/test/java/org/apache/deltaspike/proxy/api/DeltaSpikeProxyFactoryTest.java