Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
utils-1.11.2
-
None
-
None
Description
The simple following code:
TypedProperties typedProperties = new TypedProperties(); typedProperties.put("sshPort", 9999); typedProperties.save(new File("/home/jbonofre/test.properties"));
shows value stored as I'9999" instead of "9999" or even 9999.
Attachments
Issue Links
- relates to
-
KARAF-6356 Using instance commands corrupts org.apache.karaf.shell.cfg
- Resolved