Skip to content

Commit 30fb7af

Browse files
committed
Some renamings
1 parent df9dca2 commit 30fb7af

File tree

5 files changed

+7
-11
lines changed

5 files changed

+7
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# phase2
1+
# phase2 (formerly known as "as2-lib")
22

33
[![Maven Central](https://img.shields.io/maven-central/v/com.helger.as2/as2-lib-parent-pom)](https://img.shields.io/maven-central/v/com.helger.as2/as2-lib-parent-pom)
44
[![javadoc](https://javadoc.io/badge2/com.helger.as2/as2-lib/javadoc.svg)](https://javadoc.io/doc/com.helger.as2/as2-lib)
@@ -16,7 +16,7 @@ This library is a fork of [OpenAS2](http://sourceforge.net/projects/openas2/) wh
1616
I then split the project into a common library part (the "as2-lib" submodule) and a server part (the "as2-server" submodule) which contains a stand alone (socket) server.
1717
The library project also contains a simple AS2 client which can be used to send messages to other AS2 servers (as part of "as2-lib").
1818

19-
Per 09/2025 the library was renamed to "phase2" to match the name of the library [phase4](https://github.com/phax/phase4) which is an AS4 implementation.
19+
Per 09/2025 the library was renamed to "phase2" to match the name of the library [phase4](https://github.com/phax/phase4) which is an OpenSource AS4 implementation.
2020

2121
---
2222

phase2-demo-spring-boot/config/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
limitations under the License.
1818
1919
-->
20-
<openas2>
20+
<phase2>
2121
<certificates classname="com.helger.phase2.cert.CertificateFactory"
2222
type="pkcs12"
2323
filename="%home%/certs.p12"
@@ -47,4 +47,4 @@
4747
<!-- Only needed to receive asynchronous MDNs -->
4848
<module classname="com.helger.phase2.servlet.util.AS2ServletMDNReceiverModule" />
4949
</processor>
50-
</openas2>
50+
</phase2>

phase2-demo-webapp/config/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
limitations under the License.
1818
1919
-->
20-
<openas2>
20+
<phase2>
2121
<certificates classname="com.helger.phase2.cert.CertificateFactory"
2222
type="pkcs12"
2323
filename="%home%/certs.p12"
@@ -58,4 +58,4 @@
5858
<!-- Custom handler for incoming AS2 messages -->
5959
<module classname="com.helger.phase2.webapp.module.MyHandlerModule"/>
6060
</processor>
61-
</openas2>
61+
</phase2>

phase2-server/doc/Readme.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,3 @@ To import a public certificate:
2323
To import a public certificate and it's private key:
2424

2525
#>cert import <x509 alias> <.p12 filename> <password to access private key in .p12 file>
26-
27-
28-
29-

phase2-server/doc/configurationDefinitions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h3>Processor Class: com.helger.phase2.server.cmdprocessor.StreamCommandProcesso
8181
<h3>This file requires modification to work with your application</h3>
8282
<h3>File Layout</h3>
8383
<ul>
84-
<li>Node:<b> openas2 </b>
84+
<li>Node:<b> phase2 </b>
8585
<ul>
8686

8787
<li>Node:<b> certificates </b>

0 commit comments

Comments
 (0)