mibexsoftware / bamboo-plan-dsl-plugin

Configuration as code with a Groovy-based DSL or YAML for Atlassian Bamboo.
https://marketplace.atlassian.com/plugins/ch.mibex.bamboo.plandsl/
Other
40 stars 16 forks source link

Deprecation warnings #22

Closed cattz closed 7 years ago

cattz commented 7 years ago

I can see some deprecation warnings in my logs:

02-Mar-2017 17:58:31    Plan DSL: warning: (test.groovy:80): scheduled is deprecated
02-Mar-2017 17:58:31    Plan DSL: warning: (test.groovy:113): script is deprecated
02-Mar-2017 17:58:31    Plan DSL: warning: (test.groovy:129): copyPattern is deprecated

but after searching your WiKi, I can not find any references to right syntax to be used.

mrueegg commented 7 years ago

Hi,

I documented these deprecations in the migration guide in the wiki now. I will also provide better deprecation notices in the JavaDoc of the DSL for the next release of the plug-in. Hope this helps.

cattz commented 7 years ago

Yes, that helps, thanks