hippo-groovy-updater

This project is designed for Hippo developers to have an easy way to create updaters in groovy, without being bothered with the bootstrap yaml.

APACHE-2.0 License

Stars
2
hippo-groovy-updater - Hippo Groovy updater 1.16 Latest Release

Published by joostoudeman 10 months ago

Bug fix release:

  • updater sync is working again
hippo-groovy-updater - Hippo Groovy updater 1.15

Published by joostoudeman 11 months ago

Attention!

  • Dependency updates
  • Minimum java version 11
  • Avoid breaking on certain reserved words in description

New Feature:

  • Add Annotation support to define log target (repository or log)
hippo-groovy-updater - Hippo Groovy Updater 1.14

Published by joostoudeman about 4 years ago

New Feature:

  • Option to add mixins to the updater node

Bugfixes:

  • Updater sync reuses existing updater node
hippo-groovy-updater - Hippo Groovy Updater 1.13

Published by joostoudeman about 5 years ago

Bugfixes:

  • Update synchronizer now properly excludes update scripts from autoexport
  • Update synchronizer support parameters from json file
  • Generated yaml will place registry bootstraps as configuration so reloads will occur

Breaking change:

  • Parameter yamlPath has changed into 2 parameter values:
    yamlContentPath and yamlConfigurationPath
hippo-groovy-updater - Hippo Groovy Updater 1.12

Published by joostoudeman over 5 years ago

Bugfixes:

  • Fix quote use problems for stripping the Annotations
  • Don't break on spaces in the filename
  • Add /hippo:configuration/hippo:update to autoexport excludes
  • Don't change sourcefile line endings to linux

New Features:

  • Detect Unsupported nodenames (names) on transformation
  • Get parameters from external file

Known Bug:

  • Update synchroniser does not support parameters from json file (yet)
hippo-groovy-updater - Hippo Groovy Updater 1.11

Published by joostoudeman over 6 years ago

  • Have a more fixed sorting
  • Prevent duplicates in hippoecm-extension.xml when building under specific circumstances
  • Play nice when groovy scripts have Windows line endings
hippo-groovy-updater - Hippo Groovy Updater 1.10

Published by joostoudeman over 6 years ago

hippo-groovy-updater - Hippo Groovy Updater 1.9

Published by joostoudeman over 6 years ago

This release makes the plugin available via Maven Central

hippo-groovy-updater - Hippo Groovy Updater 1.8

Published by joostoudeman almost 7 years ago

Bugfixes on 1.7

hippo-groovy-updater - Hippo Groovy Updater 1.7

Published by joostoudeman almost 7 years ago

Changes

  • Annotation added to exclude scripts
  • Optimizations on Annotation detections
  • Bugfixes on bootstrap file generating
hippo-groovy-updater - Hippo Groovy Updater 1.5

Published by joostoudeman about 7 years ago

Changes

  • Annotation Change:
    Contentroot is now using an enum. update of existing scripts using contentroot is necessary on update.
  • More robust analysis of the scripts:
    Exotic imports from dependencies will no longer give errors.
  • Pull in less dependencies for generating
    The maven plugin now no longer uses Hippo dependencies
  • When using the updater-sync module updaters are excluded from autoexport
  • Finalisation of the support for Hippo 12.
    Reloading is now done in a way that when a version is used, the reload will happen just once.

Bugfix

  • when using a path, the updater got the parameters instead
hippo-groovy-updater - Hippo Groovy Updater 1.4

Published by joostoudeman about 7 years ago

This has the first needs for Hippo 12 included. For Hippo 10 / 11 it is still stable, but for Hippo 12 there's still work in progress.