Strolch is a parameterized framework for use on servers and IoT
Find a file
Robert von Burg 7f9b17f602
[Minor] ESN-1519 Refactor privilege handler's authentication logic
Replaced conditional authentication logic with a switch statement for better readability and extensibility. Simplified user history update and persistence logic to reduce redundancy while ensuring clarity in handling first-time logins.
2026-01-06 12:08:36 +01:00
src [Project] Update copyrights to 2025 2025-05-16 10:16:55 +02:00
strolch-agent [Fix] Adjust getPolicy method call to include default def 2025-12-09 14:02:33 +01:00
strolch-bom [Project] Set new version 2.6.0-SNAPSHOT 2025-10-03 14:44:17 +02:00
strolch-jmh-benchmark [Project] Set new version 2.6.0-SNAPSHOT 2025-10-03 14:44:17 +02:00
strolch-model [Major] Replace use of StringHelper.replaceProperties() with .format() in I18nMessage 2025-12-09 11:03:36 +01:00
strolch-persistence-postgresql [Major] Replace use of StringHelper.replaceProperties() with .format() in I18nMessage 2025-12-09 11:03:36 +01:00
strolch-persistence-xml [Major] Replace use of StringHelper.replaceProperties() with .format() in I18nMessage 2025-12-09 11:03:36 +01:00
strolch-privilege [Minor] ESN-1519 Refactor privilege handler's authentication logic 2026-01-06 12:08:36 +01:00
strolch-service [New] Add filename and encoding fields to service arguments 2025-11-11 13:48:52 +01:00
strolch-soql [Project] Set new version 2.6.0-SNAPSHOT 2025-10-03 14:44:17 +02:00
strolch-test-base [New] Add method for asserting service result warnings 2025-12-01 14:54:13 +01:00
strolch-utils [Major] Replace use of StringHelper.replaceProperties() with .format() in I18nMessage 2025-12-09 11:03:36 +01:00
strolch-web-rest [Minor] Correct variable usage in basic auth logging and logic 2026-01-06 11:59:52 +01:00
strolch-websocket [Project] Set new version 2.6.0-SNAPSHOT 2025-10-03 14:44:17 +02:00
strolch-xmlpers [Project] Set new version 2.6.0-SNAPSHOT 2025-10-03 14:44:17 +02:00
.gitignore [Project] Updated .gitignore files 2020-01-08 09:18:37 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#7) 2018-03-28 19:44:31 +02:00
LICENSE [Project] added LICENSE and README.md 2014-09-16 09:29:42 +02:00
pom.xml [Minor] Update Swagger dependency to version 2.2.41 2025-12-09 12:30:19 +01:00
qodana.yaml [Project] Updated qodana.yaml 2023-06-12 08:19:22 +02:00
README.md [Project] Removed qodana badge 2024-01-04 11:22:07 +01:00
SECURITY.md [Project] Updated SECURITY.md 2024-01-04 09:40:33 +01:00

Strolch

Contributors License Commit Activity Forks Stars Issues Build Status Project Map

The main repository which contains all of Strolch.

Getting Started

Either use a version on Maven Central: https://mvnrepository.com/artifact/li.strolch/

Or install locally first:

git clone https://github.com/strolch-li/strolch.git
cd strolch
mvn clean install -DskipTests

Then you can create your own project. Please read the README files in the generated projects.

To create a Strolch project see https://strolch.li/development/

More Information

Find more to Strolch at our website: https://strolch.li