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ä
962e8898e0
refactor: rename and delete some patterns ( #2970 )
2024-05-23 17:57:46 +03:00
Ilkka Seppälä
d798a53b03
docs: serialized entity
2024-05-19 20:50:49 +03:00
Aparna
147e2e681a
feature: added code refactoring changes for 2378 ( #2379 )
...
* fix:added code refactoring changes for 2378
* fix:added code refactoring changes for 2378
* build fix for 2378
* fix: updated pom.xml files for 2378 issue
* fix:build fix for 2378 issue
Co-authored-by: aparna <aparna@aparnas-MacBook-Air.local >
2022-12-10 16:55:37 +02:00
JurenXu
b103e44ecd
feature: Implement Serialized Entity Pattern ( #2150 )
...
* Add files:
- App.java
- Country.java
- CountryDao.java
- CountrySchemaSql.java
- CountryTest.java
- README.md
- serialize-entity.urm.puml
- pom.xml (inherit from parent pom.xml)
Update files:
- pom.xml (parent pom.xml, add 1 module called serialized-entity)
* Fix duplicated error in pom.xml
* Update:
- pom.xml (module servant, changed by error, now fixed)
- pom.xml (module serialized-entity)
* Update:
- pom.xml (changed, artifactId)
* Update:
- pom.xml
Add:
AppTest.java
* Resolved changes required by the reviewer
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com >
2022-11-13 09:43:03 +02:00