cbmarcum / skeletal

A simple project creation tool that uses packaged templates
Apache License 2.0
17 stars 3 forks source link

upgrade Groovy 2.5.14 to 3.0.12 #14

Closed cbmarcum closed 1 year ago

cbmarcum commented 1 year ago

this has a lot of breaking changes that can be tracked here under this enhancement.

cbmarcum commented 1 year ago

NamingSpec test has 10 out of 60 tests failing with OutOfMemoryError.
all failing HYPHENATED to CAMEL_CASE have hyphens all failing NATURAL to PROPERTY have spaces maybe getting in an infinite loop somewhere.

cbmarcum commented 1 year ago

fixed infinite loop by replacing matcher loop from while (m) to while (m.find())

cbmarcum commented 1 year ago

fixed in 0.13.0