David Phillips
David Phillips
SHA-3 support was added to the JDK in [JEP 287](http://openjdk.java.net/jeps/287). It would be nice to allow using these for hashing and HMAC.
## Description > Is this change a fix, improvement, new feature, refactoring, or other? improvement ## Related issues, pull requests, and links Fixes #11000 ## Documentation (x) No documentation is...
## Description > Is this change a fix, improvement, new feature, refactoring, or other? refactoring ## Related issues, pull requests, and links First commit is extracted to https://github.com/trinodb/trino/pull/13361 ## Documentation...
I had recently opened the IDE and hadn't opened any language files. This happened while the IDE was idle. ``` java.lang.NullPointerException at org.antlr.intellij.plugin.parsing.ParsingUtils.parseText(ParsingUtils.java:206) at org.antlr.intellij.plugin.ANTLRv4PluginController.lambda$parseText$3(ANTLRv4PluginController.java:448) at com.intellij.openapi.progress.util.BackgroundTaskUtil.lambda$computeInBackgroundAndTryWait$6(BackgroundTaskUtil.java:171) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:189) at...
I need to get a list of dependencies for my project: ```bash mvnd dependency:tree > out ``` This ran super fast, because `mvnd` is awesome, but it didn't show me...
Classes such as `BuildImageConfiguration` need `toString()` so that their contents are visible in debug logs when running Maven with `-X` or `--debug`. ``` [DEBUG] Configuring mojo 'io.fabric8:docker-maven-plugin:0.38.0:build' with basic configurator...
Usage of this method with `toEpochSecond(ZoneOffset)` should also be allowed.
[AWS Fargate](https://aws.amazon.com/fargate/) allows running containers without having to provision and manage clusters. This seems ideally suited for executing CI tasks.