Skip to content

Commit

Permalink
Approved API change due to jarkata mail dependency change
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed May 15, 2022
1 parent 5df821f commit f214fc7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .palantir/revapi.yml
Expand Up @@ -1971,3 +1971,17 @@ acceptedBreaks:
old: "method net.fortuna.ical4j.model.Parameter net.fortuna.ical4j.model.parameter.Rsvp::copy()"
new: "method net.fortuna.ical4j.model.parameter.Rsvp net.fortuna.ical4j.model.parameter.Rsvp::copy()"
justification: "updated_rsvp_copy_return_type"
"3.2.1":
org.mnode.ical4j:ical4j:
- code: "java.method.exception.checkedAdded"
old: "method void net.fortuna.ical4j.model.parameter.Email::<init>(java.lang.String)\
\ throws javax.mail.internet.AddressException"
new: "method void net.fortuna.ical4j.model.parameter.Email::<init>(java.lang.String)\
\ throws jakarta.mail.internet.AddressException"
justification: "jarkata_mail_package_changed"
- code: "java.method.exception.checkedRemoved"
old: "method void net.fortuna.ical4j.model.parameter.Email::<init>(java.lang.String)\
\ throws javax.mail.internet.AddressException"
new: "method void net.fortuna.ical4j.model.parameter.Email::<init>(java.lang.String)\
\ throws jakarta.mail.internet.AddressException"
justification: "jarkata_mail_package_changed"

0 comments on commit f214fc7

Please sign in to comment.