Spring with java vs Spring with kotlin

This page summarizes the projects mentioned and recommended in the original post on /r/Kotlin

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • initializr

    A quickstart generator for Spring projects

  • Used Spring (and Hibernate) with Kotlin for years and it works like a charme. If you don't create a new project on start.spring.io , I'd suggest to add the all-open respective the jpa kotlin plug-in to your Gradle konfiguration. These plug-ins will make your life easier, because otherwise you might need to find some workarounds for final class (the default) in Kotlin. But if you create a project with start.spring.io everything works out of the box.

  • mockk

    mocking library for Kotlin

  • https://mockk.io/ is great, too.

  • 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
  • Spring Security

    Spring Security

  • To be fair there were quite some unexpected surprises in the past with Spring and Kotlin (e.g. the Cachable annotation did not work with suspend functions, not all Spring security annotations were supported with coroutines), but most of them were ironed out already.

  • mockito-kotlin

    Using Mockito with Kotlin

  • What's wrong with Mockito for Kotlin?

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

  • How to secure Python Flask applications

    5 projects | dev.to | 21 May 2024
  • Securing an Angular and Spring Boot Application with Keycloak

    2 projects | dev.to | 21 May 2024
  • JEP draft: Exception handling in switch

    6 projects | news.ycombinator.com | 19 Apr 2024
  • @Nullable et @NonNull

    1 project | dev.to | 29 Mar 2024
  • MobiVM, ahead-of-time compiler for Java bytecode, targeting iOS, macOS and Linux

    1 project | news.ycombinator.com | 22 Mar 2024