Skip to content

Commit

Permalink
Added change notes
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Oct 24, 2023
1 parent 376b901 commit 0451857
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

import com.helger.commons.http.HttpHeaderMap;
import com.helger.phase4.messaging.IAS4IncomingMessageMetadata;
import com.helger.phase4.v3.ChangeV3;

/**
* Interface for dumping incoming requests
Expand Down Expand Up @@ -64,6 +65,7 @@ OutputStream onNewRequest (@Nonnull IAS4IncomingMessageMetadata aMessageMetadata
* Message metadata. Never <code>null</code>.
* @since v0.9.9
*/
@ChangeV3 ("Make non default; add caught exception as Nullable")
default void onEndRequest (@Nonnull final IAS4IncomingMessageMetadata aMessageMetadata)
{}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import com.helger.phase4.messaging.EAS4MessageMode;
import com.helger.phase4.messaging.IAS4IncomingMessageMetadata;
import com.helger.phase4.servlet.IAS4MessageState;
import com.helger.phase4.v3.ChangeV3;

/**
* Interface for dumping outgoing requests
Expand Down Expand Up @@ -95,6 +96,7 @@ OutputStream onBeginRequest (@Nonnull EAS4MessageMode eMsgMode,
* The AS4 message ID of the outgoing message. Neither
* <code>null</code> nor empty.
*/
@ChangeV3 ("Make non default")
default void onEndRequest (@Nonnull final EAS4MessageMode eMsgMode,
@Nullable final IAS4IncomingMessageMetadata aMessageMetadata,
@Nullable final IAS4MessageState aState,
Expand Down

0 comments on commit 0451857

Please sign in to comment.