spring-io / initializr

A quickstart generator for Spring projects
https://start.spring.io
Apache License 2.0
3.43k stars 1.73k forks source link

escape kotlin package name which contains fun #1551

Closed Ant00000ny closed 2 months ago

Ant00000ny commented 2 months ago

fix #1550

pivotal-cla commented 2 months ago

@Ant00000ny Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-cla commented 2 months ago

@Ant00000ny Thank you for signing the Contributor License Agreement!

mhalbritter commented 2 months ago

Hey, thanks for the PR. I think we should tackle this in a broader way - checking for all Kotlin keywords, like we do for Java in io.spring.initializr.metadata.InitializrConfiguration#hasReservedKeyword.