This is an automated email from the ASF dual-hosted git repository. btellier pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/james-jspf.git
from 6b12046 Drop Log4J new db8d03d [UPGRADES] Various library updates new df83697 [UPGRADES] Drop failing maven plugins new 3ea9bff [UPGRADES] Drop uk.nominet:dnsjnio The 3 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: assemble/pom.xml | 4 - pom.xml | 13 +- resolver/pom.xml | 52 ------ .../org/apache/james/jspf/core/DNSService.java | 4 + ...FExecutor.java => AsynchronousSPFExecutor.java} | 186 +++++++++++---------- .../james/jspf/impl/DNSJnioAsynchService.java | 134 --------------- .../james/jspf/impl/DNSServiceXBillImpl.java | 32 +++- .../main/java/org/apache/james/jspf/impl/SPF.java | 4 +- .../org/apache/james/jspf/AbstractYamlTest.java | 58 ++----- .../org/apache/james/jspf/LoggingDNSService.java | 52 ++++-- .../james/jspf/MailZoneAsynchronousYamlTest.java | 2 +- tester/pom.xml | 41 ----- .../apache/james/jspf/tester/DNSTestingServer.java | 16 +- 13 files changed, 204 insertions(+), 394 deletions(-) copy resolver/src/main/java/org/apache/james/jspf/executor/{SynchronousSPFExecutor.java => AsynchronousSPFExecutor.java} (52%) delete mode 100644 resolver/src/main/java/org/apache/james/jspf/impl/DNSJnioAsynchService.java --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org