Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency net.kyori:blossom to v2 #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
net.kyori:blossom (source) 1.3.1 -> 2.1.0 age adoption passing confidence

Release Notes

KyoriPowered/blossom (net.kyori:blossom)

v2.1.0: 🌼 blossom 2.1.0

blossom 2.1.0 is a feature release introducing some minor QOL features, and fixing handling of included files. It should be a straightforward upgrade for existing users of Blossom 2.0.1.

✨ Features

🐛 Fixes

Full Changelog: KyoriPowered/blossom@v2.0.1...v2.1.0

v2.0.1: 🌼 blossom 2.0.1

A hotfix release for blossom 2.0.0. See its release notes for information about the major changes in that release.

🐛 Fixes

Full Changelog: KyoriPowered/blossom@v2.0.0...v2.0.1

v2.0.0: 🌼 blossom 2.0.0

NOTE 2.0.1 has been released as a hotfix to this version, resolving an issue with applying headers. See its release notes for details about those changes. We recommend using 2.0.1 instead, but the following release notes still provide helpful migration advice.

Blossom 2.0.0 is a complete redesign of the Blossom plugin to provide a fully featured solution for source and resource templating. It is based on the template engine used to build Sponge's math library. See the README for an introduction to Blossom v2's features.

Migrating from Blossom v1

The key difference in functionality with v2 is that only source files within the specific templates root will be processed as templates -- all other source files will have no other change.

This allows more efficient execution since templates only need to be regenerated when there are actual changes, and means that any compile errors in non-templated files will be linked correctly in IDE logs. Template output will also be exposed correctly to any IDE run configurations, since templates are processed at project import time.

The quickest migration from v1 starts with a buildscript like:

sourceSets {
  main {
    blossom {
      javaSources {
        // template values here
        property("token", value)
      }
    }
  }
}

Then place files that should be processed as templates in src/main/java-templates. These are Pebble templates, so the variable syntax is {{ token }}. See their documentation for more of the language's features.

Substitute java with groovy, kotlin, or scala as desired.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from joshuasing as a code owner November 8, 2023 17:14
@renovate renovate bot force-pushed the renovate/net.kyori-blossom-2.x branch from 3f582f4 to 738eb0e Compare November 16, 2023 13:00
@renovate renovate bot force-pushed the renovate/net.kyori-blossom-2.x branch 4 times, most recently from 226b87a to a3b5b7e Compare February 2, 2024 03:20
@renovate renovate bot changed the title fix(deps): update dependency net.kyori:blossom to v2 fix(deps): update dependency net.kyori:blossom to v2 - autoclosed Feb 2, 2024
@renovate renovate bot closed this Feb 2, 2024
@renovate renovate bot deleted the renovate/net.kyori-blossom-2.x branch February 2, 2024 21:28
@renovate renovate bot changed the title fix(deps): update dependency net.kyori:blossom to v2 - autoclosed fix(deps): update dependency net.kyori:blossom to v2 Feb 3, 2024
@renovate renovate bot reopened this Feb 3, 2024
@renovate renovate bot restored the renovate/net.kyori-blossom-2.x branch February 3, 2024 05:35
@renovate renovate bot force-pushed the renovate/net.kyori-blossom-2.x branch from a3b5b7e to e40615b Compare February 3, 2024 05:36
@renovate renovate bot changed the title fix(deps): update dependency net.kyori:blossom to v2 fix(deps): update dependency net.kyori:blossom to v2 - autoclosed Feb 3, 2024
@renovate renovate bot closed this Feb 3, 2024
@renovate renovate bot deleted the renovate/net.kyori-blossom-2.x branch February 3, 2024 10:48
@renovate renovate bot changed the title fix(deps): update dependency net.kyori:blossom to v2 - autoclosed fix(deps): update dependency net.kyori:blossom to v2 Feb 3, 2024
@renovate renovate bot reopened this Feb 3, 2024
@renovate renovate bot restored the renovate/net.kyori-blossom-2.x branch February 3, 2024 12:51
@renovate renovate bot force-pushed the renovate/net.kyori-blossom-2.x branch from e40615b to 9d61eee Compare February 3, 2024 12:52
@renovate renovate bot changed the title fix(deps): update dependency net.kyori:blossom to v2 fix(deps): update dependency net.kyori:blossom to v2 - autoclosed Feb 3, 2024
@renovate renovate bot closed this Feb 3, 2024
@renovate renovate bot deleted the renovate/net.kyori-blossom-2.x branch February 3, 2024 16:11
@renovate renovate bot changed the title fix(deps): update dependency net.kyori:blossom to v2 - autoclosed fix(deps): update dependency net.kyori:blossom to v2 Feb 3, 2024
@renovate renovate bot restored the renovate/net.kyori-blossom-2.x branch February 3, 2024 19:43
@renovate renovate bot reopened this Feb 3, 2024
@renovate renovate bot force-pushed the renovate/net.kyori-blossom-2.x branch from 9d61eee to cfdaf89 Compare February 3, 2024 19:43
@renovate renovate bot changed the title fix(deps): update dependency net.kyori:blossom to v2 fix(deps): update dependency net.kyori:blossom to v2 - autoclosed Feb 3, 2024
@renovate renovate bot closed this Feb 3, 2024
@renovate renovate bot deleted the renovate/net.kyori-blossom-2.x branch February 3, 2024 22:43
@renovate renovate bot changed the title fix(deps): update dependency net.kyori:blossom to v2 - autoclosed fix(deps): update dependency net.kyori:blossom to v2 Feb 4, 2024
@renovate renovate bot restored the renovate/net.kyori-blossom-2.x branch February 4, 2024 08:35
@renovate renovate bot reopened this Feb 4, 2024
@renovate renovate bot force-pushed the renovate/net.kyori-blossom-2.x branch from cfdaf89 to 5c56e04 Compare February 4, 2024 08:36
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.

0 participants