Better way of setting default java properties
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 92
- Forks
- 81
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 46
Description
Is your feature request related to a problem? Please describe.
Some libraries that are used within API ML depend on default Java properties like javax.net.ssl.keyStore. These are set programmatically during application startup. This can produce unexpected behavior, e.g. objects using default values for a certain time, not changing default values under certain conditions.
Describe the solution you'd like
Find a better way to override default properties. It could be done via the start script.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing application startup and the start script to find where Java properties such as javax.net.ssl.keyStore are currently set. Compare that timing with initialization of libraries that consume default properties. Done means a documented, reliable way to override these properties before dependent objects initialize, without unexpected behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100