spring-content
spring-content copied to clipboard
Cloud-Native Storage and Enterprise Content Services (ECMS) for Spring
Bumps [com.google.cloud:google-cloud-nio](https://github.com/googleapis/java-storage-nio) from 0.127.15 to 0.127.16. Release notes Sourced from com.google.cloud:google-cloud-nio's releases. v0.127.16 0.127.16 (2024-04-19) Dependencies Update dependency com.google.apis:google-api-services-storage to v1-rev20240319-2.0.0 (#1381) (203aca7) Update dependency com.google.cloud:google-cloud-storage to v2.37.0 (#1387) (ed6f938)...
Bumps [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage) from 2.32.1 to 2.37.0. Release notes Sourced from com.google.cloud:google-cloud-storage's releases. v2.37.0 2.37.0 (2024-04-19) Features Adds a ZeroCopy response marshaller for grpc ReadObject handling (#2489) (8c7404d) Port BufferToDiskThenUpload to...
Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 3.2.0 to 3.2.5. Release notes Sourced from org.springframework.boot:spring-boot-dependencies's releases. v3.2.5 :lady_beetle: Bug Fixes BindValidationFailureAnalyzer uses wrong target #40364 Log4j2LoggingSystem pollutes Log4j2's environment with a SpringEnvironmentPropertySource that is...
Bumps org.apache.pdfbox:pdfbox-tools from 2.0.28 to 3.0.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
**Describe the bug** If no file is provided in the multipart request to create entity and content, [the creation of the self-link](https://github.com/paulcwarren/spring-content/blob/3.0.9/spring-content-rest/src/main/java/org/springframework/data/rest/extensions/entitycontent/RepositoryEntityMultipartController.java#L110) fails because the Id property is null. -...
Bumps `test-containers.version` from 1.17.6 to 1.19.7. Updates `org.testcontainers:testcontainers` from 1.17.6 to 1.19.7 Release notes Sourced from org.testcontainers:testcontainers's releases. 1.19.7 Testcontainers for Java 1.19.7 Modules New K6 module (#8318) @javaducky New...
**Describe the bug** Performing a `multipart/form-data` request to the endpoint to create entity and content in single request fails with `400 Bad Request` **To Reproduce** - Perform a httpie request...
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 3.12.4 to 5.11.0. Release notes Sourced from org.mockito:mockito-core's releases. v5.11.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.11.0 2024-03-01 - 17 commit(s) by Aouichaoui Youssef, Franz Wong,...
Hi i am using ``` 'org.springframework.boot' version '3.2.2' ``` together with ``` 'com.github.paulcwarren:spring-content-jpa-boot-starter:3.0.9' ``` my repository is defined (hint: i am using javers) ``` @JaversSpringDataAuditable public interface MediaTypeEntityRepository extends JpaRepository...
Fixes #1904