Releases: likespro/lpfcp-java
Releases · likespro/lpfcp-java
1.1.0
Improvements
core module:
- Made JSON library (
org.json) anapidependency - Disabled types auto-boxing when working with Java primitives
- Remove
ExecutedFunctionThrowExceptionand replace with direct exception propagation inLPFCP.
ktor module:
- Updated Ktor to version
3.1.3 Ktor.LPFCPServernow holds the entire embedded server instead ofNettyApplicationEngine- Added
exceptionDetailsConfigurationparameter tolpfcpServerandlpfcproute.
It allows specifying the details to be included in response when the exception is thrown.
This will help to hide internal server implementations from users if needed.
Other
- Updated dependencies' versions