This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
from a9f3468986 CAUSEWAY-3668: removes commons-email
new 1b2bf6842a CAUSEWAY-3668: deprecates previous emails service config
new 2f0364af66 CAUSEWAY-3668: adds EmailServiceDefault IntegTest
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:
.../core/config/CausewayConfiguration.java | 97 ++++++++++++++--
regressiontests/stable-config/pom.xml | 14 +++
.../config/EmailServiceDefault_IntegTest.java | 122 +++++++++++++++++++++
.../resources/application-config-test.properties | 9 ++
4 files changed, 230 insertions(+), 12 deletions(-)
create mode 100644
regressiontests/stable-config/src/test/java/org/apache/causeway/testdomain/config/EmailServiceDefault_IntegTest.java