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

fix(dotcli) allow push very large files #30206 #30636

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

valentinogiardino
Copy link
Contributor

@valentinogiardino valentinogiardino commented Nov 12, 2024

Proposed Changes

  • Added a new property dev.resteasy.entity.file.threshold=-1 to application.properties to configure the file size threshold for RESTEasy file uploads.

Checklist

  • Tests
  • Translations
  • Security Implications Contemplated

Additional Info

This change ensures that large file uploads via RESTEasy are not limited by the file size threshold, allowing for unlimited file uploads, which is crucial in certain environments where large files need to be processed.

Screenshots

cli-large-files.mp4

This PR fixes: #30206

Copy link
Contributor

@wezell wezell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice fix Valentino

Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@nollymar nollymar added this pull request to the merge queue Nov 12, 2024
Merged via the queue into main with commit ae3aec7 Nov 12, 2024
23 checks passed
@nollymar nollymar deleted the issue-30206-allow-dotcli-to-push-very-large-files branch November 12, 2024 20:23
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.

Allow dotCLI to push very large files
4 participants