Pull request #1211: MAGNOLIA-8710 AnnotationProcessingTypeResolver: report uknown $type only if all resolvers failMerge in PLATFORM/main from bugfix/MAGNOLIA-8710 to master
* commit '89e95193eefd5fc8671a18d32d137b6c12b0011d':
MAGNOLIA-8710 AnnotationProcessingTypeResolver: report uknown $type only if all resolvers fail
Pull request #1209: MAGNOLIA-8503 masterMerge in PLATFORM/main from ~RKOVARIK/main:MAGNOLIA-8503-master to master
* commit 'a183f1f8d673b37be9f10b2a63715cf321190ede':
MAGNOLIA-8503 Log JCR queries which take longer than magnolia.jcr.query.logging.thresholdMs
Pull request #1202: MAGNOLIA-8674 Don't throw exception when building metadata for module-configsMerge in PLATFORM/main from bugfix/MAGNOLIA-8674-non-module-config-metadata to master
* commit '6c645f59f68ef0a4df15567dc6f1cd7e932fd986':
MAGNOLIA-8674 Don't register module configuration definition if it doesn't correspond to a registered Magnolia modules
MAGNOLIA-8674 Don't throw exception when building metadata for module-configs
Pull request #1198: DEV-2103 Replace JCP EE8 modules with Jakarta EE8 modulesMerge in PLATFORM/main from ~MDUERIG/main:DEV-2103 to master
* commit '565100ddb04d0ffa28fc1dc9a43380c8d6f00902':
BUILD-975 Replace Java EE8 with Jakarta EE8 artifacts
MAGNOLIA-8674 Don't throw exception when building metadata for module-configs* if a YAML file e.g. foo/config.yaml matches pattern-wise, but doesn't correspond to a registered Magnolia module.
* keep following intent of a marker ModuleDefinitionType(Object.class) as a fallback
Pull request #1204: MAGNOLIA-8679 extend OncePerRequestAbstractMgnlFilter on filters that modify responsesMerge in PLATFORM/main from bugfix/MAGNOLIA-8679-merge-to-master to master
* commit 'ec0173dcc2c87b4bf5b3a252bfadfd84d406f445':
MAGNOLIA-8679 extend OncePerRequestAbstractMgnlFilter on filters that modify responses
Pull request #1199: MAGNOLIA-8670 Expose the type of the observed object instead of the component typeMerge in PLATFORM/main from ~MDUERIG/main:MAGNOLIA-8670 to master
* commit '49ca7a04e13254b0dcd10dee72e9214674f7e0a8':
MAGNOLIA-8670 Expose the type of the observed object instead of the component type
Pull request #1197: MAGNOLIA-8666 Replace SnakeYaml Constructor with SafeConstructorMerge in PLATFORM/main from MAGNOLIA-8666-master to master
* commit '5ac00128116cc73411ca9bf397a9b244003f32fe':
MAGNOLIA-8666 Improve existing test
Pull request #1194: MAGNOLIA-8660 Remove the concurrent library and replace its usagesMerge in PLATFORM/main from ~MDUERIG/main:MAGNOLIA-8660 to master
* commit '4f22dcac3e43c4cb661a6978d50f306c7b265872':
MAGNOLIA-8660 Assert that the worker threads of DelayedExecutor time out
MAGNOLIA-8660 Replicate the behaviour of ClockDaemon with ScheduledExecutorService by using daemon threads and allowing core threads to time out.
Pull request #1189: MAGNOLIA-8652 Fix NPE while doing bearer authentication in REST callMerge in PLATFORM/main from fix/MAGNOLIA-8652 to master
* commit 'c54a0e0bf9ca5c478ffd3fcd7ec6b50c928714c8':
MAGNOLIA-8652 Fix NPE while doing bearer authentication in REST call
Pull request #1192: MAGNOLIA-8544 removed pswd base64 support, testsMerge in PLATFORM/main from MAGNOLIA-8544-master to master
* commit '690336911e4c56c4c12448c4f35ab30cec40e463':
MAGNOLIA-8544 removed pswd base64 support, tests
removing xerces from pom as it is unwanted dependency
Pull request #1188: MAGNOLIA-7044 Remove Singleton annotation from FreemarkerHelper to load correct exception handlerMerge in PLATFORM/main from ~ASISKA/main:MAGNOLIA-7044-template-exception-handler-is-not-set-correctly-on-first-start-of-instance to master
* commit '56b41ee406d98f758a54434474f6909d3129f1a0':
MAGNOLIA-7044 Remove Singleton annotation from FreemarkerHelper to load correct exception handler
Pull request #1124: MAGNOLIA-8639: Remove illegal reflexive accessMerge in PLATFORM/main from ~MDUERIG/main:DEV-2013 to master
* commit 'a1722a889abac52aa8c2a7fb41ad2d93afff8866':
MAGNOLIA-8639 Test DataTransporter with utf8 character directly
MAGNOLIA-8639 Run only on Windows
Pull request #1186: MAGNOLIA-8580 Decorate only registered modulesMerge in PLATFORM/main from ~JSIMAK/main:bugfix/MAGNOLIA-8580-failing-module-config-decorator-prevents-other-decorators-from-being-applied-63 to master
* commit 'b1432175203c0536dc95577c4b2984346c671039':
MAGNOLIA-8580 Decorate only registered modules
Pull request #1185: let JcrSupport create missing workspace by defaultMerge in PLATFORM/main from feature/create-workspace-by-default to master
* commit '384c7148fff5919f4643833ab601009177896be8':
let JcrSupport create missing workspace by default
Pull request #1184: MAGNOLIA-8623 Bump to Guice 5Merge in PLATFORM/main from ~MDUERIG/main:MAGNOLIA-8623 to master
* commit '84f8d2ea053a27931aa82edaa05bf0b5b78aeda6':
MAGNOLIA-8623 Bump to Guice 5
Pull request #1180: MAGNOLIA-8609 Replace cglib with ByteBuddyMerge in PLATFORM/main from ~MDUERIG/main:MAGNOLIA-8609 to master
* commit '1d8d775a6e8bf5976fd3a562b32abe2ab7b3d17c':
MAGNOLIA-8609 Reimplement Map2BeanTransformerTest with ByteBuddy
MAGNOLIA-8609 Remove support for cgLib Enhancer from MagnoliaProxy
MAGNOLIA-8609 Use MagnoliaProxy.unwrapSourceType to determine the original type instead of reimplementing the same logic