Skip to content

Commit 0ebc6ef

Browse files
author
Yuriy Bezsonov
committed
requirements for java25-spring-modernization
1 parent 2b6e7ee commit 0ebc6ef

4 files changed

Lines changed: 6 additions & 1946 deletions

File tree

.kiro/specs/java25-spring-modernization/design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ class UnicornControllerTest {
756756
<dependency>
757757
<groupId>net.jqwik</groupId>
758758
<artifactId>jqwik</artifactId>
759-
<version>1.9.2</version>
759+
<version>1.9.3</version>
760760
<scope>test</scope>
761761
</dependency>
762762

.kiro/specs/java25-spring-modernization/requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ When a Java/Spring developer sees this application, they should think:
178178

179179
#### Acceptance Criteria
180180

181-
1. THE Application SHALL use AWS SDK version 2.39.2 or later
181+
1. THE Application SHALL use AWS SDK version 2.40.14 or later
182182
2. THE Application SHALL NOT require --add-opens JVM flags for test execution
183-
3. THE Application SHALL use Testcontainers version 1.20.4 or later
183+
3. THE Application SHALL use Testcontainers version 1.21.4 or later
184184

185185
### Requirement 15: H2 Database Fallback
186186

.kiro/specs/java25-spring-modernization/tasks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This implementation plan transforms unicorn-store-spring-java25 into a showcase
77
## Tasks
88

99
- [ ] 1. Critical Fixes and Dependency Updates
10-
- [ ] 1.1 Update AWS SDK to version 2.39.2+
11-
- Update `pom.xml` AWS SDK BOM version from 2.33.4 to 2.39.2
10+
- [ ] 1.1 Update AWS SDK to version 2.40.14+
11+
- Update `pom.xml` AWS SDK BOM version from 2.33.4 to 2.40.14
1212
- _Requirements: 14.1_
1313

1414
- [ ] 1.2 Remove --add-opens JVM flags from surefire plugin
@@ -234,7 +234,7 @@ This implementation plan transforms unicorn-store-spring-java25 into a showcase
234234

235235
- [ ] 14. Add jqwik dependency for property testing
236236
- [ ] 14.1 Add jqwik to pom.xml
237-
- Add jqwik dependency version 1.9.2 with test scope
237+
- Add jqwik dependency version 1.9.3 with test scope
238238
- _Requirements: Testing Strategy_
239239

240240
## Notes

0 commit comments

Comments
 (0)