7 Commits

Author SHA1 Message Date
Ilkka Seppälä bc42e38938 docs: update service stub 2025-04-15 21:24:13 +03:00
Ilkka Seppälä ce2e5f75d8 docs: update backpressure description 2025-04-12 15:09:24 +03:00
Ilkka Seppälä 73a582867a docs: service locator and service stub diagrams 2025-04-10 20:35:28 +03:00
Ilkka Seppälä 0ca162a55c deps: Refactor dependencies (#3224)
* remove spring dep
move junit, logging, mockito under dep mgmt

* upgrade anti-corruption-layer deps

* async method invocation

* balking, bloc

* bridge to bytecode

* caching

* callback - cqrs

* component - health check

* hexagonal - metadata mapping

* rest of the patterns

* remove checkstyle, take spotless into use
2025-03-29 19:34:27 +02:00
Ilkka Seppälä 5a371a4e76 fix: remove urm-maven-plugin from the build 2025-03-25 18:49:47 +02:00
Ilkka Seppälä 3dc27b25bb docs: escape angle brackets to fix html build 2025-03-24 18:40:36 +02:00
John Klint adf5b62753 feat: Add Service Stub Pattern using Sentiment Analysis example (#3215)
* Add Service Stub Pattern using Sentiment Analysis example

* Fix Checkstyle issues

* Suppress Sonar warning for Random usage in RealSentimentAnalysisServer
2025-03-23 07:37:35 +02:00