Thank you very much, Markus!!
Posts by David Blevins
I know was driving me nuts. I'd give it the path to source on disc and it would still search m2!!!
Claude was annoying me with endless prompts to search ~/.m2 and inspect code.
Jackknife Maven Plugin:
- Indexes your project deps
- Decompiles full jars, lazily
- Injects debug bytecode into jars
tomitribe.github.io/jackknife/
#Claude #Java #Maven
Claude always searching in your ~/.m2 dir? You need this:
github.com/tomitribe/ja...
#Java #Maven #Claude
Pixie 2.12 released! Extensive support for generics. Improved factory method and builder support.
Same tiny jar. Same simple configuration. Perfect for your tiniest plain-java projects.
#Java #DI #DependencyInjection #Configuration
Crest 0.40 hot off the presses. Java CLI library modeled after JAX-RS
tomitribe.github.io/crest/
#Java #CLI
JAWS 2.1.0 released!
S3 File name annotations @Prefix, @Suffix, @Match, and @Filter used to filter listing can now also validate files being created.
Simplified one-level deep vs recursive semantics via new @Recursive annotation.
tomitribe.github.io/jaws/changel...
#Java #AWS #S3
You nailed it -- inspired by the xbean "new://" syntax in TomEE. Definitely no proxies. Some reflection to find types and annotations. Right on the tomitribe-util dep, that's the only one.
Java AWS S3 users, you need this library. I promise you.
Eliminates boilerplate (error prone) code. Replaces it with strongly-typed directory structures you define with interfaces.
tomitribe.github.io/jaws/
#Java #AWS #S3
Just released: Checkmate 1.0. Fluent #Java API styled after Stream and Optional. Prints a series of checks in Linux-startup style.
github.com/tomitribe/ch...
Just released. Pixie, a tiny magical DI, config and eventing library for your smallest apps github.com/tomitribe/pi...
#Java #OSS #DependencyInjection #Config #NoOverkill