From 52ac4096c6a0666461ec8a66e31b7b7317310896 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 Oct 2023 07:40:57 +0000 Subject: [PATCH] chore(release): 4.0.12 [skip ci] ## [4.0.12](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/compare/v4.0.11...v4.0.12) (2023-10-27) ### Bug Fixes * **deps:** bump org.apache.maven.plugins:maven-clean-plugin ([88abc3e](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/commit/88abc3ed3b0929bed5b87a35ce35d51a3b8bcdf0)) * **deps:** bump org.apache.maven.plugins:maven-surefire-plugin ([3325284](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/commit/3325284a0de5e1e6935164ee598228efc07711a6)) --- HISTORY.md | 8 + pom.xml | 2 +- .../net/hexonet/apiconnector/APIClient.java | 2 +- target/apidocs/allclasses-index.html | 71 ++-- target/apidocs/allpackages-index.html | 27 +- target/apidocs/constant-values.html | 29 +- target/apidocs/help-doc.html | 158 ++++---- target/apidocs/index-all.html | 295 +++++++------- target/apidocs/index.html | 7 +- target/apidocs/jquery-ui.overrides.css | 45 +-- target/apidocs/legal/COPYRIGHT | 69 ++++ target/apidocs/legal/LICENSE | 118 ++++++ target/apidocs/legal/jquery.md | 72 ++++ target/apidocs/legal/jqueryUI.md | 49 +++ .../net/hexonet/apiconnector/APIClient.html | 361 +++++++++--------- .../net/hexonet/apiconnector/Column.html | 83 ++-- .../hexonet/apiconnector/CustomLogger.html | 59 ++- .../net/hexonet/apiconnector/Logger.html | 67 ++-- .../net/hexonet/apiconnector/Record.html | 69 ++-- .../net/hexonet/apiconnector/Response.html | 313 ++++++++------- .../hexonet/apiconnector/ResponseParser.html | 67 ++-- .../apiconnector/ResponseTemplateManager.html | 129 +++---- .../apiconnector/ResponseTranslator.html | 79 ++-- .../hexonet/apiconnector/SocketConfig.html | 125 +++--- .../apiconnector/class-use/APIClient.html | 71 ++-- .../apiconnector/class-use/Column.html | 31 +- .../apiconnector/class-use/CustomLogger.html | 27 +- .../apiconnector/class-use/Logger.html | 29 +- .../apiconnector/class-use/Record.html | 37 +- .../apiconnector/class-use/Response.html | 63 ++- .../class-use/ResponseParser.html | 27 +- .../class-use/ResponseTemplateManager.html | 31 +- .../class-use/ResponseTranslator.html | 27 +- .../apiconnector/class-use/SocketConfig.html | 41 +- .../hexonet/apiconnector/package-summary.html | 83 ++-- .../hexonet/apiconnector/package-tree.html | 49 ++- .../net/hexonet/apiconnector/package-use.html | 27 +- target/apidocs/overview-tree.html | 49 ++- .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 335 -> 0 bytes .../images/ui-bg_glass_65_dadada_1x400.png | Bin 262 -> 0 bytes .../images/ui-bg_glass_75_dadada_1x400.png | Bin 262 -> 0 bytes .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 262 -> 0 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 332 -> 0 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 280 -> 0 bytes .../images/ui-icons_222222_256x240.png | Bin 6922 -> 0 bytes .../images/ui-icons_2e83ff_256x240.png | Bin 4549 -> 0 bytes .../images/ui-icons_454545_256x240.png | Bin 6992 -> 0 bytes .../images/ui-icons_888888_256x240.png | Bin 6999 -> 0 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 4549 -> 0 bytes target/apidocs/script-dir/jquery-3.5.1.min.js | 2 - target/apidocs/script-dir/jquery-3.6.1.min.js | 2 + target/apidocs/script-dir/jquery-ui.min.css | 7 +- target/apidocs/script-dir/jquery-ui.min.js | 4 +- .../script-dir/jquery-ui.structure.min.css | 5 - target/apidocs/script.js | 42 +- target/apidocs/search.js | 46 +-- target/apidocs/stylesheet.css | 95 +++-- target/apidocs/type-search-index.js | 2 +- target/site/dependencies.html | 8 +- target/site/dependency-info.html | 18 +- target/site/distribution-management.html | 6 +- target/site/index.html | 6 +- target/site/licenses.html | 6 +- target/site/plugin-management.html | 6 +- target/site/plugins.html | 10 +- target/site/project-info.html | 6 +- target/site/scm.html | 6 +- target/site/summary.html | 8 +- target/site/team.html | 6 +- 69 files changed, 1751 insertions(+), 1436 deletions(-) create mode 100644 target/apidocs/legal/COPYRIGHT create mode 100644 target/apidocs/legal/LICENSE create mode 100644 target/apidocs/legal/jquery.md create mode 100644 target/apidocs/legal/jqueryUI.md delete mode 100644 target/apidocs/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png delete mode 100644 target/apidocs/script-dir/images/ui-bg_glass_65_dadada_1x400.png delete mode 100644 target/apidocs/script-dir/images/ui-bg_glass_75_dadada_1x400.png delete mode 100644 target/apidocs/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png delete mode 100644 target/apidocs/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png delete mode 100644 target/apidocs/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png delete mode 100644 target/apidocs/script-dir/images/ui-icons_222222_256x240.png delete mode 100644 target/apidocs/script-dir/images/ui-icons_2e83ff_256x240.png delete mode 100644 target/apidocs/script-dir/images/ui-icons_454545_256x240.png delete mode 100644 target/apidocs/script-dir/images/ui-icons_888888_256x240.png delete mode 100644 target/apidocs/script-dir/images/ui-icons_cd0a0a_256x240.png delete mode 100644 target/apidocs/script-dir/jquery-3.5.1.min.js create mode 100644 target/apidocs/script-dir/jquery-3.6.1.min.js delete mode 100644 target/apidocs/script-dir/jquery-ui.structure.min.css diff --git a/HISTORY.md b/HISTORY.md index 5dd11b0b..f79ee0d7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,11 @@ +## [4.0.12](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/compare/v4.0.11...v4.0.12) (2023-10-27) + + +### Bug Fixes + +* **deps:** bump org.apache.maven.plugins:maven-clean-plugin ([88abc3e](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/commit/88abc3ed3b0929bed5b87a35ce35d51a3b8bcdf0)) +* **deps:** bump org.apache.maven.plugins:maven-surefire-plugin ([3325284](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/commit/3325284a0de5e1e6935164ee598228efc07711a6)) + ## [4.0.11](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/compare/v4.0.10...v4.0.11) (2023-10-06) diff --git a/pom.xml b/pom.xml index 701d915f..991b6643 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ net.hexonet.apiconnector java-sdk - 4.0.11 + 4.0.12 jar java-sdk A connector library for the insanely fast HEXONET backend API. diff --git a/src/main/java/net/hexonet/apiconnector/APIClient.java b/src/main/java/net/hexonet/apiconnector/APIClient.java index 6f7a327c..20b8f5f4 100644 --- a/src/main/java/net/hexonet/apiconnector/APIClient.java +++ b/src/main/java/net/hexonet/apiconnector/APIClient.java @@ -300,7 +300,7 @@ public String getReferer() { * @return module version */ public String getVersion() { - return "4.0.11"; + return "4.0.12"; } /** diff --git a/target/apidocs/allclasses-index.html b/target/apidocs/allclasses-index.html index 7981c99e..53748d6f 100644 --- a/target/apidocs/allclasses-index.html +++ b/target/apidocs/allclasses-index.html @@ -1,19 +1,18 @@ - - -All Classes (java-sdk 4.0.10 API) + +All Classes and Interfaces (java-sdk 4.0.11 API) - + - + @@ -26,77 +25,75 @@
-

All Classes

+

All Classes and Interfaces

-
Class Summary
+
Classes
Class
Description
- -
+ +
APIClient is the entry point class for communicating with the insanely fast HEXONET backend api.
- -
+ +
Column covers Column Data in a better accessible way
- -
+ +
Custom Logger class example for debug outputs
- -
+ +
Default Logger class for debug outputs Overridable by custom integration, check CustomLogger.java.
- -
+ +
Record covers Row Data in a better accessible way
- -
+ +
Response covers all functionality to wrap a Backend API Response like accessing data
- -
+ +
ResponseParser covers all functionality to parse and serialize API response data
- -
+ +
ResponseTemplateManager covers functionality to manage response tempaltes
- -
+ +
ResponseTranslator is used to translate HEXONET API responses.
- -
+ +
SocketConfig is the base class to configure the socket for API communication
diff --git a/target/apidocs/allpackages-index.html b/target/apidocs/allpackages-index.html index 0d149c46..8687fc3e 100644 --- a/target/apidocs/allpackages-index.html +++ b/target/apidocs/allpackages-index.html @@ -1,19 +1,18 @@ - - -All Packages (java-sdk 4.0.10 API) + +All Packages (java-sdk 4.0.11 API) - + - + @@ -26,27 +25,25 @@
diff --git a/target/apidocs/constant-values.html b/target/apidocs/constant-values.html index 21940378..e496849d 100644 --- a/target/apidocs/constant-values.html +++ b/target/apidocs/constant-values.html @@ -1,19 +1,18 @@ - - -Constant Field Values (java-sdk 4.0.10 API) + +Constant Field Values (java-sdk 4.0.11 API) - + - + @@ -26,27 +25,25 @@
@@ -59,7 +56,7 @@

Contents

-
+

net.hexonet.*