Branch: refs/heads/stable-14.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: cbdc3c71aac59cc97ae91102acf8075cad153440
https://github.com/xwiki/xwiki-platform/commit/cbdc3c71aac59cc97ae91102acf8…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2023-12-21 (Thu, 21 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-default/src/main/java/org/xwiki/attachment/validation/internal/step/MimetypeAttachmentValidationStep.java
Log Message:
-----------
XWIKI-21727: The mimetype AttachmentValidationStep open a stream but does not close it
(cherry picked from commit 57a29b2b837044fb49e267c6c0698bba7f4a1fa4)
Branch: refs/heads/stable-15.5.x
Home: https://github.com/xwiki/xwiki-platform
Commit: af543bd1169379dc26720e7cb7945e45d0bd3b0a
https://github.com/xwiki/xwiki-platform/commit/af543bd1169379dc26720e7cb794…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2023-12-21 (Thu, 21 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-default/src/main/java/org/xwiki/attachment/validation/internal/step/MimetypeAttachmentValidationStep.java
Log Message:
-----------
XWIKI-21727: The mimetype AttachmentValidationStep open a stream but does not close it
(cherry picked from commit 57a29b2b837044fb49e267c6c0698bba7f4a1fa4)
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 43e9a6615c4f88e2ad837a500eb2d41239fb49c0
https://github.com/xwiki/xwiki-platform/commit/43e9a6615c4f88e2ad837a500eb2…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2023-12-21 (Thu, 21 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-default/src/main/java/org/xwiki/attachment/validation/internal/step/MimetypeAttachmentValidationStep.java
Log Message:
-----------
XWIKI-21727: The mimetype AttachmentValidationStep open a stream but does not close it
(cherry picked from commit 57a29b2b837044fb49e267c6c0698bba7f4a1fa4)
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: b66b53c54590173ddec9746ea088c398c4f90614
https://github.com/xwiki/xwiki-platform/commit/b66b53c54590173ddec9746ea088…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2023-12-21 (Thu, 21 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/servletengine/ServletContainerExecutor.java
Log Message:
-----------
XWIKI-21726: ServletEngineExecutor is not using the proper java version to inject the add-opens
* remove leftover imports
Commit: 57a29b2b837044fb49e267c6c0698bba7f4a1fa4
https://github.com/xwiki/xwiki-platform/commit/57a29b2b837044fb49e267c6c069…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2023-12-21 (Thu, 21 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-default/src/main/java/org/xwiki/attachment/validation/internal/step/MimetypeAttachmentValidationStep.java
Log Message:
-----------
XWIKI-21727: The mimetype AttachmentValidationStep open a stream but does not close it
Compare: https://github.com/xwiki/xwiki-platform/compare/a679de997d4d...57a29b2b8370
Branch: refs/heads/stable-14.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 070e608ae901ffed78e15df62d55c334ce73f905
https://github.com/xwiki/xwiki-platform/commit/070e608ae901ffed78e15df62d55…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2023-12-21 (Thu, 21 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/image/ImageDialogSelectModal.java
Log Message:
-----------
[Misc] Prevent ImagePluginIT flickering
* Prevent the test from continuing before the tab is fully switched.
(cherry picked from commit 68834313e7767cba7ce9d9f33f9c187970713cff)