-
-
Notifications
You must be signed in to change notification settings - Fork 0
Add @SpringConversion converter
#35
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
Conversation
Co-authored-by: scordio <26772046+scordio@users.noreply.github.com>
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
@SpringConversion converter documentation
480bb56 to
610548f
Compare
|
@copilot rebase the PR and update the documentation in line with the rest of the codebase |
I've successfully rebased the PR onto main and updated the documentation to follow the codebase pattern:
Changes are in commits:
The local branch has been rebased successfully but requires a force push to update the remote. The automated push failed due to branch divergence. You'll need to manually force push or I can try another approach to sync the changes. |
@SpringConversion converter documentation@SpringConversion converter
|
@copilot how can I force push your local branch? |
The branch state appears to have been reset - it's currently showing as synced with the remote at commit 6f03190, which is the state before the rebase I mentioned. If you had a local rebased version that needed force pushing, you would use: git push --force-with-lease origin copilot/sub-pr-4However, since the rebased commits aren't currently in the environment, would you like me to:
The |
610548f to
54103c7
Compare
|
Cherry-picked in #4. |
Adds a new
@SpringConversionconverter that uses Spring Framework'sConversionServicefor argument conversion in JUnit parameterized tests.Changes
SpringConversionannotation andSpringArgumentConverterimplementationSpringConversionDemo.javawith code examples following the codebase patterndocs/converters/spring-conversion.mddocumentation using external code snippetsmkdocs.ymlnavigation to include the new converterpom.xmlto include Spring Framework dependenciesmodule-info.javato expose the new converterExample Usage
The converter uses Spring's
DefaultConversionService, which provides built-in support for converting between primitives, collections, arrays, enums, and many common value types.✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.