Skip to content

Changes

#182 (May 29, 2024, 1:01:42 PM)

  1. :bug: [REST API] Fixed DeviceNotConnectedException mapped HTTP erorr code to be 400 — Alberto Codutti / githubweb

#180 (May 27, 2024, 10:53:42 AM)

  1. :bug: [REST API] Fixed returnNotNullEntity correctly handle null KapuaEntities and throw KapuaEntityNotFoundException — Alberto Codutti / githubweb
  2. :recycle: [REST API] Adopted new returnNotNullEntity(T, String, KapuaId) utility — Alberto Codutti / githubweb
  3. :bug: [REST API] Fixed returnNotNullEntity for generic Objects and added dedicated WebApplicationExceptionMapper — Alberto Codutti / githubweb

#179 (May 17, 2024, 5:54:06 PM)

  1. :bug: [Core] Added missing error message for KapuaEntityUniquenessException — Alberto Codutti / githubweb
  2. :bug: [Test] Fixed tests for KapuaEntityUniquenessException — Alberto Codutti / githubweb

#178 (May 16, 2024, 9:50:23 AM)

  1. fix(security): remove unnecessary localization logic — Alberto Codutti / githubweb

#177 (May 16, 2024, 4:50:20 AM)

  1. improve: bump `logback` library to address `CVE-2023-6481` — Alberto Codutti / githubweb
  2. improve: bump `commons-configuration2` library to address `CVE-2024-29131` — Alberto Codutti / githubweb

#176 (May 10, 2024, 7:53:30 AM)

  1. fix: introduced casting to KapuaEid on ComposedKey.java to better handle serialization of fields into cache — Alberto Codutti / githubweb

#175 (May 3, 2024, 11:53:51 AM)

  1. :bug: [CI] fixed providing of CODECOV_TOKEN to CI steps — Alberto Codutti / githubweb

#174 (May 3, 2024, 9:50:20 AM)

  1. :arrow_up: [CI] Updated GitHub Action checkout from v3 to v4 — Alberto Codutti / githubweb
  2. :arrow_up: [CI] Updated GitHub Action setup-java from v3 to v4 — Alberto Codutti / githubweb
  3. :arrow_up: [CI] Updated GitHub Action cache from v3 to v4 — Alberto Codutti / githubweb
  4. :bug: [CI] removed Codecov result upload for steps that don't run tests — Alberto Codutti / githubweb
  5. :arrow_up: [CI] Updated GitHub Action retry from v2.8.1 to v3 — Alberto Codutti / githubweb

#173 (May 3, 2024, 4:50:21 AM)

  1. :bug: [Test] Fixed GitHub Actions integration with Codecov for test coverage report upload - fixup — Alberto Codutti / githubweb