spring-data-gemfire
spring-data-gemfire copied to clipboard
Spring Data integration for Pivotal GemFire
Bumps shiro-spring from 1.4.1 to 1.7.1. [](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...
In `org.springframework.data.gemfire.util.CollectionUtilsUnitTests`, the tests `iterableOfEnumeration()` , `iterableOfIterator()` are all flaky due to the non-deterministic property of `HashSet` (please refer [document](https://docs.oracle.com/javase/7/docs/api/java/util/HashSet.html)). It stores value in non-determined order, so it is possible...
In `org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBeanIntegrationTest`, the test `handleArchiveFileLocation()` is flaky due to the non-deterministic property of `java.io.File.listFiles()` (please refer [document](https://docs.oracle.com/javase/7/docs/api/java/io/File.html#listFiles())). I fixed it by sorting the array of `File` for both the `expectedSnapshots`...
In `org.springframework.data.gemfire.serialization.json.JSONRegionAdviceIntegrationTests`, the tests `objectToJSon()` , `templateFind()`, `templateFindUnique()`, `templateQuery()` are all flaky due to the non-deterministic property of `getDeclatedFields()` (please refer [document](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html#getDeclaredFields--)), which is used in serialization of `org.apache.geode.cache.Region` and...
In `org/springframework/data/gemfire/config/support/DefinedIndexesIntegrationTests.java`, the test `indexesCreated()` is flaky due to the non-deterministic property of `getDeclaredMethods()` (please refer [document](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html#getDeclaredMethods--)), which is used when creating the list `definedIndexNames`. I fixed it by sort...
In `org/springframework/data/gemfire/config/annotation/EnableSslConfigurationDefaultContextIntegrationTests.java`, the test `sslAnnotationBasedClientConfigurationIsCorrect()` is flaky due to the non-deterministic property of HashSet() [document](https://docs.oracle.com/javase/7/docs/api/java/util/HashSet.html), which is used when creating the object of `ConfigurableApplicationContext`. I fixed it by trying to...
Replace potentially insensitive language with more neutral language. Note that problematic words in the code have to remain in the docs until the code changes. - [ ] You have...
Bumps [org.iq80.snappy:snappy](https://github.com/dain/snappy) from 0.4 to 0.5. Commits fc4deca [maven-release-plugin] prepare release snappy-0.5 d31f382 Replace implementation with Aircompressor code 0e375d5 Add moved note 8e212de Note location of future development 3109a5f Fix...