spring-data-aerospike
spring-data-aerospike copied to clipboard
Spring Data Aerospike
* QualifierBuilder: replace binName, binType, ctx, key with path * refactoring
Hi folks, I upgraded my application from Spring Data Aerospike from `3.5.0` to `4.7.1`. In the application, I override `AerospikeTypeAliasAccessor` bean to skip writing `@class` bin: ``` @Bean @Override public...
When upgrading to spring-data-aerospike 4.6.0 from version 3.4.1, we started encountering the following errors when trying to use `@Cacheable` with entities that did not have an `@Id` property present. ```...
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 1.6 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...
Bumps `logback.test` from 1.5.3 to 1.5.6. Updates `ch.qos.logback:logback-core` from 1.5.3 to 1.5.6 Commits 7812a55 prepare release 1.5.6 759fc25 fix issues/805 i.e. LOGBACK-1768, included file with inner conditional 3d55638 start work...
Bumps com.playtika.testcontainers:embedded-aerospike from 3.1.5 to 3.1.6. [](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...
Bumps `netty.version` from 4.1.107.Final to 4.1.109.Final. Updates `io.netty:netty-transport` from 4.1.107.Final to 4.1.109.Final Commits 43455df [maven-release-plugin] prepare release netty-4.1.109.Final b9af2e6 Utilize ByteBuf#indexOf (#13974) 9f44b97 Fix DefaultChannelId#asLongText NPE (#13971) eb48822 chore: remove...
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.30 to 1.18.32. Changelog Sourced from org.projectlombok:lombok's changelog. v1.18.32 (March 20th, 2024) PLATFORM: Initial JDK22 support added. PLAFTORM Added support for Eclipse 2024-03. [Issue #3620](projectlombok/lombok#3620). PLATFORM: Added...
Hi there, MappingAerospikeWriteConverter converts version field into Integer, what if field defined as `Long version` ? The mapper will convert long to integer hence cuasing ConversionFailedException Example: org.springframework.core.convert.ConversionFailedException: Failed to...
Hello, I am unable to use projections together with `repository.findById()` Please see here for my setup: https://github.com/william-harris/aerospike-projection The two tests that use `findById()` are failing.