Ilkka Seppälä
1af54aba49
docs: update serialized entity
2024-05-27 11:57:50 +03: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
Jakub Klimek
0f39267a19
refactor: #2366 Change h2 database usage to in mem ( #2776 )
...
* fix: Change h2 database usage to in mem (#2366 )
* #2366 Add delay option
2024-01-27 13:07:10 +02:00
Marcel Ribeiro-Dantas
f79782bea9
fix: Fix minor typos ( #2619 )
...
Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io >
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com >
2023-10-14 18:59:21 +03:00
Rahul Raj
fb7ec9b375
dependencies: #2449 bump maven-checkstyle-plugin from 3.1.0 to 3.2.0 + resolve chec… ( #2464 )
...
* #2449 bump maven-checkstyle-plugin from 3.1.0 to 3.2.0 + resolve checkstyle issues
* remove FileSelectorJFrame.java to resolve checkstyle issue
* remove FileSelectorJFrame.java to resolve checkstyle issue
* remove FileSelectorJFrame.java to resolve checkstyle issue
* add refactored file with correct filename to resolve checkstyle issue
* add the test data
* change filenames from JFrame to Jframe for checkstyle
* fix code smell from sonar report
* add new testcases to improve the test coverage
* remove code smell
2023-02-04 19:20:54 +02: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