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

Maven plugin does not consistently use ArgFile for classpath argument on Windows #44305

Closed
wants to merge 1 commit into from

Conversation

nosan
Copy link
Contributor

@nosan nosan commented Feb 17, 2025

See gh-44252

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Feb 17, 2025
@nosan nosan force-pushed the 44252 branch 3 times, most recently from 863e978 to c287ef0 Compare February 17, 2025 20:49
This commit uses @argfile syntax for classpath argument on Windows OS
to avoid `CreateProcess error=206, The filename or extension is too long`.

See spring-projectsgh-44252

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
@snicoll snicoll self-assigned this Feb 18, 2025
@snicoll snicoll added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Feb 18, 2025
@snicoll snicoll added this to the 3.3.9 milestone Feb 18, 2025
@snicoll snicoll changed the title Use ArgFile for classpath argument on Windows Maven plugin does not consistently use ArgFile for classpath argument on Windows Feb 18, 2025
snicoll pushed a commit that referenced this pull request Feb 18, 2025
This commit uses @argfile syntax for classpath argument on Windows OS
to avoid creating a command-line that is too long.

See gh-44305

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
@snicoll snicoll closed this in 4c1f63b Feb 18, 2025
snicoll added a commit that referenced this pull request Feb 18, 2025
nosan added a commit to nosan/spring-boot that referenced this pull request Feb 18, 2025
See spring-projectsgh-44305

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants