useful-java-links
useful-java-links copied to clipboard
A list of useful Java frameworks, libraries, software and hello worlds examples
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20160212 to 20230227. Release notes Sourced from json's releases. 20230227 Pull Request Description #723 Protect JSONML from stack overflow exceptions caused by recursion #720 Limit the XML...
This pull request is similar to this one: https://github.com/Vedenin/useful-java-links/pull/131 LogCaptor is focussed on capturing data from a Logger (Java Util Logging, SLF4J, Log4J2) which includes log level based messages, excpetions,...
[SSLContext Kickstart](https://github.com/Hakky54/sslcontext-kickstart) provides a high-level factory class for configuring a http client to communicate over SSL/TLS for one way authentication or two way authentication. It has the ability to easily...
[Certificate ripper](https://github.com/Hakky54/certificate-ripper) extracts server certifcates including the full chain into a der, p7b, pkcs12 or pem file. Example usage: ```bash java -jar crip.jar export der -u=https://github.com ``` ## Demo https://user-images.githubusercontent.com/16032204/211771861-9457af87-0781-4b23-9ab7-fcabb90b935c.mov
### What happened? There are 1 security vulnerabilities found in org.springframework:spring-context 4.2.2.RELEASE - [CVE-2022-22968](https://www.oscs1024.com/hd/CVE-2022-22968) ### What did I do? Upgrade org.springframework:spring-context from 4.2.2.RELEASE to 5.2.21 for vulnerability fix ### What...