Skip to content

Commit ff9f3a9

Browse files
committed
Deprecated profile EESPA
1 parent a8c4bc8 commit ff9f3a9

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed

phase4-profile-eespa/src/main/java/com/helger/phase4/profile/eespa/AS4EESPAProfileRegistarSPI.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@
3333
* Library specific implementation of {@link IAS4ProfileRegistrarSPI}.
3434
*
3535
* @author OpusCapita
36+
* @deprecated As GENA will leverage the Peppol Network
3637
*/
3738
@IsSPIImplementation
39+
@Deprecated (forRemoval = true, since = "3.0.5")
3840
public final class AS4EESPAProfileRegistarSPI implements IAS4ProfileRegistrarSPI
3941
{
4042
// The IDs are unchanged for backwards compatibility

phase4-profile-eespa/src/main/java/com/helger/phase4/profile/eespa/EESPACompatibilityValidator.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@
5353
* Validate certain requirements imposed by the EESPA project.
5454
*
5555
* @author OpusCapita
56+
* @deprecated As GENA will leverage the Peppol Network
5657
*/
58+
@Deprecated (forRemoval = true, since = "3.0.5")
5759
public class EESPACompatibilityValidator implements IAS4ProfileValidator
5860
{
5961
public EESPACompatibilityValidator ()

phase4-profile-eespa/src/main/java/com/helger/phase4/profile/eespa/EESPAPMode.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
*
5151
* @author OpusCapita
5252
*/
53+
@Deprecated (forRemoval = true, since = "3.0.5")
5354
@Immutable
5455
public final class EESPAPMode
5556
{

phase4-profile-eespa/src/test/java/com/helger/phase4/profile/eespa/EESPACompatibilityValidatorTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
*
6262
* @author Philip Helger
6363
*/
64+
@Deprecated (forRemoval = true, since = "3.0.5")
6465
public final class EESPACompatibilityValidatorTest
6566
{
6667
@ClassRule
@@ -146,7 +147,8 @@ public void testValidatePModeProtocolAddressIsNotHttp ()
146147
@Test
147148
public void testValidatePModeProtocolSOAP11NotAllowed ()
148149
{
149-
m_aPMode.setLeg1 (new PModeLeg (new PModeLegProtocol ("https://test.com", ESoapVersion.SOAP_11),
150+
m_aPMode.setLeg1 (new PModeLeg (new PModeLegProtocol ("https://test.com",
151+
ESoapVersion.SOAP_11),
150152
null,
151153
null,
152154
null,

phase4-profile-eespa/src/test/java/com/helger/phase4/profile/eespa/EESPAPModeTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
*
3232
* @author Philip Helger
3333
*/
34+
@Deprecated (forRemoval = true, since = "3.0.5")
3435
public final class EESPAPModeTest
3536
{
3637
@ClassRule

0 commit comments

Comments
 (0)