Skip to content

Releases: wildfly-extras/wildfly-grpc-feature-pack

WildFly gRPC 0.1.3.Final

26 Jan 12:10
aa47723
Compare
Choose a tag to compare

Fixed

  • #193: Add missing dependency and module to com.squareup.okhttp3 after upgrading to WildFly 31

WildFly gRPC 0.1.2.Final

21 Jul 10:49
95f1e70
Compare
Choose a tag to compare

Added

  • Galleon layers metadata
  • Enhanced documentation

Upgrades

  • Bump WildFly Core to 21.1.0.Final
  • Bump WildFly to 29.0.0.Final
  • Bump Galleon to 5.2.0.Final
  • Bump gRPC to 1.56.1
  • Bump JBoss Logging to 3.5.2.Final
  • Bump WildFly Maven plugin to 4.2.0.Alpha1
  • Bump Jandex to 3.1.2
  • Bump Arquillian to 1.7.0.Final

WildFly gRPC 0.1.1.Final

08 May 11:54
0d4ae6d
Compare
Choose a tag to compare

Added

  • Add a maven profile quick-build that skips (IT) test, formatting, license check, checkstyle and enforcer. It runs the goals clean install by default and can be activated by specifying the system property quickly: mvn -Dquickly

Upgrades

  • Bump arquillian-junit-core from 1.6.0.Final to 1.7.0.Final

Fixed

  • Fix deprecated license-maven-plugin configuration
  • Exclude test suite from deployment
  • Fix script to bump the version number

WildFly gRPC 0.1.0.Final

04 May 08:11
Compare
Choose a tag to compare

This is our first feature-complete release of the WildFly gRPC feature pack 🍾🎉🍻.
Many new features, bug fixes, and dependency upgrades went into this release.

Added

  • Add the io.grpc module as it will be removed from WildFly (#78)
  • Add to documentation
  • Extended treatment of TLS
  • Support for one-way and two-way SSL/TLS connections
  • Implemented two attributes: "wildfly-grpc-server-port" and "wildfly-grpc-server-host"
  • Add formatting of POM files.
  • Add version for galleon-maven-plugin
  • Add configuration parameters
  • Add examples/helloworld/client/src/main/resources/client.keystore.pem
  • Add attribute: shutdown-timeout
  • Add SSL options to chat example

Changed

  • Migrate to using the org.wildfly.tools:wildfly-parent for the parent module (#87)
  • Enable provisioning for the examples instead of relying on a server built in the test suite. Remove the standalone.xml.* pre-configured files in favor of using CLI to configure servers. (#91)
  • Update documentation

Fixed

  • Adjust release script

Removed

  • Remove unneeded configuration options. Use values in the subsystem tests. Rename the attributes as the wildfly-grpc prefix should be implied by being in WildFly in the gRPC subsystem.
  • Removed references to grpc-api; 0.0.7-0.0.8
  • Do not import the WildFly component matrix as in WildFly 28 it's gone. Clean up dependencies no longer required.

Upgrades

  • Bump grpc-bom from 1.49.1 to 1.49.2
  • Bump wildfly-maven-plugin from 4.0.0.Beta3 to 4.0.0.Final
  • Bump wildfly-galleon-maven-plugin from 6.1.0.Final to 6.4.1.Final
  • Bump WildFly from 26.1.0.Final to 27.0.1.Final
  • Bump WildFly Core from 19.0.1.Final to 20.0.1.Final
  • Bump grpc-bom from 1.49.1 to 1.54.1
  • Bump galleon-maven-plugin from 5.0.8.Final to 5.0.9.Final

WildFly gRPC 0.0.3.Final

21 Sep 10:23
8aff545
Compare
Choose a tag to compare

Added

Changed

  • Update documentation

Upgrades

  • Bump grpc-bom from 1.49.0 to 1.49.1
  • Bump wildfly-galleon-maven-plugin from 6.0.0.Final to 6.1.0.Final

WildFly gRPC 0.0.2.Final

14 Sep 09:59
5c12dc6
Compare
Choose a tag to compare

Added

  • Deploy to Maven Central

WildFly gRPC 0.0.1.Final

14 Sep 06:00
f19566d
Compare
Choose a tag to compare

Added

  • Setup release workflow
  • Add change log
  • Add code of conduct
  • Add contribution guide