mc-image-helper
mc-image-helper copied to clipboard
This tool does the complicated bits for the itzg/minecraft-server image
For https://github.com/itzg/docker-minecraft-server/issues/1596
In the issue reported here, it is not apparent what the actual error was for the file https://github.com/itzg/docker-minecraft-server/issues/1583
I'd like to modify the log4j config of mc-image-helper so it may also log in JSON to standardize logging. mc-image-helper already packages the required jackson dependencies to allow JSON logging...
It would be nice if were were able to set default values in config variables, to be able to be overrided. For this, I'd propose something similar to [Shell Parameter...
``` # mc-image-helper get --json-path .file https://api.spiget.org/v2/resources/6245 [mc-image-helper] 01:36:31.591 ERROR : 'get' command failed: class java.util.LinkedHashMap cannot be cast to class java.util.List (java.util.LinkedHashMap and java.util.List are in module java.base of...
Replace the standalone tool https://github.com/itzg/maven-metadata-release with a subcommand.
MVP features - form request body - response accept header - Request content type header - Raw request body Later features - Json request shortcut - Json response path extraction
okhttp was needed for its superior URL parsing and it looks like its HTTP operations are cleaner to use. For example, `Response#getPriorResponse` is a cleaner way to resolve filenames from...
Bumps [io.freefair.lombok](https://github.com/freefair/gradle-plugins) from 8.6 to 8.7.1. Release notes Sourced from io.freefair.lombok's releases. 8.7.1 Full Changelog: https://github.com/freefair/gradle-plugins/compare/8.7...8.7.1 8.7 What's Changed Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.0 by @dependabot in freefair/gradle-plugins#1047 Bump...