W-23492639-ch1-application-API-kt#897
Open
kevintroller wants to merge 1 commit into
Open
Conversation
…ields (W-23492639) Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents two new optional JVM tuning fields on the CloudHub 1.0 Application REST API (v2), added under a new JVM Tuning Fields section in
cloudhub-api.adoc:openJvmPackagesForArrow— nullable Boolean (defaultfalse). Whentrue, the worker starts with--add-opens=java.base/java.nio=ALL-UNNAMEDand-Dmule.module.tweaking.validation.skip=trueto enable Apache Arrow JDBC drivers on Java 17. Includes the security note (widened reflective access), deprecation note (transitional; removed after Module Layer Propagation), a field-semantics table, and POST/GET samples.gcMethod— nullable String (defaultnull). Per-app GC selection:Serial,Parallel, orG1(case-insensitive); any other value returns HTTP 400. Includes the input/canonical/JVM-flag table, per-workload guidance, thewrapper.confParallelGC baseline note, a field-semantics table, and POST/PUT/GET samples.Both fields require a worker replacement (redeploy, restart, or scaling event) to take effect.
GUS: W-23492639
Sources
Details__cwrapper.confbaseline, and sample payloadsF0BJ3LJRMEC) and implementing stories W-23245558 and W-23344407Open items for reviewers
cloudhub-api.adocpage (vs. thecloudhub-api-reference.adocendpoint table).ADR-MULE-#072is kept verbatim from the ticket — confirm whether that internal reference should stay in customer-facing docs.Test plan
Made with Cursor