You are viewing the documentation for Blueriq 13. Documentation for other versions is available in our documentation directory.

Identifier

Component

Issue

Solution

BQ-10020


When renaming branches or repositories to lower or uppercase it was possible to get duplicate entries.

Added a database migration to make the table text columns case insensitive

BQ-9954

DCM Lists Service, JAVA Runtime

Runtime and DCM lists applications did not close RabbitMQ connections on shutdown, causing the applications to hang.

Added a method that explicitly closes the RabbitMQ connections on application shutdown.

  • No labels