Strolch is a parameterized framework for use on servers and IoT
Find a file
Robert von Burg 8273eee41d
ESN-1620 [New] Add MissingRoleException for improved role handling
Introduced `MissingRoleException` to handle missing role scenarios more explicitly, replacing generic `AccessDeniedException` in role validation logic. Updated related resources and message bundles to support localized error messages and improved exception mapping in REST responses. These changes enhance clarity and maintainability in privilege management.
2026-04-30 10:59:44 +02:00
src [Project] Update copyrights to 2025 2025-05-16 10:16:55 +02:00
strolch-agent [New] Add hasElement methods to StrolchDao interface 2026-04-28 09:04:57 +02: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 [New] Add txLockRetries configuration to transaction handling 2026-02-02 12:02:53 +01:00
strolch-persistence-postgresql [New] Add querySize methods to DAO and ElementMap interfaces 2026-04-27 21:27:47 +02:00
strolch-persistence-xml [New] Add querySize methods to AbstractDao for element lookup 2026-04-29 09:03:06 +02:00
strolch-privilege ESN-1620 [New] Add MissingRoleException for improved role handling 2026-04-30 10:59:44 +02:00
strolch-service ESN-1619 [New] Add mapCriterionName method to GenericReport 2026-04-30 09:53:15 +02:00
strolch-soql [Project] Set new version 2.6.0-SNAPSHOT 2025-10-03 14:44:17 +02:00
strolch-test-base [New] Add querySize methods to DAO and ElementMap interfaces 2026-04-27 21:27:47 +02:00
strolch-utils [Major] Change access modifiers for extensibility in locking handlers 2026-03-26 10:23:54 +01:00
strolch-web-rest ESN-1620 [New] Add MissingRoleException for improved role handling 2026-04-30 10:59:44 +02: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 ESN-1607 [Minor] Update Bouncycastle version in pom.xml 2026-04-20 11:11:37 +02: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