tlinkowski's Stars
protocolbuffers/protobuf
Protocol Buffers - Google's data interchange format
openjdk/jdk
JDK main-line development https://openjdk.org/projects/jdk
projectlombok/lombok
Very spicy additions to the Java programming language.
google/error-prone
Catch common Java mistakes as compile-time errors
vavr-io/vavr
vʌvr (formerly called Javaslang) is a non-commercial, non-profit object-functional library that runs with Java 8+. It aims to reduce the lines of code and increase code quality.
jacoco/jacoco
:microscope: Java Code Coverage Library
gradle/kotlin-dsl-samples
Samples builds using the Gradle Kotlin DSL
spockframework/spock
The Enterprise-ready testing and specification framework.
halirutan/IntelliJ-Key-Promoter-X
Modern IntelliJ plugin to learn shortcuts for buttons
manifold-systems/manifold
Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.
unofficial-openjdk/openjdk
Do not send pull requests! Automated Git clone of various OpenJDK branches
StartBootstrap/startbootstrap-resume
A Bootstrap 4 resume/CV theme created by Start Bootstrap
vanniktech/gradle-dependency-graph-generator-plugin
Gradle plugin that generates dependency graphs from your project.
google/flogger
A Fluent Logging API for Java
github-tools/github-release-notes
Node module to create a release or a changelog from a tag and uses issues or commits to creating the release notes.
bsideup/jabel
Jabel - unlock Javac 9+ syntax when targeting Java 8
melix/jmh-gradle-plugin
Integrates the JMH benchmarking framework with Gradle
pivovarit/parallel-collectors
Parallel Collectors is a toolkit easing parallel collection processing in Java using Stream API.
ajoberstar/grgit
The Groovy way to use Git.
tbroyer/gradle-errorprone-plugin
Gradle plugin to use the error-prone compiler for Java
aalmiray/java-champions
A list of Java Champions
java9-modularity/gradle-modules-plugin
This Gradle plugin helps working with the Java Platform Module System
ajoberstar/reckon
Infer a project's version from your Git repository.
kordamp/kordamp-gradle-plugins
A collection of Gradle plugins
koral--/jacoco-gradle-testkit-plugin
Gradle plugin for JaCoCo code coverage in tests using Gradle TestKit
robtimus/sftp-fs
An SFTP NIO.2 file system
c-guntur/java-handles-kata
Java Reflection and Unsafe Alternates - MethodHandle and VarHandle API - Fix broken tests in a Code Kata
tlinkowski/basic-annotations
A couple of basic Java annotations that cover null safety (via JSR 305), collection mutability (via Kotlin), and a few other concepts.
tlinkowski/tlinkowski-superpom
Gradle Settings & Gradle SuperPOM plugins for all projects of Tomasz Linkowski.
tlinkowski/filterer-pattern-in-10-steps
Filterer Pattern in 10 Steps