Samples for scripting with Java 10 and JShell.
- OpenJDK 10 or any other JDK 10 containing JShell
- A text editor
This project is split in different folders:
- encoding (Base64, Hex, ...)
- files (working with files and folders)
- httpclient (working with the new http client)
- misc (params via system properties, ...)
If you find a bug or think a script should be included, you're gladely invited to create a pull request!
The JShell scripting repo currently contains some well-known and very useful third party libraries like Apache Commons Lang 3. Those libraries and their PGP signatures are checked in to the repo for ease of use. The version numbers are removed from the file name for easy upgradability, but can be found within the manifest of the corresponding Jar.
- Import the PGP keys of the Apache Foundation
- Verify each library (in
libs
folder) with their signature (e.g.gpg --verify commons-lang3.jar.asc
)