Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jul 7, 2020
1 parent 5460cdc commit a1bbfa6
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.w3c.dom.Element;

import com.helger.bdve.api.result.ValidationResultList;
import com.helger.bdve.peppol.PeppolValidation3_10_0;
import com.helger.bdve.peppol.PeppolValidation3_10_1;
import com.helger.commons.debug.GlobalDebug;
import com.helger.peppol.sml.ESML;
import com.helger.peppolid.IParticipantIdentifier;
Expand Down Expand Up @@ -82,7 +82,7 @@ public static void main (final String [] args)
.payload (aPayloadElement)
.smpClient (new SMPClientReadOnly (Phase4PeppolSender.URL_PROVIDER, aReceiverID, ESML.DIGIT_TEST))
.rawResponseConsumer (new AS4RawResponseConsumerWriteToFile ())
.validationConfiguration (PeppolValidation3_10_0.VID_OPENPEPPOL_INVOICE_V3,
.validationConfiguration (PeppolValidation3_10_1.VID_OPENPEPPOL_INVOICE_V3,
new Phase4PeppolValidatonResultHandler ()
{
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.slf4j.LoggerFactory;
import org.w3c.dom.Element;

import com.helger.bdve.peppol.PeppolValidation3_10_0;
import com.helger.bdve.peppol.PeppolValidation3_10_1;
import com.helger.commons.system.SystemProperties;
import com.helger.peppol.sml.ESML;
import com.helger.peppolid.IParticipantIdentifier;
Expand Down Expand Up @@ -89,7 +89,7 @@ public void onAS4Message (final AbstractAS4Message <?> aMsg)
.payload (aPayloadElement)
.smpClient (new SMPClientReadOnly (Phase4PeppolSender.URL_PROVIDER, aReceiverID, ESML.DIGIT_TEST))
.rawResponseConsumer (new AS4RawResponseConsumerWriteToFile ())
.validationConfiguration (PeppolValidation3_10_0.VID_OPENPEPPOL_INVOICE_V3,
.validationConfiguration (PeppolValidation3_10_1.VID_OPENPEPPOL_INVOICE_V3,
new Phase4PeppolValidatonResultHandler ())
.buildMessageCallback (aBuildMessageCallback)
.sendMessage ()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.slf4j.LoggerFactory;
import org.w3c.dom.Element;

import com.helger.bdve.peppol.PeppolValidation3_10_0;
import com.helger.bdve.peppol.PeppolValidation3_10_1;
import com.helger.commons.system.SystemProperties;
import com.helger.peppolid.IParticipantIdentifier;
import com.helger.phase4.dump.AS4DumpManager;
Expand Down Expand Up @@ -108,7 +108,7 @@ public static void main (final String [] args)
"-----END CERTIFICATE-----\r\n"),
"https://www.zweikommadrei.de/as4")
.rawResponseConsumer (new AS4RawResponseConsumerWriteToFile ())
.validationConfiguration (PeppolValidation3_10_0.VID_OPENPEPPOL_INVOICE_V3,
.validationConfiguration (PeppolValidation3_10_1.VID_OPENPEPPOL_INVOICE_V3,
new Phase4PeppolValidatonResultHandler ())
.sendMessage ()
.isSuccess ())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public static void main (final String [] args)
"-----END CERTIFICATE-----"),
"https://peppol-dev.strands.com/api-hub/as4")
.rawResponseConsumer (new AS4RawResponseConsumerWriteToFile ())
.validationConfiguration (PeppolValidationSG.VID_OPENPEPPOL_BIS3_SG_UBL_INVOICE_102,
.validationConfiguration (PeppolValidationSG.VID_OPENPEPPOL_BIS3_SG_UBL_INVOICE_103,
new Phase4PeppolValidatonResultHandler ())
.sendMessage ()
.isSuccess ())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.slf4j.LoggerFactory;
import org.w3c.dom.Element;

import com.helger.bdve.peppol.PeppolValidation3_10_0;
import com.helger.bdve.peppol.PeppolValidation3_10_1;
import com.helger.commons.system.SystemProperties;
import com.helger.peppol.sml.ESML;
import com.helger.peppolid.IParticipantIdentifier;
Expand Down Expand Up @@ -75,7 +75,7 @@ public static void main (final String [] args)
.payload (aPayloadElement)
.smpClient (new SMPClientReadOnly (Phase4PeppolSender.URL_PROVIDER, aReceiverID, ESML.DIGIT_TEST))
.rawResponseConsumer (new AS4RawResponseConsumerWriteToFile ())
.validationConfiguration (PeppolValidation3_10_0.VID_OPENPEPPOL_INVOICE_V3,
.validationConfiguration (PeppolValidation3_10_1.VID_OPENPEPPOL_INVOICE_V3,
new Phase4PeppolValidatonResultHandler ())
.sendMessage ()
.isSuccess ())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.slf4j.LoggerFactory;
import org.w3c.dom.Element;

import com.helger.bdve.peppol.PeppolValidation3_10_0;
import com.helger.bdve.peppol.PeppolValidation3_10_1;
import com.helger.commons.system.SystemProperties;
import com.helger.peppol.sml.ESML;
import com.helger.peppolid.IParticipantIdentifier;
Expand Down Expand Up @@ -75,7 +75,7 @@ public static void main (final String [] args)
.payload (aPayloadElement)
.smpClient (new SMPClientReadOnly (Phase4PeppolSender.URL_PROVIDER, aReceiverID, ESML.DIGIT_TEST))
.rawResponseConsumer (new AS4RawResponseConsumerWriteToFile ())
.validationConfiguration (PeppolValidation3_10_0.VID_OPENPEPPOL_INVOICE_V3,
.validationConfiguration (PeppolValidation3_10_1.VID_OPENPEPPOL_INVOICE_V3,
new Phase4PeppolValidatonResultHandler ())
.sendMessage ()
.isSuccess ())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import com.helger.bdve.peppol.PeppolValidation3_10_0;
import com.helger.bdve.peppol.PeppolValidation3_10_1;
import com.helger.commons.id.factory.FileIntIDFactory;
import com.helger.commons.id.factory.GlobalIDFactory;
import com.helger.commons.io.file.SimpleFileIO;
Expand Down Expand Up @@ -83,7 +83,7 @@ public static void main (final String [] args)
.senderPartyID ("POP000306")
.payload (aPayloadBytes)
.smpClient (new SMPClientReadOnly (Phase4PeppolSender.URL_PROVIDER, aReceiverID, ESML.DIGIT_TEST))
.validationConfiguration (PeppolValidation3_10_0.VID_OPENPEPPOL_INVOICE_V3,
.validationConfiguration (PeppolValidation3_10_1.VID_OPENPEPPOL_INVOICE_V3,
new Phase4PeppolValidatonResultHandler ())
.sendMessage ()
.isSuccess ())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.slf4j.LoggerFactory;
import org.w3c.dom.Element;

import com.helger.bdve.peppol.PeppolValidation3_10_0;
import com.helger.bdve.peppol.PeppolValidation3_10_1;
import com.helger.commons.system.SystemProperties;
import com.helger.peppol.sml.ESML;
import com.helger.peppolid.IParticipantIdentifier;
Expand Down Expand Up @@ -80,7 +80,7 @@ public void onAS4Message (final AbstractAS4Message <?> aMsg)
.payload (aPayloadElement)
.smpClient (new SMPClientReadOnly (Phase4PeppolSender.URL_PROVIDER, aReceiverID, ESML.DIGIT_TEST))
.rawResponseConsumer (new AS4RawResponseConsumerWriteToFile ())
.validationConfiguration (PeppolValidation3_10_0.VID_OPENPEPPOL_INVOICE_V3,
.validationConfiguration (PeppolValidation3_10_1.VID_OPENPEPPOL_INVOICE_V3,
new Phase4PeppolValidatonResultHandler ())
.buildMessageCallback (aBuildMessageCallback)
.sendMessage ()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.slf4j.LoggerFactory;
import org.w3c.dom.Element;

import com.helger.bdve.peppol.PeppolValidation3_10_0;
import com.helger.bdve.peppol.PeppolValidation3_10_1;
import com.helger.commons.system.SystemProperties;
import com.helger.peppol.sml.ESML;
import com.helger.peppolid.IParticipantIdentifier;
Expand Down Expand Up @@ -84,7 +84,7 @@ public static void main (final String [] args)
.payload (aPayloadElement)
.smpClient (new SMPClientReadOnly (Phase4PeppolSender.URL_PROVIDER, aReceiverID, ESML.DIGIT_TEST))
.rawResponseConsumer (new AS4RawResponseConsumerWriteToFile ())
.validationConfiguration (PeppolValidation3_10_0.VID_OPENPEPPOL_INVOICE_V3,
.validationConfiguration (PeppolValidation3_10_1.VID_OPENPEPPOL_INVOICE_V3,
new Phase4PeppolValidatonResultHandler ())
.cryptoFactory (aInMemoryCryptoFactory)
.sendMessage ()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static void main (final String [] args)
.payload (aPayloadElement)
.smpClient (new SMPClientReadOnly (Phase4PeppolSender.URL_PROVIDER, aReceiverID, ESML.DIGIT_TEST))
.rawResponseConsumer (new AS4RawResponseConsumerWriteToFile ())
.validationConfiguration (PeppolValidationAUNZ.VID_OPENPEPPOL_BIS3_AUNZ_UBL_INVOICE_102,
.validationConfiguration (PeppolValidationAUNZ.VID_OPENPEPPOL_BIS3_AUNZ_UBL_INVOICE_103,
new Phase4PeppolValidatonResultHandler ())
.rawResponseConsumer (aResponseMsg -> LOGGER.info ("Received response:\n" +
new String (aResponseMsg.getResponse ())))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.slf4j.LoggerFactory;
import org.w3c.dom.Element;

import com.helger.bdve.peppol.PeppolValidation3_10_0;
import com.helger.bdve.peppol.PeppolValidation3_10_1;
import com.helger.peppol.sml.ESML;
import com.helger.peppolid.IParticipantIdentifier;
import com.helger.phase4.servlet.mgr.AS4ServerConfiguration;
Expand Down Expand Up @@ -69,7 +69,7 @@ public static void main (final String [] args)
.senderPartyID ("POP000306")
.payload (aPayloadElement)
.smpClient (new SMPClientReadOnly (Phase4PeppolSender.URL_PROVIDER, aReceiverID, ESML.DIGIT_TEST))
.validationConfiguration (PeppolValidation3_10_0.VID_OPENPEPPOL_INVOICE_V3,
.validationConfiguration (PeppolValidation3_10_1.VID_OPENPEPPOL_INVOICE_V3,
new Phase4PeppolValidatonResultHandler ())
.sendMessage ()
.isSuccess ())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.slf4j.LoggerFactory;
import org.w3c.dom.Element;

import com.helger.bdve.peppol.PeppolValidation3_10_0;
import com.helger.bdve.peppol.PeppolValidation3_10_1;
import com.helger.commons.system.SystemProperties;
import com.helger.peppol.sml.ESML;
import com.helger.peppolid.IParticipantIdentifier;
Expand Down Expand Up @@ -68,7 +68,7 @@ public static void main (final String [] args)
.senderPartyID ("POP000306")
.payload (aPayloadElement)
.smpClient (new SMPClientReadOnly (Phase4PeppolSender.URL_PROVIDER, aReceiverID, ESML.DIGIT_TEST))
.validationConfiguration (PeppolValidation3_10_0.VID_OPENPEPPOL_INVOICE_V3,
.validationConfiguration (PeppolValidation3_10_1.VID_OPENPEPPOL_INVOICE_V3,
new Phase4PeppolValidatonResultHandler ())
.sendMessage ()
.isSuccess ())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.slf4j.LoggerFactory;
import org.w3c.dom.Element;

import com.helger.bdve.peppol.PeppolValidation3_10_0;
import com.helger.bdve.peppol.PeppolValidation3_10_1;
import com.helger.commons.system.SystemProperties;
import com.helger.peppol.sml.ESML;
import com.helger.peppol.utils.PeppolKeyStoreHelper;
Expand Down Expand Up @@ -109,7 +109,7 @@ public void onAS4Message (final AbstractAS4Message <?> aMsg)
.payload (aPayloadElement)
.smpClient (new SMPClientReadOnly (Phase4PeppolSender.URL_PROVIDER, aReceiverID, ESML.DIGIT_TEST))
.rawResponseConsumer (new AS4RawResponseConsumerWriteToFile ())
.validationConfiguration (PeppolValidation3_10_0.VID_OPENPEPPOL_INVOICE_V3,
.validationConfiguration (PeppolValidation3_10_1.VID_OPENPEPPOL_INVOICE_V3,
new Phase4PeppolValidatonResultHandler ())
.buildMessageCallback (aBuildMessageCallback)
.sendMessage ()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.slf4j.LoggerFactory;
import org.w3c.dom.Element;

import com.helger.bdve.peppol.PeppolValidation3_10_0;
import com.helger.bdve.peppol.PeppolValidation3_10_1;
import com.helger.commons.system.SystemProperties;
import com.helger.peppol.sml.ESML;
import com.helger.peppolid.IParticipantIdentifier;
Expand Down Expand Up @@ -89,7 +89,7 @@ public void onAS4Message (final AbstractAS4Message <?> aMsg)
.payload (aPayloadElement)
.smpClient (new SMPClientReadOnly (Phase4PeppolSender.URL_PROVIDER, aReceiverID, ESML.DIGIT_TEST))
.rawResponseConsumer (new AS4RawResponseConsumerWriteToFile ())
.validationConfiguration (PeppolValidation3_10_0.VID_OPENPEPPOL_INVOICE_V3,
.validationConfiguration (PeppolValidation3_10_1.VID_OPENPEPPOL_INVOICE_V3,
new Phase4PeppolValidatonResultHandler ())
.buildMessageCallback (aBuildMessageCallback)
.sendMessage ()
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<dependency>
<groupId>com.helger.bdve.rules</groupId>
<artifactId>ph-bdve-rules-parent-pom</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit a1bbfa6

Please sign in to comment.