coherence-spring icon indicating copy to clipboard operation
coherence-spring copied to clipboard

Coherence Spring Project

Results 31 coherence-spring issues
Sort by recently updated
recently updated
newest added

When I command ```bash ./mvnw clean install -pl coherence-spring-site -Pspring ``` next message is printed. ```bash [WARNING] The requested profile "spring" could not be activated because it does not exist....

When doing an update for a non-existing `id` via `CoherenceRepository` using e.g.: ```java this.taskRepository.update(id, myModel -> { myModel.setDescription(description); return myModel; }); ``` then a `NullPointerException` is thrown: ```java (Wrapped: Failed...

Type: Defect

Bumps [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.7.0 to 3.7.1. Release notes Sourced from org.apache.maven.plugins:maven-assembly-plugin's releases. 3.7.1 Release Notes - Maven Assembly Plugin - Version 3.7.1 What's Changed [MASSEMBLY-1023] Bump org.apache.maven.shared:maven-filtering from 3.3.1 to...

dependencies
java

Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.3.0 to 3.4.1. Release notes Sourced from org.apache.maven.plugins:maven-jar-plugin's releases. 3.4.1 🐛 Bug Fixes [MJAR-307] - Wrong version of commons-io cause a ClassNotFound o.a.commons.io.file.attribute.FileTimes (#83) @​slawekjaranowski 📦 Dependency...

dependencies
java

Bumps [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) from 3.2.4 to 3.2.5. Release notes Sourced from org.springframework.boot:spring-boot-maven-plugin's releases. v3.2.5 :lady_beetle: Bug Fixes BindValidationFailureAnalyzer uses wrong target #40364 Log4j2LoggingSystem pollutes Log4j2's environment with a SpringEnvironmentPropertySource that is...

dependencies
java

Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.2 to 3.2.4. Release notes Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases. 3.2.4 Release Notes - Maven GPG Plugin - Version 3.2.4 [MGPG-125] - Fix "bestPractices" (#95) @​cstamas 📦 Dependency...

dependencies
java

Bumps `spring-security.version` from 6.2.3 to 6.2.4. Updates `org.springframework.security:spring-security-config` from 6.2.3 to 6.2.4 Release notes Sourced from org.springframework.security:spring-security-config's releases. 6.2.4 :beetle: Bug Fixes SpaCsrfTokenRequestHandler(Kotlin) documented in csrf-integration-javascript-spa causes NullPointerException #14805 Address...

dependencies
java

Currently, we set the persisted Spring session timeout value, once. When a session is updated, the session timeout is taking from the existing session entry. In situations where the session...

We should document the various ways to specify session timeouts (expiration of HTTP session entries in the respective Coherence cache). This should also include an explanation of the overriding behavior...

As a follow-up to https://github.com/coherence-community/coherence-spring/issues/257

Type: Enhancement