You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2022/09/06 12:23:45 UTC

[ignite-3] branch main updated (ee6e4779db -> eec0c0bc9a)

This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    from ee6e4779db Removed outdated TODOs
     add eec0c0bc9a IGNITE-17595 Add test for required constructors in Ignite exceptions (#1052)

No new revisions were added by this update.

Summary of changes:
 modules/api/pom.xml                                | 10 +++
 .../apache/ignite/lang/IndexNotFoundException.java | 12 ++++
 .../apache/ignite/lang/MarshallerException.java    | 14 ++++
 .../ignite/lang/UnexpectedNullValueException.java  | 14 ++++
 .../ignite/table/InvokeProcessorException.java     | 13 +++-
 .../ignite/lang/IgniteExceptionArchTest.java       | 79 ++++++++++++++++++++++
 .../IgniteClientAuthenticationException.java       | 13 ++++
 ...ClientFeatureNotSupportedByServerException.java | 13 ++++
 8 files changed, 167 insertions(+), 1 deletion(-)
 create mode 100644 modules/api/src/test/java/org/apache/ignite/lang/IgniteExceptionArchTest.java