Ross ROSS = Recommend OSS · open-source software intelligence for agents

spring-projects/spring-loaded

Java agent that enables class reloading in a running JVM observed · 2026-08-28

github.com/spring-projects/spring-loaded · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5018
  • days_rel: n/a
  • days_push: 1609
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2717 stars · 511 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Spring Loaded is a JVM agent that enables reloading of class file changes while a JVM is running, allowing methods, fields, constructors, annotations, and enum values to be added, modified, or deleted without restarting. It works on any JVM bytecode and is the reloading system used by Grails 2-4 on Java 8.

Use cases

  • hot reload java classes without restarting the jvm
  • add or modify methods and fields in a running java application
  • speed up development iteration for grails applications
  • reload class file changes on the fly during development
  • modify annotations and enum values in a live jvm

When to choose

  • you are developing on Java 8 and want richer hot-swapping than the JVM's built-in hot code replace
  • you work with Grails 2, 3, or 4 and want its built-in reloading behavior
  • you need to add, remove, or change methods, fields, or constructors without restarting the JVM

When to avoid

  • you are running Java 11 or later, which is not yet supported
  • you need to change class hierarchies or certain constructor usage patterns
  • you want an actively developed tool with ongoing updates

Facets

library · maturity maintenance

developer-tools build-tool developer-tools programming-languages jvm cross-platform jvm-agent hot-reload class-reloading bytecode-transformation grails jvm

1 source

Member repositories

RepositoryRoleHealth v2
spring-projects/spring-loadedmain32

For agents

markdown · JSON · MCP: product_card(name="spring-projects/spring-loaded")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem