RFR: 2497: Mailing list bridge is still failing to send some emails
Zhao Song
zsong at openjdk.org
Wed Jun 4 17:00:02 UTC 2025
On Tue, 3 Jun 2025 22:44:29 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
> The fix in [SKARA-2470](https://bugs.openjdk.org/browse/SKARA-2470) seems to have been successful. However, the fix was only applied to the PUT operation, which is used when updating the archive with additional emails, not the POST which is used for the initial email.
>
> I ran the manual test for this method to verify that it still works for normal operations.
forge/src/main/java/org/openjdk/skara/forge/gitlab/GitLabRepository.java line 357:
> 355: }
> 356:
> 357: private RestRequest.ErrorTransform writeFilecontentsOnError(String filename, String content, Branch branch) {
writeFileContentsOnError?(with Capital 'C')
-------------
PR Review Comment: https://git.openjdk.org/skara/pull/1722#discussion_r2127052057
More information about the skara-dev
mailing list