Commit 0b82232
### Proposed Changes
The Docker Maven Plugin version 0.43.4 is incompatible with Docker App
29.x, causing the test-integration-ide command to fail when developers
attempt to run integration tests locally. For my specific scenario, this
is the version I'm currently running:
<img width="1548" height="1042" alt="Screenshot 2026-01-27 at 2 42
09 PM"
src="https://github.com/user-attachments/assets/e88f511f-a8c2-4f9a-b8df-7afe6a3ab314"
/>
#### Solution
- Updated Docker Maven Plugin: Bumped version.docker-maven.plugin from
0.43.4 to 0.48.0 in parent/pom.xml:157
- Adjusted justfile port configurations: Updated default port settings
in dev-run-debug-suspend and dev-start-on-port commands to prevent port
conflicts
#### Changes
- parent/pom.xml: Updated Docker Maven plugin version to 0.48.0
- justfile: Updated default port configurations for debug and
development commands
#### Testing
- ✅ `just test-integration-ide` command now works successfully with
Docker App 29.x
- ✅ Docker containers start and stop properly
- ✅ Integration tests can run in IDE with Docker services
#### Impact
- Developers using Docker App 29.x can now run just test-integration-ide
without errors
- No breaking changes to existing workflows
- Maintains backward compatibility with existing Docker configurations
Fixes #34422
Co-authored-by: erickgonzalez <[email protected]>
1 parent 28cf518 commit 0b82232
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
0 commit comments