Exodus: Easily migrate your JVM code from Maven to Bazel

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. exodus

    Easily migrate your JVM code from Maven to Bazel (by wix-incubator)

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. bazel-remote

    A remote cache for Bazel

  4. awesome-bazel

    A curated list of Bazel rules, tooling and resources.

  5. Bazel

    a fast, scalable, multi-language and extensible build system

    It has support for many languages (called rules [0]) and it has support for many tools for that specific language ecosystem.

    For example the Scala rules have specs2 (a unit testing lib/harness/framework/thing) [1]

    I have no idea how this all works in practice.

    [0] https://github.com/bazelbuild/bazel/blob/master/site/docs/ru...

    [1] https://github.com/bazelbuild/rules_scala/blob/master/exampl...

  6. rules_scala

    Scala rules for Bazel

    It has support for many languages (called rules [0]) and it has support for many tools for that specific language ecosystem.

    For example the Scala rules have specs2 (a unit testing lib/harness/framework/thing) [1]

    I have no idea how this all works in practice.

    [0] https://github.com/bazelbuild/bazel/blob/master/site/docs/ru...

    [1] https://github.com/bazelbuild/rules_scala/blob/master/exampl...

  7. CMake

    Mirror of CMake upstream repository

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • blade-build VS Bazel - a user suggested alternative

    2 projects | 28 Jan 2024
  • Monorepo + Microservices + Dependency Managment + Build system HELL

    2 projects | /r/Python | 20 Jul 2023
  • Go Dependency management in large company projects - How do you do it?

    5 projects | /r/golang | 8 Jul 2023
  • When to Use Bazel?

    13 projects | news.ycombinator.com | 13 Sep 2022
  • Incremental Builds for Haskell with Bazel

    7 projects | news.ycombinator.com | 23 Jun 2022

Did you know that Java is
the 8th most popular programming language
based on number of references?