Skip to content

Consolidate jasypt-encryption into io.github.gpc:grails-jasypt - #269

Open
sbglasius wants to merge 2 commits into
mainfrom
jasypt-encryption
Open

Consolidate jasypt-encryption into io.github.gpc:grails-jasypt#269
sbglasius wants to merge 2 commits into
mainfrom
jasypt-encryption

Conversation

@sbglasius

Copy link
Copy Markdown
Contributor

Summary

  • The jasypt-encryption plugin moved to the Grails Plugins Collective under new coordinates io.github.gpc:grails-jasypt (artifactId changed from jasypt-encryption to grails-jasypt).
  • Merges the old org.tros:jasypt-encryption and org.grails.plugins:jasypt-encryption entries into a single file at the new groupId path, preserving all historical versions via per-version coords/maven-repo overrides, per this repo's documented convention (see the org.grails.plugins:grails-mail example in the README).

Test plan

  • New YAML parses correctly (yaml.safe_load)
  • All 13 historical versions carried over from both old files with correct coords/maven-repo overrides
  • Old files removed, no leftover duplicates

@sbglasius

Copy link
Copy Markdown
Contributor Author

5.0.0 is being released now.

versions:
- version: 5.0.0-RC2
date: 2026-07-08T15:52:34Z
grailsVersion: 4.0.0 > *

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is 4.0.0 > * correct?
Otherwise you can change it manually in this file.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You actually found an issue, it should be 7.0.0 > *

@bito-code-review

Copy link
Copy Markdown

The syntax 4.0.0 > * is a common convention in Grails plugin metadata to indicate compatibility with Grails version 4.0.0 and any subsequent versions. It is generally accepted for defining version ranges in this context.

grails-plugins/io/github/gpc/grails-jasypt.yml

- version: 5.0.0-RC2
    date: 2026-07-08T15:52:34Z
    grailsVersion: 4.0.0 > *

The plugin moved to the Grails Plugins Collective under new coordinates
io.github.gpc:grails-jasypt. Merge the old org.tros and org.grails.plugins
entries into a single file, preserving historical versions via per-version
coords/maven-repo overrides per this repo's documented convention.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants