Alex Roytman
Alex Roytman
Would it be possible to switch from apache commons base 32/64 encoding to one provided by JDK (8+) It would allow to do away with an extra dependency which has...
Hi @wstrange It could be a bit far fetched but I am trying to reduce dependencies. since JDK8 has built in Base64 and many server environments also have some Base64...
Log file timestamp not updated on some file systems. Support periodic sync to flush metadata to FS
Hello we are experiencing issue on Azure file shares where log files metadata (particularly last updated timestamp) is not being updated till log file is closed. We confirmed that it...
Using Jetty 12.1, Weld 6 (weld-se), Jersey 3.11 and `jersey-cdi2-se` for jersey/weld integration so weld-se is started by Jersey and the app (otherwise Jersey beans are not available for injection)...
**Is your feature request related to a problem? Please describe.** I need to pass PDF document for analysis (for data extraction of PFDs with complex layout where simple text extraction...