Skip to content
Build History trend
 
1.6.10 Release Build #2
 
1.6.10 Release Build
 
1.6.9 Release Build
 
1.6.8 Release Build
 
1.6.7 Release Build
 
1.6.6 Release Build #3
 
1.6.5 Release Build
 
1.6.4 Release Build
 
1.6.3 Release Build #2
 
1.6.2 Release Build #3
 
1.6.1 Release Build
 
1.6.0 Release Build

Changes

#20 (Dec 6, 2023, 10:13:02 AM)

  1. [maven-release-plugin] prepare release 1.6.9 — Alberto Codutti / githubweb
  2. [maven-release-plugin] prepare for next development iteration — Alberto Codutti / githubweb
  3. dependency: Bumped version of Apache Commons Compress from 1.22 to 1.24.0 - CVE-2023-42503 — Alberto Codutti / githubweb
  4. dependency: bumped Eclipse Jetty version from 9.4.50.v20221201 to 9.4.52.v20230823 - CVE-2023-26049 CVE-2023-36479  CVE-2023-40167 — Alberto Codutti / githubweb
  5. dependency: bumped Google Guava version from 30.1-jre to 32.1.2-jre - CVE-2020-8908 CVE-2023-2976 — Alberto Codutti / githubweb
  6. dependency: bumped Snakeyaml from 1.33 to 2.2 - CVE-2022-1471 — Alberto Codutti / githubweb
  7. dependency: bumped Netty versions from 4.1.87.Final to 4.1.97.Final - CVE-2023-34462 — Alberto Codutti / githubweb
  8. dependency: bumped Jackson dependencies from 2.13.4 to 2.15.2 — Alberto Codutti / githubweb
  9. doc(ssl): specify how variables export should be done for ssl deployment — Alberto Codutti / githubweb
  10. fix(JobEngine): Improved error message for device target processors — Alberto Codutti / githubweb
  11. fixed logging for device command execution error when arguments are null — Alberto Codutti / githubweb
  12. changed dependencies to re-introduce correclty foreign key liquibase scripts on containers — Alberto Codutti / githubweb
  13. fix(security): bump `jetty` version from `9.4.52.v20230823` to `9.4.53.v20231009` - CVE-2023-36478 — Alberto Codutti / githubweb
  14. fix: cve2023-46604 — Alberto Codutti / githubweb
  15. fix(broker): add missing dependency `commons-lang` — MDeLuise / githubweb
  16. improve: include compiled protobuf payload — MDeLuise / githubweb
  17. fix for scopeID definition in openapi file — Alberto Codutti / githubweb
  18. build(deps): bump io.netty:netty-codec-http2 — Alberto Codutti / githubweb
  19. removed duplicated useless caching mechanism — Alberto Codutti / githubweb
  20. changed cache key for ci configuration — Alberto Codutti / githubweb
  21. removed restore keys parameter on ci cache gitaction — Alberto Codutti / githubweb
  22. fix(datastore): improve performances on messages store — Alberto Codutti / githubweb

#19 (Sep 15, 2023, 5:48:55 AM)

  1. [maven-release-plugin] prepare release 1.6.8 — Alberto Codutti / githubweb
  2. [maven-release-plugin] prepare for next development iteration — Alberto Codutti / githubweb
  3. modifications to console retrieval of metrics with same name different types — Alberto Codutti / githubweb
  4. fix(datastore): Check consistency of `limit` parameter in `GET /messages` datastore REST API — Alberto Codutti / githubweb
  5. added a new "server" in openAPI spec. that allows to auomatically populate the API url — Alberto Codutti / githubweb
  6. fix(exception): Malformed error message for `MappingException` log — Alberto Codutti / githubweb
  7. broker updated — Alberto Codutti / githubweb
  8. Added TransportClientPoolExhaustedException at transport level — Alberto Codutti / githubweb
  9. Improved TransportException implementation — Alberto Codutti / githubweb
  10. Refactored TransportExceptionTest — Alberto Codutti / githubweb
  11. Improved ClientIdGeneratorTest — Alberto Codutti / githubweb
  12. Added SEND_ERROR_WITH_CAUSE to DeviceCallErrorCodes — Alberto Codutti / githubweb
  13. Added tests for DeviceCallExceptions — Alberto Codutti / githubweb
  14. Added catch to make TransportException be returned to the caller — Alberto Codutti / githubweb
  15. Removed usage of deprecated DeviceCallExcecutor — Alberto Codutti / githubweb
  16. Added exception logging for all DeviceManagementServices — Alberto Codutti / githubweb
  17. Removed throwing of TransportClientPoolExhaustedException — Alberto Codutti / githubweb
  18. Removed references to TransportClientPoolExhaustedException from Javadoc and cleanup — Alberto Codutti / githubweb
  19. bump opeApi version to 3.0.3 — Alberto Codutti / githubweb
  20. fix(jobEngine): added missing mappings in JobEngine locator.xml for DeviceConnectionService and DeviceConnectionFactory — Alberto Codutti / githubweb
  21. bump swagger-ui to latest 4.x — Alberto Codutti / githubweb
  22. fix(job-engine): Fixed JobEngineExeption error messages arguments order — Alberto Codutti / githubweb
  23. feature(dependency): Set fixed version of `commons-configuration2` to `2.9.0` — Alberto Codutti / githubweb
  24. fix(jobEngine): Changed 'jbtc_job_status.obj' type to longblob to support changes made in eclipse/kapua#3828 — Alberto Codutti / githubweb
  25. Added openApi 3.0.3 version to all yaml openApi files — Alberto Codutti / githubweb
  26. feature(shiro): Bump shiro version from current `1.10.0` to `1.12.0` — Alberto Codutti / githubweb
  27. chng(job): Changeg max length for JobStepProperty.value from 100MB to 10MB that wasa introduced in #3828 — Alberto Codutti / githubweb
  28. bump h2 to 1.4.200 into pom file and dockerfile — Alberto Codutti / githubweb
  29. Modification to tables deletion on tests according to new h2 version "delete restrict" rules — Alberto Codutti / githubweb
  30. Fix table deletion sql with previous bug on recursive foreign key restrictions — Alberto Codutti / githubweb
  31. Fix junit test with null fields set on non-null table schema fields — Alberto Codutti / githubweb
  32. Fix "serviceMame" Domain column not present in business logic — Alberto Codutti / githubweb
  33. Removal of serviceName Domain field returned on API for backward compat. and addition of contracts for the field — Alberto Codutti / githubweb
  34. Fixed test after bacport of #3849 — Alberto Codutti / githubweb
  35. dependency: Bumped version of Apache Commons Fileupload from 1.4 to 1.5 - CVE-2023-24998 — Alberto Codutti / githubweb

#18 (Jul 24, 2023, 11:17:05 AM)

  1. [maven-release-plugin] prepare release 1.6.7 — Alberto Codutti / githubweb
  2. [maven-release-plugin] prepare for next development iteration — Alberto Codutti / githubweb
  3. Added support for askTotalCount on Roles GET endpoint — Alberto Codutti / githubweb
  4. Updated swagger Ui version — Alberto Codutti / githubweb
  5. Move password encryption from frontend to backend — Alberto Codutti / githubweb
  6. Create SystemInfo service, entities, and endpoint — Alberto Codutti / githubweb
  7. Create SystemInfo service, entities, and endpoint - cherry-pick fixes — Alberto Codutti / githubweb
  8. Fixed error messages — Alberto Codutti / githubweb
  9. Refactored and improved tests — Alberto Codutti / githubweb
  10. Made MqttClientPublishException and MqttClientSubscribeException have a similar interface — Alberto Codutti / githubweb
  11. Added NPE checking on JobEngineClient response error handling — Alberto Codutti / githubweb
  12. Inserted time range filter on job execution rest endpoint — Alberto Codutti / githubweb
  13. Various modifications on rest APIs to reach coherence with documentation — Alberto Codutti / githubweb
  14. Modifications on rest API timer setting parameter to reach coherence — Alberto Codutti / githubweb
  15. Add new information inside system info — Alberto Codutti / githubweb
  16. Modifications to find function inside endpoint service to correctly retrieve endpoints — Alberto Codutti / githubweb
  17. Small mods on endpoint info REST api find function to correct exceptions — Alberto Codutti / githubweb
  18. Create credential reset method, entities, and endpoint — Alberto Codutti / githubweb
  19. Code improvement — Alberto Codutti / githubweb
  20. Make changePassword don't use `CredentialService#update` anymore — Alberto Codutti / githubweb
  21. Add reset user password button to the console — Alberto Codutti / githubweb
  22. Fix correct time unit — Alberto Codutti / githubweb
  23. Improve code readability explicitly setting parameter to null — Alberto Codutti / githubweb
  24. Remove privateKey from REST API responses — Alberto Codutti / githubweb
  25. Fix change password dialog not fully visible if mfa enabled — Alberto Codutti / githubweb
  26. Deletion of wrong mandatory property for device field — Alberto Codutti / githubweb
  27. Fix typos in the example of the `system version` endpoint — Alberto Codutti / githubweb
  28. Rename `changePasswordRequest` method — Alberto Codutti / githubweb
  29. Added env. deployment variable to define allowed cors origins — Alberto Codutti / githubweb
  30. updated cors filtering logic to remove false positives for same origin requests — Alberto Codutti / githubweb
  31. changes in the logging of CORS filtering logics — Alberto Codutti / githubweb
  32. Fixed JobTarget showing when Device is not found — Alberto Codutti / githubweb
  33. Remove redundant `implements` — Alberto Codutti / githubweb
  34. Add User Profile entities — Alberto Codutti / githubweb
  35. modification to cors filtering logic typo sec-fetch-site check — Alberto Codutti / githubweb
  36. Deprecated and renamed credential unlock method — Alberto Codutti / githubweb
  37. mods. to DeviceTabInventory to solve a nullPointer exception on the rendering of the page — Alberto Codutti / githubweb
  38. Improved CredentialService.getMinimumPasswordLength to handle also ANY as scopeId — Alberto Codutti / githubweb
  39. Make job target properties more consistent through the api — Alberto Codutti / githubweb
  40. mods. to DeviceTab classes to correctly handle background dev. management tabs — Alberto Codutti / githubweb
  41. updated openAPI rest API doc. to insert missing field for responseCode enum values — Alberto Codutti / githubweb
  42. fixed dependencies needed to build cucumber report module after the others — Alberto Codutti / githubweb
  43. reached consistency with enums on openApi doc files — Alberto Codutti / githubweb
  44. fixed some semantic errors found by openApi official editor — Alberto Codutti / githubweb
  45. fix(batch-job): timestamp improvement — Alberto Codutti / githubweb
  46. Fixed creation (or update) of similar endpoints in different scopes — Alberto Codutti / githubweb
  47. Fixed query and count methods in order to stop traversal of parents if endpoints are found — Alberto Codutti / githubweb
  48. compacted query and count methods for endpointinforservice considering redundant code — Alberto Codutti / githubweb
  49. inserted tests for missing aspects of CORS endpoints — Alberto Codutti / githubweb
  50. changed IMAGE_VERSION env. variable default value — Alberto Codutti / githubweb
  51. updated "demo setup" instructions and dev. guide to provide more clear instructions — Alberto Codutti / githubweb
  52. fix(console): Fixed DeviceSessionPermission reference in kapua-console-module-data module — Alberto Codutti / githubweb
  53. fix(git): Added missing JEnv `.java-version` in `.gitignore` — Alberto Codutti / githubweb
  54. removed timestamp from the tag of docker images built — Alberto Codutti / githubweb
  55. fix(console): permit valid URL to be use in the device packages tab. — Alberto Codutti / githubweb
  56. fixed missing properties on device Event schema definition — Alberto Codutti / githubweb
  57. fix(openid): Normalize OpenID configuration path — Alberto Codutti / githubweb
  58. added exception mapper for duplicate pass exception — Alberto Codutti / githubweb
  59. changed the logger properties — Alberto Codutti / githubweb
  60. feat(jobs): added JobStepProperty overrides on JobEngineStartOptions — Alberto Codutti / githubweb
  61. Integrated feedback on implementation of 'setStepPropertiesOverrides' — Alberto Codutti / githubweb
  62. feature(protobuf): Upgrade protobuf library — Alberto Codutti / githubweb
  63. fix(deployment): added missing --help options and fixed usage print — Alberto Codutti / githubweb
  64. inserted right checks for package device fields limits — Alberto Codutti / githubweb
  65. improved checks — Alberto Codutti / githubweb
  66. fix(batch-jobs): Add max length to `configuration put` step definition. — Alberto Codutti / githubweb
  67. cleanup of readme file to fix badges — Alberto Codutti / githubweb
  68. Fix for release-1.6.x for previous commit 6eece5c6bb — Alberto Codutti / githubweb
  69. normalized dotted fields queried to es — Alberto Codutti / githubweb
  70. introduced right exception for metrcc type null — Alberto Codutti / githubweb
  71. Fixed handling of jobStepProperty null value when validating length — Alberto Codutti / githubweb
  72. feat(job): Modified JobStepProperty.propertyValue column type from text (65KB) to longtext (4GB) — Alberto Codutti / githubweb
  73. feat(job): Added JobServiceSetting 'job.step.property.value.length.max' as soft limit for JobStepProperty.propertyValue — Alberto Codutti / githubweb
  74. feat(job): added fetching of the JobStepProperty.propertyValue max length in Console — Alberto Codutti / githubweb

#16 (Feb 7, 2023, 8:46:31 AM)

  1. [maven-release-plugin] prepare release 1.6.6 — Alberto Codutti / githubweb
  2. [maven-release-plugin] prepare for next development iteration — Alberto Codutti / githubweb
  3. :fix: retrieving exception details should never result in another exception to be thrown (NPE in this case) — Alberto Codutti / githubweb
  4. Add response cases for failed job target — Alberto Codutti / githubweb
  5. Fixed wrong descriptions in the swagger UI documentation about jobs endpoints — Alberto Codutti / githubweb
  6. Fixed permission checks for not-groupable domains — Alberto Codutti / githubweb
  7. Mods. on AccountService to insert the new check — Alberto Codutti / githubweb
  8. Added test for this feature — Alberto Codutti / githubweb
  9. modified exception thrown in the case of exp. date change for admin account — Alberto Codutti / githubweb
  10. created new extra submodule for the tool — Alberto Codutti / githubweb
  11. Added files for the actual liquibaseUnlocker app — Alberto Codutti / githubweb
  12. Liquibase unlocker reamde addition & small mods on pom file — Alberto Codutti / githubweb
  13. Fixed kapua-liquibase-unlocker tool 2.0.0-SNAPSHOT references — Alberto Codutti / githubweb
  14. Bumped version of Netty dependencies from 4.1.84.final to 4.1.87.Final - CVE-2022-41881 CVE-2022-41915 — Alberto Codutti / githubweb
  15. Added io.netty:netty-handler-ssl-ocsp to dependencyManagement — Alberto Codutti / githubweb
  16. Fixed dependencyManagement sorting for Netty dependencies — Alberto Codutti / githubweb
  17. Upgraded Dependency Check plugin from 1.4.5 to 7.4.4 - CVE-2018-12036 — Alberto Codutti / githubweb
  18. Added Github action for dependency security scan — Alberto Codutti / githubweb
  19. Added documentation about running security scan on the project dependencies — Alberto Codutti / githubweb
  20. Removed Github Action 'security-scan' since it cannot run with Java 8 — Alberto Codutti / githubweb
  21. Changed directory and module and references — Alberto Codutti / githubweb
  22. Bumped version of Jetty dependencies from 9.4.44.v20210927 to 9.4.50.v20221201 - CVE-2022-2047 CVE-2022-2048 — Alberto Codutti / githubweb
  23. Set fixed versions for ow2 asm dependencies — Alberto Codutti / githubweb
  24. Upgraded and aligned Jersey dependencies versions to 2.38 — Alberto Codutti / githubweb
  25. Bumped Glassfish HK2 to 2.6.1 — Alberto Codutti / githubweb
  26. Fix typos — Alberto Codutti / githubweb
  27. Add target display name to the job execution log && use base64 representation instead of kapuaId for job ids — Alberto Codutti / githubweb
  28. checkstyle fix — Alberto Codutti / githubweb
  29. Add doPrivilege call — Alberto Codutti / githubweb
  30. Better log formatting — Alberto Codutti / githubweb
  31. Refactor class abstraction — Alberto Codutti / githubweb
  32. Cleanup — Alberto Codutti / githubweb
  33. `target id` to `id` — Alberto Codutti / githubweb
  34. Fix checkstyle — Alberto Codutti / githubweb
  35. Remove inherited methods — Alberto Codutti / githubweb
  36. Remove unused fields — Alberto Codutti / githubweb
  37. Optimize job target id retrieval — Alberto Codutti / githubweb
  38. Update example in documentation — Alberto Codutti / githubweb
  39. Fix null pointer exception problem — Alberto Codutti / githubweb
  40. Remove trailing spaces after colons — Alberto Codutti / githubweb
  41. Fix cherry-pick issues — Alberto Codutti / githubweb
  42. liquibase unlocker tool pom updated — Alberto Codutti / githubweb
  43. Add step name and step index — Alberto Codutti / githubweb
  44. updated endpoint API with new example — Alberto Codutti / githubweb
  45. Mod. on service configuration GET in order to return ordered list of items — Alberto Codutti / githubweb
  46. Fixed DeviceExtendedPropertyImpl javadoc — Alberto Codutti / githubweb
  47. Added Device connection_interface_clob and connection_ip_clob to handle big values from connectied Device — Alberto Codutti / githubweb
  48. Renamed KapuaDeviceRegistrySettings to DeviceRegistrySettings and its SettingKeys — Alberto Codutti / githubweb
  49. Added 'device.registry.lifecycle.birth.fields.length.max' setting value — Alberto Codutti / githubweb
  50. Added 'device.registry.lifecycle.birth.fields.extendedProperties.value.length.max' setting — Alberto Codutti / githubweb
  51. Improved validation for DeviceRegistryService.create operation — Alberto Codutti / githubweb
  52. Improved validation for DeviceRegistryService.update operation — Alberto Codutti / githubweb
  53. Improved validation for DeviceRegistryService other operations — Alberto Codutti / githubweb
  54. Fixed tests on release-1.x — Alberto Codutti / githubweb
  55. Added test for Device field validation on create and update operations - partial backport — Alberto Codutti / githubweb
  56. Added more test for Device field validation on create and update operations - partial backport — Alberto Codutti / githubweb
  57. Integraded feedback on long names for constants/enums — Alberto Codutti / githubweb
  58. Integrated feedback on KapuaDeviceRegistrySettings class renamed and moved not being backward compatible — Alberto Codutti / githubweb
  59. Integraded feedback on names of KapuaDeviceRegistrySettingKeys — Alberto Codutti / githubweb
  60. Add new user credential service — Alberto Codutti / githubweb
  61. Add new user credential endpoint — Alberto Codutti / githubweb
  62. Add validity check for now password — Alberto Codutti / githubweb
  63. Fix typos — Alberto Codutti / githubweb
  64. Add open api specifications — Alberto Codutti / githubweb
  65. Fix typo — Alberto Codutti / githubweb
  66. Rename `oldPassword` to `currentPassword` — Alberto Codutti / githubweb
  67. Rename `UserCredential` to `UserCredentials` — Alberto Codutti / githubweb
  68. Fixed backport issues — Alberto Codutti / githubweb

#11 (Dec 12, 2022, 10:03:31 AM)

  1. [maven-release-plugin] prepare release 1.6.4 — Alberto Codutti / githubweb
  2. [maven-release-plugin] prepare for next development iteration — Alberto Codutti / githubweb
  3. GwtSession cleanup — Alberto Codutti / githubweb
  4. Deprecated GwtSession.getRootAccountId and GwtSession.getRootAccountName because they were misleading on their actual usage — Alberto Codutti / githubweb
  5. Fixed logic that handles enablement of Endpoint View — Alberto Codutti / githubweb
  6. Add check if device is disabled — Alberto Codutti / githubweb
  7. Fix typo — Alberto Codutti / githubweb
  8. Add check if device is null — Alberto Codutti / githubweb
  9. Add tests — Alberto Codutti / githubweb
  10. Moved test of 3620 from DeviceService feature file to DeviceBroker because they require a running broker — Alberto Codutti / githubweb
  11. Changed all KapuaId implementation to use the same way to perform equals, hashCode and toString operations — Alberto Codutti / githubweb
  12. Fixed AccountService scope segregation — Alberto Codutti / githubweb
  13. Fixed jUnit tests — Alberto Codutti / githubweb
  14. Fixed JobEngine tests — Alberto Codutti / githubweb
  15. Fixed Account tests — Alberto Codutti / githubweb
  16. Fixed JobStepDefinition tests — Alberto Codutti / githubweb

#10 (Nov 11, 2022, 6:15:15 AM)

  1. [maven-release-plugin] prepare release 1.6.3 — Alberto Codutti / githubweb
  2. [maven-release-plugin] prepare for next development iteration — Alberto Codutti / githubweb
  3. Fixed JobTarget OpenAPI definition — Alberto Codutti / githubweb
  4. Fixed Action definition missing SUBMIT in OpenAPI — Alberto Codutti / githubweb
  5. Cleanup and added a bunch of javadoc — Alberto Codutti / githubweb
  6. Fixed exception throwing and limit checking — Alberto Codutti / githubweb
  7. Fixed tests — Alberto Codutti / githubweb
  8. Added ServiceConfigurationLimitExceeded Exception Mappers — Alberto Codutti / githubweb
  9. Improved service limit checking for services — Alberto Codutti / githubweb
  10. Deprecated userService.delete(User) method — Alberto Codutti / githubweb
  11. add special chars in tooltip — Alberto Codutti / githubweb
  12. remove special chars in tooltip — Alberto Codutti / githubweb
  13. Add missing field — Alberto Codutti / githubweb
  14. Change property name — Alberto Codutti / githubweb
  15. Change date format in swagger documentation — Alberto Codutti / githubweb
  16. Added SECURITY.md file — Alberto Codutti / githubweb
  17. Added Eclipse Dash Tool step in Kapua CI GitHub workflow — Alberto Codutti / githubweb
  18. Set loglevel for Cache Configuration Printer — Alberto Codutti / githubweb
  19. Fix GitLab API token name — Alberto Codutti / githubweb
  20. Refactored Eclipse Dash License Tool workflow usage according to suggestions — Alberto Codutti / githubweb
  21. fix npe implicit casting on configurable resources checks — Alberto Codutti / githubweb
  22. fix gitaction actions versions — Alberto Codutti / githubweb
  23. Fix serial number type in examples — Alberto Codutti / githubweb
  24. Fix new credential mask not entirely shown — Alberto Codutti / githubweb
  25. Upgraded Shiro dependencies from 1.8.0 to 1.10.0 - CVE-2022-40664 CVE-2022-32532 — Alberto Codutti / githubweb
  26. :fix: moving reference to existing file. Fixes #3639 — Alberto Codutti / githubweb
  27. Refactored KapuaFileUtilsTest — Alberto Codutti / githubweb
  28. Upgraded Netty dependencies from 4.1.60.Final to 4.1.84.Final — Alberto Codutti / githubweb
  29. Upgraded Jackson dependencies from 2.13.1 to 2.13.4/2.13.4.2 - CVE-2020-36518 CVE-2022-42003 CVE-2022-42004 — Alberto Codutti / githubweb
  30. Upgraded Snakeyaml dependency from 1.28 to 1.33 - CVE-2022-38752 CVE-2022-38751 CVE-2022-38750 CVE-2022-38749 — Alberto Codutti / githubweb
  31. Upgraded JUnit dependency from 4.12 to 4.13.2 - CVE-2020-15250 — Alberto Codutti / githubweb
  32. Add the possibility to disable the swagger UI if needed — Alberto Codutti / githubweb
  33. Change the way the swagger UI is disabled — Alberto Codutti / githubweb
  34. Fix typo — Alberto Codutti / githubweb
  35. :fix: importing org.junit.Assert and explicitly referencing its methods instead of having test classes extend it — Alberto Codutti / githubweb
  36. :fix: importing org.junit.Assert and explicitly referencing its methods instead of having test classes extend it — Alberto Codutti / githubweb
  37. Applied fix to DefaultConnectorDescriptionProviderTest that was done in #3342 but not ported to release-1.x branches — Alberto Codutti / githubweb
  38. Upgraded Gson dependencies from 2.7 to 2.10 - CVE-2022-25647 — Alberto Codutti / githubweb
  39. Upgraded Logback dependencies from 1.2.3 to 1.2.11 - CVE-2021-42550 — Alberto Codutti / githubweb
  40. :fix: importing org.junit.Assert and explicitly referencing its methods instead of having test classes extend it — Alberto Codutti / githubweb
  41. :fix: importing org.junit.Assert and explicitly referencing its methods instead of having test classes extend it — Alberto Codutti / githubweb
  42. :fix: importing org.junit.Assert and explicitly referencing its methods instead of having test classes extend it — Alberto Codutti / githubweb
  43. Set fixed version for httpcomponents:httpclient to 4.5.13 — Alberto Codutti / githubweb
  44. Set fixed version and upgraded httpcomponents:httpasyncclient from 4.1.4 to 4.1.5 — Alberto Codutti / githubweb
  45. Set fixed version and upgraded httpcomponents:httpacore* from 4.4.(5,12,13,14) to 4.4.15 — Alberto Codutti / githubweb
  46. Added declared Netty dependencies to prevent version change from 4.1.84.Final — Alberto Codutti / githubweb
  47. Upgraded Spring Security from 4.1.3.RELEASE to 4.2.20.RELEASE - CVE-2018-1199 CVE-2020-5408 — Alberto Codutti / githubweb
  48. Set fixed version for Spring dependencies to 4.3.30.RELEASE - CVE-2018-11039 CVE-2018-11040 CVE-2018-1199 CVE-2018-1270 CVE-2018-1271 CVE-2018-1272 CVE-2018-15756 — Alberto Codutti / githubweb
  49. Replaced org.apache.sanselan:sanselan with org.apache.commons:commons-imaging - CVE-2018-17201 CVE-2018-17202 — Alberto Codutti / githubweb
  50. :fix: importing org.junit.Assert and explicitly referencing its methods instead of having test classes extend it — Alberto Codutti / githubweb
  51. :fix: importing org.junit.Assert and explicitly referencing its methods instead of having test classes extend it — Alberto Codutti / githubweb
  52. Improved MfaAuthenticator interface and API — Alberto Codutti / githubweb
  53. Refactored and improved MfaAuthenticatorImplTest — Alberto Codutti / githubweb
  54. Fix typo — Alberto Codutti / githubweb
  55. Add third address line — Alberto Codutti / githubweb
  56. Upgraded Apache Commons Compress from 1.18 to 1.22 - CVE-2021-35515 CVE-2021-35516 CVE-2021-35517 CVE-2021-36090 — Alberto Codutti / githubweb

#2 (Jun 27, 2022, 5:24:20 AM)

  1. [maven-release-plugin] prepare release 1.6.0 — Alberto Codutti / githubweb
  2. [maven-release-plugin] prepare for next development iteration — Alberto Codutti / githubweb
  3. add client config callbck for ES rest client — Alberto Codutti / githubweb
  4. Initialize a single HttpClient callback and delay the initial reconnect task — Alberto Codutti / githubweb
  5. Close the underlying ES client — Alberto Codutti / githubweb
  6. Datastore - add RTE full stack trace log at debug level — Alberto Codutti / githubweb