Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Fix config deprecation warning for Grails 5 #159

Open
wants to merge 1 commit into
base: grails-4.x
Choose a base branch
from

Conversation

andrewcanby-finocomp
Copy link

There is a deprecation warning when using this plugin in Grails 5:

Accessing config key 'queues' through dot notation is deprecated, and it will be removed in a future release. Use 'config.getProperty(key, targetClass)' instead

Variations of this message appear for the keys:

  • queues
  • exchanges

By obtaining the config using getProperty at the root level, these notifications are not emitted.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant