Skip to content

Commit

Permalink
Merge branch 'main' into feature/#124-i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraet authored Nov 6, 2024
2 parents 075d8f5 + 023cced commit ec89168
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 @@ -25,7 +25,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 @@ -143,4 +151,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 ec89168

Please sign in to comment.