Skip to content

Commit

Permalink
PI-1857 cvl updates (#3228)
Browse files Browse the repository at this point in the history
* PI-1857 updates to "closer match" to cvl api

* PI-1857 updates to "closer match" to cvl api

* PI-1857 updates to "closer match" to cvl api
  • Loading branch information
anthony-britton-moj authored Feb 8, 2024
1 parent 4fe6345 commit a34284d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import uk.gov.justice.digital.hmpps.messaging.NotificationHandler
import uk.gov.justice.digital.hmpps.telemetry.TelemetryService

@Component
@ConditionalOnProperty("cvl.handler.active")
class CvlHandler(
override val converter: NotificationConverter<HmppsDomainEvent>,
private val telemetryService: TelemetryService,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ spring.datasource.url: jdbc:h2:mem:./test;MODE=Oracle;DEFAULT_NULL_ORDERING=HIGH

messaging.consumer.queue: message-queue

cvl.handler.active: true

---
spring.config.activate.on-profile: oracle
spring.datasource.url: 'jdbc:tc:oracle:slim-faststart:///XEPDB1'
Expand Down

0 comments on commit a34284d

Please sign in to comment.