Commit 33de170
fix: do not log successful model deploy response as error
DeployModelMojo called printErrorInfo() on the success branches of
deploy and update, logging the platform's success response body at
ERROR level even though deployment succeeded. Limit printErrorInfo()
to the genuine failure branch.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 2e9d73a commit 33de170
1 file changed
Lines changed: 0 additions & 2 deletions
File tree
- service/tools/maven-plugin/src/main/java/ai/timefold/solver/tools/maven
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | 135 | | |
137 | 136 | | |
138 | 137 | | |
| |||
147 | 146 | | |
148 | 147 | | |
149 | 148 | | |
150 | | - | |
151 | 149 | | |
152 | 150 | | |
153 | 151 | | |
| |||
0 commit comments