Skip to content

Commit

Permalink
Add support for Payara 5.2021.10 (#120)
Browse files Browse the repository at this point in the history
Co-authored-by: Tero Pihlaja <[email protected]>
  • Loading branch information
TeroPihlaja and Tero Pihlaja authored Jan 3, 2022
1 parent c196bee commit 65be4bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.2.7:
* Enhance : Add support for Payara 5.2021.10

## v1.2.6:
* Fix : Fix thread pool comparison in attribute driven domain

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Installs/Configures GlassFish Application Server'
version '1.2.6'
version '1.2.7'
chef_version '>= 13.0'

issues_url 'https://github.com/realityforge/chef-glassfish'
Expand Down
3 changes: 3 additions & 0 deletions resources/domain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,9 @@ def default_logging_properties
# Payara 5.192
'com.sun.enterprise.server.logging.GFFileHandler.logStandardStreams' => 'true',

# Payara 5.2021.10
'com.sun.enterprise.server.logging.GFFileHandler.fastLogging' => 'false',

# All log level details
'.level' => 'INFO',

Expand Down

0 comments on commit 65be4bf

Please sign in to comment.