Migrating a Spring Boot application to Quarkus

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • quarkus-spring-api

    Extract of the Spring APIs used by the Quarkus Spring compatibility layer

  • Spring-context is excluded from the dependencies to filter spring-context classes and only keep the ones that are necessary in quarkus-spring-context-api dependency.

  • async-profiler

    Discontinued Sampling CPU and HEAP profiler for Java featuring AsyncGetCallTrace + perf_events [Moved to: https://github.com/async-profiler/async-profiler] (by jvm-profiling-tools)

  • Using the Async Profiler we were able to build flamegraphs for the first and second queries to picture the differences in path length of the two transactions execution.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • quarkus_cdi_parameterized_bean_inject_reproducer

    CDI parameterized bean with wildcard type parameter injection failure

  • I have made a small reproducer on github to show you the failure of a CDI parameterized bean, that contains a wildcard type parameter, injection:

  • Quarkus

    Quarkus: Supersonic Subatomic Java.

  • Once done, you should also play with the Quarkus Get Started guide on the official website, so that you can get familiar with the packaging and build your first application with Quarkus in no more than an hour.

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