Skip to content

Changes

#1508 (Apr 24, 2024, 6:44:20 AM)

  1. :recycle: first attempt at making XmlUtil non-static — Davide Salvador / githubweb
  2. :white_check_mark: removing jaxb initialization from test steps, as it is now part of the context — Davide Salvador / githubweb
  3. :recycle: cleaner wiring of jaxb context providers — Davide Salvador / githubweb
  4. post-rebase fixes — Davide Salvador / githubweb

#1507 (Apr 23, 2024, 5:44:19 AM)

  1. :bug: jpa does not know how to handle kapuaids, was ending up comparing eids with bigintegers and failing. — Davide Salvador / githubweb

#1506 (Apr 16, 2024, 11:44:19 AM)

  1. :fix: fix metrics names composer and optimize code — Riccardo Modanese / githubweb

#1505 (Apr 16, 2024, 4:44:19 AM)

  1. :fix: (metrics) add publish and subscribe time (metrics created but not linked to the code) — Riccardo Modanese / githubweb
  2. :fix: count suffix for metrics names — Riccardo Modanese / githubweb

#1504 (Apr 12, 2024, 5:44:22 AM)

  1. :sparkles: added askTotalCount parameter to accounts query — Davide Salvador / githubweb
  2. :sparkles: added matchterm option on accounts api — Davide Salvador / githubweb

#1503 (Apr 11, 2024, 11:44:20 AM)

  1. :fix: add auto reconnect to service client — Riccardo Modanese / githubweb

#1502 (Apr 11, 2024, 8:44:20 AM)

  1. :bug: random uuid in event client id resulted in multiple instances of the same component processing the same messages, resulting in a lot of data update conflicts — Davide Salvador / githubweb
  2. :bug: AccountImpl was missing equals and hashcode, making it very hard to put it into sets — Davide Salvador / githubweb
  3. :fire: removed controversial equals as its need is handled elsewhere anyway — Davide Salvador / githubweb

#1501 (Apr 10, 2024, 5:44:19 AM)

  1. improve(open-api): custom version and build number in Swagger UI — MDeLuise / githubweb

#1500 (Apr 4, 2024, 1:20:50 PM)

  1. first contribution of an integration test for CORS filtering — Angelo Andreussi / githubweb
  2. addition of scenario for same-origin call and little improvements on cors tests — Angelo Andreussi / githubweb
  3. added missing deletion of endpoint table values in db cleanup tests — Angelo Andreussi / githubweb
  4. added env. variable for cors refresh interval and refined cors tests — Angelo Andreussi / githubweb
  5. added scenario to verify that failed auth includes anyway cors headers — Angelo Andreussi / githubweb
  6. addition of proper job to execute corsfilter tests on the kapua-ci — Angelo Andreussi / githubweb

#1499 (Apr 4, 2024, 10:44:19 AM)

  1. :bug: [OpenAPI] Fixed OpenAPI definitions for Account resources — Alberto Codutti / githubweb
  2. :bug: [OpenAPI] Fixed OpenAPI definitions for User MFA resources — Alberto Codutti / githubweb

#1479 (Mar 7, 2024, 9:44:20 AM)

  1. :fix: restoring lost code that ensures that event broker client id is unique across components — Davide Salvador / githubweb
  2. :fix: event topic now contains module name as well as service name (simple) and uuid for uniqueness — Davide Salvador / githubweb