Skip to content

Fixes error when DWL file contains dashes as part of file names #93

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

Merged
merged 1 commit into from
Apr 11, 2022
Merged

Fixes error when DWL file contains dashes as part of file names #93

merged 1 commit into from
Apr 11, 2022

Conversation

sanagaraj-pivotal
Copy link
Contributor

Problem

When a dwl transformation referenced a filename with dashes in them, Generated class name which was based on filename also had Dashes in them. Causing an error in SBM.

This has been fixed.

example:
<dwltransform-message ...> <dw:set[ayload resource="classpath:dwl/get-request-mapping.dwl" /> </dwltransform-message>

would produce a class file called:
Get-request-mapping.java

Now it produces:
Getrequestmapping.java

@fabapp2 fabapp2 merged commit 265236a into spring-projects-experimental:main Apr 11, 2022
@sanagaraj-pivotal sanagaraj-pivotal deleted the dwl-file-with-dashes branch April 12, 2022 01:55
ravig-kant pushed a commit to ravig-kant/spring-boot-migrator that referenced this pull request Jul 3, 2022
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.

2 participants