Branch: refs/heads/stable-16.4.x
Home:
https://github.com/xwiki/xwiki-platform
Commit: 5a6ec99942d3b872a00df4253b553dd24015235d
https://github.com/xwiki/xwiki-platform/commit/5a6ec99942d3b872a00df4253b55…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-09-04 (Wed, 04 Sep 2024)
Changed paths:
M
xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-api/src/main/java/com/xpn/xwiki/internal/plugin/image/ThumbnailatorImageProcessor.java
M
xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-api/src/test/java/com/xpn/xwiki/internal/plugin/image/ThumbnailatorImageProcessorTest.java
A
xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-api/src/test/resources/Portrait_5.jpg
Log Message:
-----------
XWIKI-22411: Image inserted with height or width parameter isn't displayed in the
orientation provided by EXIF data
* Use Thumbnailator to read the image which correctly interprets the
EXIF data.
* Add a test with a test image.
(cherry picked from commit 5f134afb2e526a193d9347791d7d2238a6fa810f)
Commit: f26422025ed2d2f10cb5480ac27fe0d37d5093c3
https://github.com/xwiki/xwiki-platform/commit/f26422025ed2d2f10cb5480ac27f…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-09-04 (Wed, 04 Sep 2024)
Changed paths:
M
xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-api/src/main/java/com/xpn/xwiki/internal/plugin/image/ThumbnailatorImageProcessor.java
Log Message:
-----------
XWIKI-22411: Image inserted with height or width parameter isn't displayed in the
orientation provided by EXIF data
* Remove the fallback to the parent method as it makes no sense - the
library already uses ImageIO internally, so it supports everything
that the parent method supports. To make things worse, this
fallback just hides exceptions/replaces them with strange exceptions
as the input stream won't be in the expected state.
(cherry picked from commit 8b8c6d6fffe8c2c512c93adaeabad3915159d0fc)
Commit: 80d053fe3c452ac303669253ea59ff3b621fc0eb
https://github.com/xwiki/xwiki-platform/commit/80d053fe3c452ac303669253ea59…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-09-04 (Wed, 04 Sep 2024)
Changed paths:
M
xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/script/SolrIndexScriptService.java
M
xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/script/SolrIndexScriptServiceTest.java
Log Message:
-----------
XWIKI-22474: Use the ContextualAuthorization manager in SolrIndexScriptService
* Simplify SolrIndexScriptService by using a contextual authorization
manager.
* Adapt the tests.
(cherry picked from commit 6570f40f976aec82baf388b5239d1412cab238c9)
Compare:
https://github.com/xwiki/xwiki-platform/compare/14cc43db7b44...80d053fe3c45
To unsubscribe from these emails, change your notification settings at
https://github.com/xwiki/xwiki-platform/settings/notifications