* run on JDK 25
* only compile main classes
* verifying against fewer patch releases
* bump coursier-cache to 7.0.0
* skip javafmtOnCompile on CI in general
* Add fetch-depth option to checkout action
* Refactor workflow by removing redundant steps
* Clarify checkout order in check-samples.yml
* Added comment to clarify checkout order for dynver.
* Check license key at startup
* Base62 decoding with validation of invalid strings
* Added Base62 specs
* Added warn on expiry support
* Added license revocation list support.
* Added license supplier
* Adjustments to log messages and termination after expiry
* Mention in docs
* Version and BuildDate as compile time constants
* silence log in tests
Co-authored-by: Patrik Nordwall <patrik.nordwall@gmail.com>
* moving away sample downloads from developer.lightbend.com
* include zip downloads of samples in Paradox
* this is the same sample as we have in "First example" so
the doc content of the quickstart is redundant
* updated links from getting started
* test samples from ci
* run ci check on main
* link from examples page
* feat: Native-image metadata for all modules
* Check in akka-actor metadata
* Some more manual ones
* Some more pluggable types
* Some more stuff
* akka-remote
* akka-cluster
* akka-cluster-metrics
* akka-cluster-sharding
* akka-cluster-sharding-typed
* akka-cluster-tools
* akka-cluster-typed
* akka-coordination
* akka-service-discovery
* akka-distributed-data
* akka-persistence
* akka-persistence-query
* akka-persistence-typed
* akka-pki
* akka-serialization-jackson
* akka-slf4j
* akka-stream
* akka-stream-typed
* Unsafe
* ClusterActorRefProvider
* LocalActorRefProvider
* RemoteActorRefProvider
* generic search for ClusterConfigChecker
* a bit more
* Trying out a CI test scheme inspired by akka-projection samples
* Most non-cluster features covered in native-image test and working
* increase /dev/shm and use that (by default)
* use default term buffer size
* increase cpu requests, shouldn't matter but corresponds
to what we want to use, 2 pods per node
* more memory request
* separate Aeron run in another workflow to make
such test failures more clear
* remove java 8 home and other complicated things from the build
* move src from java-jdk9-only, scala-jdk-9, java-jdk-9
* compiler warnings
* migration guide
* fail fast if not JDK 11 or higher
* not anonymous actor class, #32128