Commit Graph

  • 1a012c7d1d
    Moved back to `Java8` master Mauro Mugnaini 2024-04-24 17:47:10 +0200
  • 779881eb93
    Releasing `v1.2.0` Mauro Mugnaini 2024-04-24 10:41:05 +0200
  • 7790eb127c
    Better handling of exceptions and retrying behavior in case of read timeout. (Default connection timeout is 10s and read timeout now is 60s) Mauro Mugnaini 2024-04-22 16:17:59 +0200
  • d761dac8ac
    - Restored correct behavior for event publishing with workflow id only sent back - Extracted `AbstractHTTPWithJWTTokenAuthEventSender` class for easy subclassing - Added new outcome check methods to inspect last send and last check actions results and some other facilities Mauro Mugnaini 2024-03-08 13:43:43 +0100
  • 38259734b1
    Added also setter/getter methods for connection and read timeouts Mauro Mugnaini 2024-03-06 12:18:30 +0100
  • edfe561608
    Added hooks methods for connection and read timeouts override Mauro Mugnaini 2024-03-06 12:09:09 +0100
  • e41a8f9c20
    Added missing constructor for extracted abstract class Mauro Mugnaini 2024-03-05 15:06:11 +0100
  • b47f04a197
    Extracted the `AbstractHTTPWithJWTTokenAuthEventSender` abstract class for easy extention purposes and updated to `maven-parent` version `1.2.1-SNAPSHOT` and `maven-portal-bom` version `3.7.0` Mauro Mugnaini 2024-03-05 11:49:47 +0100
  • bfcef8b9c3 Releasing `v.1.0.0` v1.1.0 r5.14.0 Mauro Mugnaini 2022-10-26 17:00:12 +0200
  • ec8476164c Added `BufferedEventProcessor` to manual send bunch of events and controlling their output status Mauro Mugnaini 2022-07-07 16:46:07 +0200
  • a49e030d71 Added functions to also get the workflow execution's results with a pluggable results parser, ref. impl. for `Conductor` Mauro Mugnaini 2021-12-27 12:49:14 +0100
  • 3f01b590f2 Refactored/extracted event sender that uses OIDC token only and extended it for the UMA version v1.0.2 r5.0.0 Mauro Mugnaini 2020-12-21 18:10:16 +0100
  • 9ec585419c Upgraded to new micro version for release Mauro Mugnaini 2020-12-21 18:09:59 +0100
  • d3b2869e6e Missing SCM section added to POM Mauro Mugnaini 2020-11-24 17:29:08 +0100
  • 6730d54a14 Prepared for the Next release Mauro Mugnaini 2020-11-20 12:59:52 +0100
  • dd27c3f442 [v1.0.1] Tuned some log levels and content sending the event and removed the use of deprecated code Mauro Mugnaini 2020-11-17 11:44:20 +0100
  • 539f6b0fb9 Aligned to new templates Mauro Mugnaini 2020-08-13 18:30:48 +0200
  • 2021d64724 Moved dependency scope to compile instead of "default" Mauro Mugnaini 2020-08-05 19:43:00 +0200
  • 1c8278e434 Updated to follow ner rules for gcube templated project in Jenkins Mauro Mugnaini 2020-07-16 16:18:21 +0200
  • f12bc9389c No more required Mauro Mugnaini 2020-07-16 16:17:22 +0200
  • 5fb58d969c Only to trigger a build Mauro Mugnaini 2020-07-16 16:05:09 +0200
  • 01bee7e266 Test updated to new UMA settings Mauro Mugnaini 2020-07-09 15:39:45 +0200
  • c15cd4b718 Renamed class to self-explain it and added UMA token use with audience Mauro Mugnaini 2020-07-09 14:33:54 +0200
  • 52cf5393e4 Added range dependency according to CI rules for DEV Mauro Mugnaini 2020-07-07 12:14:50 +0200
  • 04031e90dd -SNAPSHOT suffix removed too early Mauro Mugnaini 2020-07-07 12:02:31 +0200
  • 5e93230338 Release for 1.0.0, added range dependency according to CI rules Mauro Mugnaini 2020-07-07 10:50:17 +0200
  • c2970aec56 Snapshot release for 1.0.0 Mauro Mugnaini 2020-07-07 10:12:29 +0200
  • 2d74631416 Rationalized logs Mauro Mugnaini 2020-07-03 17:33:57 +0200
  • af3c099fd5 Returning to snapshot version without micro Mauro Mugnaini 2020-06-29 18:10:42 +0200
  • 666caec085 Trying increment minor version to see if Jenkins see the changes Mauro Mugnaini 2020-06-29 17:29:11 +0200
  • 428ac582aa Added slf4j-log4j dependency for test Mauro Mugnaini 2020-06-29 17:01:23 +0200
  • 86afd4c162 Event name now is the end part of the endpoint URL, removed Accept header to avoid Conductor issue and client identy (to construct authorization header) now is optional Mauro Mugnaini 2020-06-29 17:00:57 +0200
  • 6b7326636e User is no more a base field Mauro Mugnaini 2020-06-29 16:59:17 +0200
  • 9b699ea51b Log message changed Mauro Mugnaini 2020-06-29 16:58:16 +0200
  • 352c4ae2b9 Added quick test class and log conf Mauro Mugnaini 2020-06-29 16:57:59 +0200
  • 53b46a72a1 Added some logs for real event endpoint and JSON payload Mauro Mugnaini 2020-06-25 12:39:11 +0200
  • 9b888a796b Fixed endpoint not assigned in thread and added connection and read timeout to the HTTP connection Mauro Mugnaini 2020-06-25 11:41:04 +0200
  • 9eb4ad8bf7 Changed log level to warn on publish not 200-OK and added HTTP result code to message Mauro Mugnaini 2020-06-24 18:49:50 +0200
  • 9f56248a54 Event name is now sent as part of the URI Mauro Mugnaini 2020-06-24 09:52:51 +0200
  • 159da23f7b Bad getters signature Mauro Mugnaini 2020-06-24 09:52:22 +0200
  • b1d6ce25e3 EventSender now sends Event instead of its superclass JSONObject Mauro Mugnaini 2020-06-23 13:09:44 +0200
  • fc227213ef Trying build with snapshot as suffix for minor version Mauro Mugnaini 2020-06-22 10:52:52 +0200
  • 6b4a70a6e3 Added missing CI description/helper files Mauro Mugnaini 2020-06-22 10:52:38 +0200
  • 62eb3b8083 Added -SNAPSHOT to version to make the artifact available in the CI maven repo Mauro Mugnaini 2020-06-19 18:57:16 +0200
  • d8a1fdade2 Aligned to dependency event and oidc-* libs version Mauro Mugnaini 2020-06-19 15:42:09 +0200
  • 4e776c7017 Changelog file added Mauro Mugnaini 2020-06-19 15:41:34 +0200
  • 2f21309043 Some typo and doc fix Mauro Mugnaini 2020-06-18 17:37:24 +0200
  • 2502967dff First share. Alpha version Mauro Mugnaini 2020-06-18 12:55:34 +0200