Skip to content

Commit da8f538

Browse files
author
Greg Meyer
authored
Merge pull request #6 from DirectProjectJavaRI/develop
6.0.1 release
2 parents 3d2e16e + 352435c commit da8f538

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>gateway</artifactId>
66
<name>Direct Project Agent Gateways.</name>
7-
<version>6.0</version>
7+
<version>6.0.1</version>
88
<description>Direct Project security agent gateways and bridges.</description>
99
<inceptionYear>2010</inceptionYear>
1010
<url>https://github.com/DirectProjectJavaRI/gateway</url>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>org.nhind</groupId>
6464
<artifactId>agent</artifactId>
65-
<version>6.0</version>
65+
<version>6.0.1</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.nhind</groupId>

src/main/java/org/nhindirect/gateway/smtp/SmtpAgentFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public static SmtpAgentFactory getInstance(CertificateService certService, Trust
132132
return INSTANCE;
133133
}
134134

135-
private SmtpAgentFactory(CertificateService certService, TrustBundleService bundleService, DomainService domainService,
135+
protected SmtpAgentFactory(CertificateService certService, TrustBundleService bundleService, DomainService domainService,
136136
AnchorService anchorService, SettingService settingService, CertPolicyService polService, Auditor auditor, KeyStoreProtectionManager keyStoreMgr)
137137
{
138138
this.certService = certService;

src/site/apt/releaseNotes.apt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,42 @@
66
Greg Meyer
77
---
88

9+
{6.0.1}
10+
11+
Changes included with release 6.0.1
12+
13+
[]
14+
15+
Enhancements
16+
17+
* NA
18+
19+
[]
20+
21+
Bug Fixes
22+
23+
* Allowing SmtpAgentFactory to be extensible for custom HISP implementation.
24+
25+
{6.0}
26+
27+
Changes included with release 6.0
28+
29+
[]
30+
31+
Enhancements
32+
33+
* Requires Java 8
34+
35+
* Incorporation/Upgrade to Spring 5, SpringBoot 2.1, and SpringCloud Greenwich.
36+
37+
* Removal of Google Guice IoC framework
38+
39+
[]
40+
41+
Bug Fixes
42+
43+
* NA
44+
945
{4.2.2}
1046

1147
Changes included with release 4.2.2

0 commit comments

Comments
 (0)