diff --git a/.palantir/revapi.yml b/.palantir/revapi.yml index 56992bce8..990842289 100644 --- a/.palantir/revapi.yml +++ b/.palantir/revapi.yml @@ -9460,3 +9460,27 @@ acceptedBreaks: new: "method T net.fortuna.ical4j.model.PropertyFactory::createProperty(java.lang.String)\ \ @ net.fortuna.ical4j.model.property.RecurrenceId.Factory" justification: "approve_all_api_changes_with_major_refactor" + "3.2.3": + org.mnode.ical4j:ical4j: + - code: "java.method.exception.checkedRemoved" + old: "method void net.fortuna.ical4j.model.parameter.Email::(java.lang.String)\ + \ throws jakarta.mail.internet.AddressException" + new: "method void net.fortuna.ical4j.model.parameter.Email::(java.lang.String)" + justification: "major_version_update" + - code: "java.method.numberOfParametersChanged" + old: "method void net.fortuna.ical4j.model.PeriodList::(boolean, boolean)" + new: "method void net.fortuna.ical4j.model.PeriodList::(org.threeten.extra.Interval[])" + justification: "major_version_update" + - code: "java.method.parameterTypeChanged" + old: "parameter void net.fortuna.ical4j.model.property.FreeBusy::(===net.fortuna.ical4j.model.PeriodList===)" + new: "parameter void net.fortuna.ical4j.model.property.FreeBusy::(===java.util.List===)" + justification: "major_version_update" + - code: "java.method.parameterTypeChanged" + old: "parameter void net.fortuna.ical4j.model.property.FreeBusy::(net.fortuna.ical4j.model.ParameterList,\ + \ ===net.fortuna.ical4j.model.PeriodList===)" + new: "parameter void net.fortuna.ical4j.model.property.FreeBusy::(net.fortuna.ical4j.model.ParameterList,\ + \ ===java.util.List===)" + justification: "major_version_update" + - code: "java.method.removed" + old: "method net.fortuna.ical4j.model.PeriodList net.fortuna.ical4j.model.property.FreeBusy::getPeriods()" + justification: "major_version_update" diff --git a/gradle.properties b/gradle.properties index e2ee55c07..87be638dc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,4 +24,4 @@ sonatype_password= org.gradle.caching = true org.gradle.vfs.watch = true -revApiOldVersion = 3.2.1 \ No newline at end of file +revApiOldVersion = 3.2.3 \ No newline at end of file