Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Jun 3, 2023
1 parent afd3179 commit 94a8e34
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
@@ -1,4 +1,4 @@
CHANGELOG_START_TAG=ical4j-3.2.10
CHANGELOG_START_TAG=ical4j-3.2.11
CHANGELOG_END_TAG=HEAD

GRADLE_VERSION=7.6
13 changes: 13 additions & 0 deletions .palantir/revapi.yml
Expand Up @@ -1990,6 +1990,19 @@ acceptedBreaks:
new: "method void net.fortuna.ical4j.model.parameter.Email::<init>(java.lang.String)\
\ throws jakarta.mail.internet.AddressException"
justification: "jarkata_mail_package_changed"
"3.2.11":
org.mnode.ical4j:ical4j:
- code: "java.class.noLongerImplementsInterface"
old: "class net.fortuna.ical4j.data.CalendarBuilder"
new: "class net.fortuna.ical4j.data.CalendarBuilder"
justification: "simplify_exposed_interfaces"
- code: "java.method.removed"
old: "method java.util.function.Consumer<T> java.util.function.Consumer<T>::andThen(java.util.function.Consumer<?\
\ super T>) @ net.fortuna.ical4j.data.CalendarBuilder"
justification: "simplify_exposed_interfaces"
- code: "java.method.removed"
old: "method void net.fortuna.ical4j.data.CalendarBuilder::accept(net.fortuna.ical4j.model.Calendar)"
justification: "simplify_exposed_interfaces"
"3.2.6":
org.mnode.ical4j:ical4j:
- code: "java.field.removed"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -21,4 +21,4 @@ jacoco_htmlReport = false
org.gradle.caching = true
org.gradle.vfs.watch = true

revApiOldVersion = 3.2.10
revApiOldVersion = 3.2.11

0 comments on commit 94a8e34

Please sign in to comment.