Skip to content

Releases: wildfly-extras/wildfly-channel

1.2.1.Final

22 Oct 07:43
Compare
Choose a tag to compare

What's Changed

  • Update Maven Settings with new credentials by @jmesnil in #304
  • Bump org.junit:junit-bom from 5.11.2 to 5.11.3 by @dependabot in #307
  • Bump org.mockito:mockito-core from 5.14.1 to 5.14.2 by @dependabot in #305
  • Fix Issue #287, Ability to list the ChannelManifest and Streams present in a ChannelSession by @jfdenise in #294
  • Prepare release 1.2.1.Final by @jmesnil in #309

New Contributors

Full Changelog: 1.2.0.Final...1.2.1.Final

1.2.0.Final

15 Oct 09:24
Compare
Choose a tag to compare

What's Changed

  • Correct field names in generated channel file by @spyrkob in #237
  • Bump org.wiremock:wiremock from 3.4.2 to 3.6.0 by @dependabot in #261
  • Bump org.jboss:jboss-parent from 43 to 45 by @dependabot in #258
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 by @dependabot in #242
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 by @dependabot in #259
  • Bump org.jboss.logging:jboss-logging from 3.5.3.Final to 3.6.0.Final by @dependabot in #257
  • Bump org.apache.maven.resolver:maven-resolver-api from 1.9.18 to 1.9.20 by @dependabot in #254
  • Bump version.io.specto.hoverfly from 0.17.0 to 0.18.1 by @dependabot in #255
  • Revert "Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1" by @jmesnil in #262
  • Bump org.mockito:mockito-core from 5.11.0 to 5.13.0 by @dependabot in #286
  • Bump org.junit:junit-bom from 5.10.2 to 5.11.0 by @dependabot in #285
  • Bump org.jboss:jboss-parent from 45 to 46 by @dependabot in #266
  • Bump version.io.specto.hoverfly from 0.18.1 to 0.19.1 by @dependabot in #288
  • Bump com.networknt:json-schema-validator from 1.4.0 to 1.5.1 by @dependabot in #283
  • Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.1 by @dependabot in #279
  • Bump org.wiremock:wiremock from 3.6.0 to 3.9.1 by @dependabot in #282
  • Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 by @dependabot in #289
  • Bump org.assertj:assertj-core from 3.25.3 to 3.26.3 by @dependabot in #277
  • Update upload-artifact GH action to v4 by @spyrkob in #291
  • Add ChannelManifest.Builder by @spyrkob in #244
  • Bump org.junit:junit-bom from 5.11.0 to 5.11.2 by @dependabot in #301
  • Bump org.mockito:mockito-core from 5.13.0 to 5.14.1 by @dependabot in #299
  • Add logical-version field version to the manifest schema by @spyrkob in #281
  • [#292] During channel initialisation the version of resolved manifest is made available by @spyrkob in #300
  • Add missing parameters to build a ChannelManifest by @jmesnil in #302
  • Bump com.networknt:json-schema-validator from 1.5.1 to 1.5.2 by @dependabot in #293
  • Bump org.jboss.logging:jboss-logging from 3.6.0.Final to 3.6.1.Final by @dependabot in #290
  • Prepare release 1.2.0.Final by @jmesnil in #303

Full Changelog: 1.1.0.Final...1.2.0.Final

1.0.6.Final

10 Apr 13:19
Compare
Choose a tag to compare

What's Changed

  • Correct field names in generated channel file by @spyrkob in #247
  • [#217] Include locally deployed artifact versions if they are available in remote as well by @spyrkob in #246
  • Log maven resolution exceptions by @spyrkob in #248
  • [#219] Run test job on JDK 11, 17 and 21 by @spyrkob in #249

Full Changelog: 1.0.5.Final...1.0.6.Final

1.1.0.Final

22 Mar 12:54
Compare
Choose a tag to compare

What's Changed

  • [#219] Run test job on JDK 11, 17 and 21 by @spyrkob in #222
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.17.0 by @dependabot in #223
  • Bump org.mockito:mockito-core from 5.3.1 to 5.11.0 by @dependabot in #224
  • Bump jboss-logging from 3.4.3.Final to 3.5.3.Final by @dependabot in #200
  • Bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.15.2 to 2.17.0 by @dependabot in #226
  • Bump org.junit:junit-bom from 5.9.3 to 5.10.2 by @dependabot in #227
  • Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.14.0 by @dependabot in #228
  • Bump org.apache.maven.resolver:maven-resolver-api from 1.9.10 to 1.9.18 by @dependabot in #229
  • Bump org.jboss:jboss-parent from 39 to 43 by @dependabot in #230
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 by @dependabot in #231
  • Bump version.io.specto.hoverfly from 0.15.0 to 0.17.0 by @dependabot in #232
  • Bump org.wiremock:wiremock from 3.0.4 to 3.4.2 by @dependabot in #233
  • Bump org.assertj:assertj-core from 3.24.2 to 3.25.3 by @dependabot in #234
  • Bump com.networknt:json-schema-validator from 1.0.82 to 1.4.0 by @jmesnil in #235
  • Modify blocklist implementation. by @ivassile in #211
  • [#217] Include locally deployed artifact versions if they are available in remote as well by @spyrkob in #218
  • Log maven resolution exceptions by @spyrkob in #216
  • Metadata resolution failure in one channel should not fail installation by @TomasHofman in #221
  • Prepare release 1.1.0.Final by @jmesnil in #236

New Contributors

Full Changelog: 1.0.5.Final...1.1.0.Final

1.0.5.Final

30 Oct 12:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.4.Final...1.0.5.Final

1.0.4.Final

27 Oct 14:41
Compare
Choose a tag to compare

What's Changed

  • [JBEAP-25964] Enable authenticated proxy on demand by @spyrkob in #212
  • Prepare release 1.0.4.Final by @jmesnil in #213

Full Changelog: 1.0.3.Final...1.0.4.Final

1.0.3.Final

15 Sep 13:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.2.Final...1.0.3.Final

1.0.2.Final

20 Jun 07:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1.Final...1.0.2.Final

1.0.1.Final

23 May 12:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0.Final...1.0.1.Final

1.0.0.Final

23 May 12:15
Compare
Choose a tag to compare

What's Changed

  • Update channel.adoc by @spyrkob in #161
  • Throw InvalidChannelMetadataException when metadata doesn't declare valid schema version by @spyrkob in #162
  • Include details of failed validation in InvalidChannelMetadataException by @spyrkob in #165
  • Bump json-schema-validator from 1.0.78 to 1.0.80 by @dependabot in #168

Full Changelog: 1.0.0.Beta6...1.0.0.Final