- WildFly 22.0.0
- WildFly 19.1.0
- Adjust for Chef 16+ compatibility
- WildFly 19.1.0
- Facilitate restart notifications without dummy service resource
- WildFly 17.0.1
- Add a
wildfly_user
resource for provisioning users
- WildFly 16.0.0
- Make SystemD service timeout configurable
- WildFly 14.0.1
- Bump MySQL ConnectorJ to 8.0.13
- Bump Postgres Connector to 42.2.5
- Adjust datasource logic
- Update test framework JDK to 8u191
- Cleanup deprecated attributes and update resources
- Update documentation
- WildFly 13.0.0
- Remove Java cookbook dependency -- Bring your own Java
- Remove unnecessary
apt
&yum
dependencies
- WildFly 12.0.0
- Update Java to 8u171
- Add support for Ubuntu on the Supermarket
- Bump minimum supported Chef version due to Chef 12 and compat_resource deprecation
- Adjust tests for CLI deploy resource seemingly ignoring --name when --url is specified in 12.0.0 (Works fine via API)
- Update README
- Add support for Ubuntu on the Supermarket
- Rewrite as Resource-Driven Cookbook for added flexibility in deployment
- Add resources for API-based configuration & deployment
- WildFly 11
- Adjust configuration to be primarily based on Java Properties and Launch Configuration. This means we've removed XML template-driven configuration... The templates were simply clunky and not the ideal way to handle WildFly configuration.
- Fix Chef version constraint in metadata
- WildFly 10.1
- Add ability to add attributes
- Allow better control of ShellEscape for wildfly_property resource
- Fix for SystemD
- Only deploy Domain configuration in domain mode
- Chef will override sensitive back to its global value
- Add sensitive and optional username/password parameters to datasource resource.
- Fix missing jboss.jdbc-driver.mysql by restarting Wildfly immediately after installing mysql_connector.
- Add ChefSpec Matchers.
- Make install of Java optional.
- Fixed location of wildfly.conf in Debian init script.
- Adjusted behavior of the service user update procedure.
- Fixed hardcoded username.
- Adjusted logic to not fail if user is changed or does not exist... DO NOT CHANGE THE USER AFTER DEPLOYMENT!
- Touch markerfile if conditions warrant user change.
- Added CHANGELOG.md
- Adjusted WildFly service user behavior. We now create a system account (UID reserved range), set home directory to WildFly's base directory, and assign the /sbin/nologin shell
- Existing installations will only have the home directory and login shell changed, WildFly service will be stopped in order to facilitate this!
- Brought standalone.conf and domain.conf outside of configuration enforcement
- Bumped Java JDK to 8u40
- Added support for provisioning domain.conf
- Added ability to set port binding offset
- Switched to JDK8 by default due to JDK7 deprecation
- Bumped MySQL Connector/J to 5.1.34
- Bump for WildFly 8.2.0-FINAL
- Fixed PostGRES support and added XA datasource support
- Bumped Java JDK to 7u71
- Bumped MySQL Connector/J to 5.1.33
- Added support for Debian
- Contributed by
atoulme
- Contributed by
- Added support for PostGRES
- Contributed by
atoulme
- Contributed by
- Code cleanup
- Contributed by
rdoorn
andbjbishop
- Contributed by
- Adjusted MySQL Connector/J deployment to restart WildFly upon Connector/J update
- Bumped MySQL Connector/J to 5.1.32
- Updated
deploy
provider (Contributed byrdoorn
)- Added undeploy (:remove) action
- Allow to specify
runtime_name
- Automatically deploy new versions of war from URL based on common
runtime_name
(See README for deploy provider, example 3) - Bumped Java JDK to 7u67
- Set WildFly service resource to run at startup
- Added logcategory and loghandler LWRP's (Contributed by
afornie
)
- Added
properties
LWRP to deploy WildFly system properties - Added logrotate functionality
- Bump for WildFly 8.1.0-FINAL
- Bumped Java JDK to 7u60
- Bump for WildFly 8.1.0-CR2
- Allow the addition of application users and roles (Contributed by
isoutham
) - Bug fix to datasource and deploy providers to specify shell, as /sbin/nologin should be used for service user in Production (Contributed by
isoutham
) - Rubocop and FoodCritic fixes (Contributed by
isoutham
)
- Added a provider for updating configuration attributes (Contributed by
isoutham
)
- Bumped Java JDK to 7u55
- Bug fix in templates
- Bump for WildFly 8.1.0-CR1
- Initial commit