apache / camel-karavan

Apache Camel Karavan a Low-code Data Integration Platform
https://camel.apache.org
Apache License 2.0
452 stars 156 forks source link

Java class names not taking capital letters except for the first letters. #1235

Closed MN-Dheeraj closed 7 months ago

MN-Dheeraj commented 7 months ago

On karavan, Go to project>Files>Create

When I select 'Java' and create a file, the name doesn't allow capital letters except for the first letter. Usually, java classes are in the project are as follows. EmployeeProfileData.class InternalBusinessException.class

They are getting converted to Employeeprofiledata.class Internalbusinessexception.class

Due to this, I have to change the name references of these classes else where in the project and then re-upload.