Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue-40] Adds missing attributes #41

Merged
merged 1 commit into from
Nov 28, 2024
Merged

Conversation

gaol
Copy link
Collaborator

@gaol gaol commented Nov 20, 2024

* disableTCCL in VertxOptions
* useDaemonThread in VertxOptions

  • fileCacheDir in FileSystemOptions
  • hostsRefreshPeriod in AddressResolverOptions

Fixes: #40

Updates based on the discussions on wildfly/wildfly-proposals#665:

  • The disableTCCL and useDaemonThread should not be specified by end users.
  • The default value of fileCacheDir should fall to the ${jboss.server.temp.dir}/vertx-cache

* fileCacheDir in FileSystemOptions, defaults to
  ${jboss.server.temp.dir}/vertx-cache if not specified
* hostsRefreshPeriod in AddressResolverOptions
@gaol gaol merged commit 52701e6 into wildfly-extras:1.x Nov 28, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adds missing attributes
1 participant