Skip to content

Commit

Permalink
Update 0.10 release notes (#135)
Browse files Browse the repository at this point in the history
`InputValidationIssue.input(Input<?> input)` method was removed and
could be potentially breaking.
  • Loading branch information
jpraet authored Nov 6, 2024
1 parent b7b2edc commit 023cced
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/main/asciidoc/release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,15 @@
* Remove @ApplicationException annotation on Problem, because it could potentially cause compilation errors when used in combination with annotation processors
* Disallow creation of InputValidationIssue with inputs[] of size 1
+
WARNING: *Potentially breaking:* removed InputValidationIssue.setInputs()
[WARNING]
====
*Potentially breaking:*
* removed `InputValidationIssue.setInputs(List<Input<?>> inputs)`
* removed `InputValidationIssue.setInputs(Input<?>... inputs)`
* removed `InputValidationIssue.input(Input<?> input)`
====

*belgif-rest-problem-java-ee:*

Expand Down Expand Up @@ -137,4 +145,4 @@ To benefit from Spring Boot 2.x or 3.x specific features, replace dependencies t

== Version 0.1

Initial release under Belgif organization.
Initial release under Belgif organization.

0 comments on commit 023cced

Please sign in to comment.