killbill / killbill-commons

Kill Bill reusable Java components
https://killbill.io
Apache License 2.0
135 stars 66 forks source link

Trailing spaces in properties result in the property not being set #172

Open reshmabidikar opened 1 month ago

reshmabidikar commented 1 month ago

Steps to reproduce:

  1. Set org.killbill.server.test.mode=true. (Trailing space after true)
  2. Start KB server
  3. Move the clock - an error occurs.

This would need to be fixed for properties belonging to all data types.

reshmabidikar commented 1 month ago

According to Pierre, the issue might be here.