Skip to content

Changes

#10 (Apr 8, 2020, 1:19:51 PM)

  1. [maven-release-plugin] prepare release 1.1.5 — Kapua Bot / githubweb
  2. [maven-release-plugin] prepare for next development iteration — Kapua Bot / githubweb

#6 (Apr 8, 2020, 10:45:02 AM)

  1. [maven-release-plugin] prepare release 1.1.4 — Alberto Codutti / githubweb
  2. [maven-release-plugin] prepare for next development iteration — Alberto Codutti / githubweb
  3. Improved configuration option printout in KapuaLiquibaseClient — Alberto Codutti / githubweb
  4. Removed password printout while debugging from ContextListeners — Alberto Codutti / githubweb
  5. Fixed notification processing update retry strategy — Alberto Codutti / githubweb
  6. Easier Broker debug in Docker — Alberto Codutti / githubweb
  7. Use Join-Path to combine paths in PowerShell scripts — Alberto Codutti / githubweb
  8. Add Broker Debug in PowerShell Compose script — Alberto Codutti / githubweb
  9. Added option to fast SSH on Vagrant machine on startup — Alberto Codutti / githubweb
  10. Added option to open logs on Docker deploy - UNIX — Alberto Codutti / githubweb
  11. Added option to open logs on Docker deploy - WIN — Alberto Codutti / githubweb
  12. Power shell requires at least version 7 — Alberto Codutti / githubweb
  13. Added PackageDownloadRequest download restart — Alberto Codutti / githubweb
  14. fix event bus instance leak — Alberto Codutti / githubweb
  15. event bus - service inspector signature check fix — Alberto Codutti / githubweb
  16. Fixed javadoc — Alberto Codutti / githubweb

#5 (Mar 31, 2020, 6:23:48 AM)

  1. [maven-release-plugin] prepare release 1.1.3 — Alberto Codutti / githubweb
  2. [maven-release-plugin] prepare for next development iteration — Alberto Codutti / githubweb
  3. Add commons-collections to broker-core assembly — Alberto Codutti / githubweb

#4 (Mar 25, 2020, 9:11:17 AM)

  1. [maven-release-plugin] prepare release 1.1.2 — Alberto Codutti / githubweb
  2. [maven-release-plugin] prepare for next development iteration — Alberto Codutti / githubweb
  3. Move CORS filter to Shiro — Alberto Codutti / githubweb
  4. Relax Email validation RegEx for new domains — Alberto Codutti / githubweb
  5. Fixed exception messages missing the positional argument number — Alberto Codutti / githubweb
  6. Fix MetricPredicate and add MetricExistsPredicate — Alberto Codutti / githubweb
  7. Silenced Liquibase logging to level WARN — Alberto Codutti / githubweb
  8. Fixed target dbms to include also MariaDB — Alberto Codutti / githubweb
  9. Added Liquibase script to fix timestamp(3) columns — Alberto Codutti / githubweb
  10. Added SemanticVersion utility class — Alberto Codutti / githubweb
  11. Improved liquibase client and Timestamp scripts to be run only when required — Alberto Codutti / githubweb
  12. Added logging information when initializing LiquibaseClient — Alberto Codutti / githubweb
  13. Added javadoc — Alberto Codutti / githubweb
  14. Fixed semantic versioning and added jUnit test — Alberto Codutti / githubweb
  15. Re-added old method — Alberto Codutti / githubweb
  16. Bumped resources given to the Develop Vagrant machine — Alberto Codutti / githubweb
  17. Improved initialization of the Quartz scheduler — Alberto Codutti / githubweb
  18. Improved storing of the XML job definition to avoid collision — Alberto Codutti / githubweb
  19. Fixed handling error when retrieving data from jBatch — Alberto Codutti / githubweb
  20. Improved EntityManager to handle more Serializable entities and added Javadoc — Alberto Codutti / githubweb
  21. Changed delay values when resuming enqueued jobs — Alberto Codutti / githubweb
  22. Implemented JPAPersistenceManager for jBatch — Alberto Codutti / githubweb
  23. Improved DeviceManagementNotification handling when checking Job restart — Alberto Codutti / githubweb
  24. Added registration of a FAILED resume job — Alberto Codutti / githubweb
  25. Renamed jBatch SQL table names — Alberto Codutti / githubweb
  26. Implemented purgeByName and removed old KapuaJDBCPersistenceManagerImpl — Alberto Codutti / githubweb
  27. Added a bunch of javadoc — Alberto Codutti / githubweb
  28. skip groupable checks if the logger user is trusted — Alberto Codutti / githubweb
  29. fix shiro configuration - add custom Authenticator to avaid redundant queries on broker login operation — Alberto Codutti / githubweb
  30. fix shiro configuration - test fix — Alberto Codutti / githubweb
  31. fix shiro configuration - fix — Alberto Codutti / githubweb
  32. Fixed ForeignKeys ON DELETE CASCADE for kapua-foreignkeys module — Alberto Codutti / githubweb
  33. Fixed ForeignKeys ON DELETE CASCADE for Quartz tables — Alberto Codutti / githubweb
  34. Fixed javadoc — Alberto Codutti / githubweb

#3 (Feb 4, 2020, 9:10:22 AM)

  1. [maven-release-plugin] prepare release 1.1.1 — Alberto Codutti / githubweb
  2. [maven-release-plugin] prepare for next development iteration — Alberto Codutti / githubweb
  3. Fixed closing of the Device Management Operation on — Alberto Codutti / githubweb
  4. Added support for traking Device Management Notification messages — Alberto Codutti / githubweb
  5. Added procesing log to Device Management Operation — Alberto Codutti / githubweb
  6. Added UI to show Device Management Operation Execution Log — Alberto Codutti / githubweb
  7. Added show of the in progress log on Device Management Operation — Alberto Codutti / githubweb
  8. Added Dialog to show Job Execution Log in Console — Alberto Codutti / githubweb
  9. Added validator for KapuaEntity.name field as utility validator to — Alberto Codutti / githubweb
  10. Fixed Tag.name validation — Alberto Codutti / githubweb
  11. Fixed Group.name validation — Alberto Codutti / githubweb
  12. Fixed Role.name validation — Alberto Codutti / githubweb
  13. Fixed Trigger.name validation — Alberto Codutti / githubweb
  14. Fixed TriggerDefinition.name validation — Alberto Codutti / githubweb
  15. Fixed Job.name validation — Alberto Codutti / githubweb
  16. Fixed JobStepDefinition.name validation — Alberto Codutti / githubweb
  17. Fixed JobStep.name validation — Alberto Codutti / githubweb
  18. Fixed QA test broken by changes — Alberto Codutti / githubweb
  19. Improved validation of the Device and DeviceConnection clientId — Alberto Codutti / githubweb
  20. Improved validation of the Device.clientId and fixed Combobox on Add — Alberto Codutti / githubweb
  21. Upgraded Jackson dependencies version from 2.9.x to 2.10.1 - CWE-502 — Alberto Codutti / githubweb
  22. Upgraded commons-beanutils version from 1.9.3 to 1.9.4 - CVE-2019-10086 — Alberto Codutti / githubweb
  23. Added codecov.yml to the project root — Alberto Codutti / githubweb
  24. Fix H2 URI in Dockerfile — Alberto Codutti / githubweb
  25. Enforce UTF-8 Content Encoding in Datastore REST client — Alberto Codutti / githubweb
  26. fix broker metrics names — Alberto Codutti / githubweb
  27. Upgraded Jose4j version from 0.5.2 to 0.7.0 - CWE-200 — Alberto Codutti / githubweb
  28. Upgraded commons-fileupload version from 1.3.2 to 1.4 - CVE-2016-1000031 — Alberto Codutti / githubweb

#2 (Nov 21, 2019, 10:53:31 AM)

  1. [maven-release-plugin] prepare release 1.1.0 — Alberto Codutti / githubweb
  2. [maven-release-plugin] prepare for next development iteration — Alberto Codutti / githubweb
  3. separated tests for job engine service - restart — Alberto Codutti / githubweb
  4. Fix metric valueType on JsonKapuaPayload — Alberto Codutti / githubweb
  5. Throw KapuaNotFoundException if device does not exist — Alberto Codutti / githubweb
  6. Fallback to byte array for non-Kura body payload — Alberto Codutti / githubweb
  7. Fix NPE on RolesPermissions REST API — Alberto Codutti / githubweb
  8. H2 depedency scope set to 'test' and sorted dependenct list — Alberto Codutti / githubweb
  9. Add H2 to kapua-assembly-api and kapua-assembly-console — Alberto Codutti / githubweb
  10. Remove unused EmptyTocd class — Alberto Codutti / githubweb
  11. EmptyTocd moved from kapua-certificate-internal to kapua-commons — Alberto Codutti / githubweb
  12. Fix NPE on getConfigValues — Alberto Codutti / githubweb
  13. ChannelInfo, ClientInfo and MetricInfo registry service are not — Alberto Codutti / githubweb
  14. Configuration REST API first implementation — Alberto Codutti / githubweb
  15. Rename resource to serviceConfigurations — Alberto Codutti / githubweb
  16. Fixed Broker configuration on Vagrant machine — Alberto Codutti / githubweb
  17. Fixed error handling of the StreamService.publish() — Alberto Codutti / githubweb
  18. Remvoed duplicates XmlRegistries — Alberto Codutti / githubweb
  19. Removed unused OperationStauts class — Alberto Codutti / githubweb
  20. Fixed typo in PackageAppProperties metrics names — Alberto Codutti / githubweb
  21. Fixed OptimisticLockExeption catch to fix processing of the update last — Alberto Codutti / githubweb
  22. Fixed apps message processing and improved DeviceLifecycleServiceImpl — Alberto Codutti / githubweb
  23. Fixed JsonKapuaPayload serialization — Alberto Codutti / githubweb
  24. Refactored and fixed handling of ExceptionInfo in XML format — Alberto Codutti / githubweb