Skip to content

Commit

Permalink
Set oldMuleArtifactVersion to the released version (mulesoft#13887)
Browse files Browse the repository at this point in the history
  • Loading branch information
elrodro83 authored Sep 26, 2024
1 parent fd91858 commit 4c40f1e
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 1 deletion.
44 changes: 44 additions & 0 deletions core/api-changes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,48 @@
{
"4.9.0": {
"revapi": {
"differences": {
"differences": [
{
"ignore": true,
"code": "java.field.removed",
"old": "field org.mule.runtime.core.api.config.MuleManifest.logger",
"justification": "W-16519697: add new `mule-manifest` module compatible with Java 8"
},
{
"ignore": true,
"code": "java.class.removed",
"old": "class org.mule.runtime.core.api.message.ds.ByteArrayDataSource",
"justification": "W-15838197: Remove APIs from mule exposing removed java ee classes/interfaces"
},
{
"ignore": true,
"code": "java.class.removed",
"old": "class org.mule.runtime.core.api.message.ds.InputStreamDataSource",
"justification": "W-15838197: Remove APIs from mule exposing removed java ee classes/interfaces"
},
{
"ignore": true,
"code": "java.class.removed",
"old": "class org.mule.runtime.core.api.message.ds.StringDataSource",
"justification": "W-15838197: Remove APIs from mule exposing removed java ee classes/interfaces"
},
{
"ignore": true,
"code": "java.method.removed",
"old": "method javax.activation.DataHandler org.mule.runtime.core.api.util.IOUtils::toDataHandler(java.lang.String, java.lang.Object, org.mule.runtime.api.metadata.MediaType) throws java.io.IOException",
"justification": "W-15838197: Remove APIs from mule exposing removed java ee classes/interfaces"
},
{
"ignore": true,
"code": "java.class.removed",
"old": "class org.mule.runtime.core.internal.message.DefaultMessageBuilder.MessageImplementation.SerializedDataHandler",
"justification": "W-15838197: Remove APIs from mule exposing removed java ee classes/interfaces"
}
]
}
}
},
"4.8.0": {
"revapi": {
"differences": {
Expand Down
38 changes: 38 additions & 0 deletions modules/metrics/mule-metrics-api/api-changes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,42 @@
{
"4.9.0": {
"revapi": {
"differences": {
"differences": [
{
"ignore": true,
"code": "java.method.addedToInterface",
"new": "method void org.mule.runtime.metrics.api.instrument.LongCounter::add(long, java.util.Map<java.lang.String, java.lang.String>)",
"justification": "W-15943796: Implement an error counting metric."
},
{
"ignore": true,
"code": "java.method.addedToInterface",
"new": "method org.mule.runtime.metrics.api.instrument.builder.LongCounterBuilder org.mule.runtime.metrics.api.instrument.builder.LongCounterBuilder::withAddOperation(java.util.function.BiConsumer<java.lang.Long, java.util.Map<java.lang.String, java.lang.String>>)",
"justification": "W-15943796: Implement an error counting metric."
},
{
"ignore": true,
"code": "java.method.removed",
"old": "method org.mule.runtime.metrics.api.instrument.builder.LongCounterBuilder org.mule.runtime.metrics.api.instrument.builder.LongCounterBuilder::withConsumerForAddOperation(java.util.function.Consumer<java.lang.Long>)",
"justification": "W-15943796: Implement an error counting metric."
},
{
"ignore": true,
"code": "java.method.addedToInterface",
"new": "method org.mule.runtime.metrics.api.instrument.builder.LongCounterBuilder org.mule.runtime.metrics.api.instrument.builder.LongCounterBuilder::withIncrementAndGetOperation(java.util.function.Function<java.util.Map<java.lang.String, java.lang.String>, java.lang.Long>)",
"justification": "W-15943796: Implement an error counting metric."
},
{
"ignore": true,
"code": "java.method.removed",
"old": "method org.mule.runtime.metrics.api.instrument.builder.LongCounterBuilder org.mule.runtime.metrics.api.instrument.builder.LongCounterBuilder::withSupplierForIncrementAndGetOperation(java.util.function.Supplier<java.lang.Long>)",
"justification": "W-15943796: Implement an error counting metric."
}
]
}
}
},
"4.8.0": {
"revapi": {
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
<mule.jmh.elasticsearch.maven.plugin.version>1.0.0-SNAPSHOT</mule.jmh.elasticsearch.maven.plugin.version>

<formatterConfigPath>formatter.xml</formatterConfigPath>
<oldMuleArtifactVersion>4.8.0-SNAPSHOT</oldMuleArtifactVersion>
<oldMuleArtifactVersion>4.8.0</oldMuleArtifactVersion>
<revapi.checkDependencies>false</revapi.checkDependencies>
<revapi.failOnUnresolvedArtifacts>true</revapi.failOnUnresolvedArtifacts>
<skipMuleModuleMojos>false</skipMuleModuleMojos>
Expand Down

0 comments on commit 4c40f1e

Please sign in to comment.