-
Notifications
You must be signed in to change notification settings - Fork 461
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
Don't treat @Value
as a type annotation
#1367
Conversation
I'm okay with this, but we need to add it in all three changelogs like so:
I'm not sure what the changelog message should be, I'm happy to merge anything. |
Thanks for the feedback. I wasn't sure whether the change merited a changelog entry. I have now added them as you requested. |
Thanks for the PR! I could publish a release with only this change, but I have a slight preference to wait for a more substantial new feature or bugfix before creating the notification noise of a new release. Please speak up if you'd like me to publish now though, it's not a big deal :) |
Either way is fine with me. Thanks! |
Published in |
This reverts commit 2a4ee5d. Spotless issue is fixed: diffplug/spotless#1367
…1.0 (mulk/mulkcms2!12) This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | build | minor | `2.30.0` -> `2.31.0` | --- ### Release Notes <details> <summary>diffplug/spotless</summary> ### [`v2.31.0`](https://github.com/diffplug/spotless/blob/HEAD/CHANGES.md#​2310---2022-11-24) ##### Added - `importOrder` now support groups of imports without blank lines ([#​1401](diffplug/spotless#1401)) ##### Fixed - Don't treat `@Value` as a type annotation [#​1367](diffplug/spotless#1367) - Support `ktlint_disabled_rules` in `ktlint` 0.47.x [#​1378](diffplug/spotless#1378) - Share git repositories across projects when using ratchet ([#​1426](diffplug/spotless#1426)) ##### Changes - Bump default `ktfmt` version to latest `0.40` -> `0.41` ([#​1340](diffplug/spotless#1340)) - Bump default `scalafmt` version to latest `3.5.9` -> `3.6.1` ([#​1373](diffplug/spotless#1373)) - Bump default `diktat` version to latest `1.2.3` -> `1.2.4.2` ([#​1393](diffplug/spotless#1393)) - Bump default `palantir-java-format` version to latest `2.10` -> `2.28` ([#​1393](diffplug/spotless#1393)) </details> --- ### 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 MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9-->
Related: typetools/checker-framework#5364