dxa-web-application-java
dxa-web-application-java copied to clipboard
SDL Digital Experience Accelerator Java Spring MVC web application
Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 5.3.23 to 6.0.0. Release notes Sourced from spring-web's releases. v6.0.0 See What's New in Spring Framework 6.x and Upgrading to Spring Framework 6.x for upgrade instructions and...
Using DXA version 2.2.18. The application scanner has detected a vulnerability from DXA: "Path Traversal from URI". This originates from the following method: com.sdl.dxa.tridion.content.GenericStaticContentResolver.getStaticContentFileByPath(GenericStaticContentResolver.java:78) Just wanted to check whether you...
Using DXA version 2.2.18. Current version of Spring Boot: 2.1.17.RELEASE. When I tried to upgrade to 2.5.12, getting the following exception. Does DXA not support Spring Boot version 2.5.12?: Failed...
Using DXA version 2.2.18. When I tried to upgrade to Jackson 2.13.4, getting the following exception. Jackson 2.10.0 works fine. Does DXA not support Jackson 2.13.4?: [http-nio-8080-exec-10] WARN c.s.d.t.m.c.GenericSemanticModelDataConverter -...
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.12.1 to 1.15.3. Release notes Sourced from jsoup's releases. jsoup 1.15.3 jsoup 1.15.3 is out now, and includes a security fix for potential XSS attacks, along with...
Bumps logback-core from 1.2.3 to 1.2.9. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
For our dxa java implementation we have a requirement to sort component based on custom meta date field. This feature is missing in graph ql implementation. https://github.com/RWS/dxa-web-application-java/blob/760603ee76723d640c11e0a41fd9547e1860bedc/dxa-framework/dxa-tridion-provider/src/main/java/com/sdl/dxa/tridion/broker/GraphQLQueryProvider.java#L123 In non graphql...
We were wondering whether the code for checking isNoMediaCache might be incorrect. ~~~ if (!requestDto.isNoMediaCache()) { log.debug("File cannot be cached: {}", file.getAbsolutePath()); binaryComponent.setLastPublishDate(new DateTime().toString()); } ~~~ We always get a...
HI, Following instructions on https://docs.sdl.com/784837/748553/sdl-digital-experience-accelerator-2-2/installing-the-------------dxa-java-web-application-for-------------tridion-sites leads to a failure when running the prepare.bat for the Simple/Default install. dxa-builder.2.2.0-SNAPSHOT cannot be found.  Checking the Maven Central, the correct path appears...