Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency org.springframework.data:spring-data-redis to v2.7.18 #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 14, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.data:spring-data-redis (source) 2.0.11.RELEASE -> 2.7.18 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

spring-projects/spring-data-redis (org.springframework.data:spring-data-redis)

v2.7.18

Compare Source

📗 Links

🐞 Bug Fixes

  • Potential race condition in listener adding code #​2755

v2.7.17

Compare Source

📗 Links

🐞 Bug Fixes

  • ReactiveRedisConnection ZAddCommand nx and xx does not work as expected #​2731

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.5 #​2726

v2.7.16

Compare Source

📗 Links

🐞 Bug Fixes

  • Fix non-null assertion on Converter in ConvertingConverter #​2701

v2.7.15

Compare Source

📗 Links

🐞 Bug Fixes

  • DefaultRedisSerializationContextBuilder.string() should assign param to stringTuple instead of hashValueTuple #​2651

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.4 #​2673

v2.7.14

Compare Source

📗 Links

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.3 #​2623

v2.7.13

Compare Source

📗 Links

🐞 Bug Fixes

  • RedisZSetCommands.ZAddArgs#isEmpty() negates empty flag #​2588

📔 Documentation

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.2 #​2603

v2.7.12

Compare Source

📗 Links

🐞 Bug Fixes

  • When flatten = true, Jackson2HashMapper serializes the List and deserializes it out of order #​2565
  • BoundingBox.getWidth() returns height value #​2526

📔 Documentation

🔨 Dependency Upgrades

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.7.11

Compare Source

📗 Links

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.1 #​2543

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.7.10

Compare Source

📗 Links

v2.7.9

Compare Source

📗 Links

⭐ New Features

  • Add support for XCLAIM in StreamOperations #​2465

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.0 #​2514

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.7.8

Compare Source

📗 Links

v2.7.7

Compare Source

📗 Links

⭐ New Features

  • Add assertions to fail early on absent values using StreamMessageListenerContainer #​2472

🐞 Bug Fixes

  • LettuceConnection.execute(ZCARD) fails with unsupported output exception #​2473

🔨 Dependency Upgrades

v2.7.6

Compare Source

📗 Links

🐞 Bug Fixes

  • Fix method usage in MappingRedisConverter.java #​2446

📔 Documentation

  • "Redis Cache" section in ref doc appearing below "Redis Scripting" #​2458

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.7.5

Compare Source

📗 Links

v2.7.4

Compare Source

📗 Links

⭐ New Features

  • Add approximate trimming to reactive stream extensions #​2227

🐞 Bug Fixes

  • NumberFormatException parsing spring.redis.cluster.nodes with IPv6 address #​2418
  • Cursor open exception causes connection leak #​2414

📔 Documentation

  • Fix typo in Javadoc #​2417
  • HashOperations MultiGet Probably shouldn't return null elements in the collection #​2309

🔨 Dependency Upgrades

  • Upgrade to Lettuce 6.1.10.RELEASE #​2430

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.7.3

Compare Source

📗 Links

⭐ New Features

  • Improve ByteUtils.concatAll(…) array allocations #​2366

🐞 Bug Fixes

  • Reactive multiGet returns empty string on non-existing key #​2402
  • The implementation of GenericJackson2JsonRedisSerializer has changed in a non-back-compatible manner - and perhaps, by accident? #​2396
  • JedisClusterHashCommands.hStrLen() should calls hstren on JedisCluster object #​2392
  • RedisMessageListenerContainer.removeMessageListener(…) unsubscribes twice #​2355
  • Fix potential NullPointerException when using Jedis Cluster BZPOP* #​2324
  • BZPOPMAX returns minimum value when called with a Duration #​2323

📔 Documentation

  • Document differences between hRandField and hRandFieldWithValues #​2407

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.7.2

Compare Source

📗 Links

⭐ New Features

  • Allow configuration of RedisMessageListenerContainer through @EnableRedisRepositories #​1827

🐞 Bug Fixes

  • Jackson2HashMapper does not serialize BigDecimal fields when flatten = true #​2365
  • Introduce custom StdTypeResolverBuilder to support primitive arrays without type hints. #​2364
  • GenericJackson2JsonRedisSerializer fails with Unexpected token when deserializing int[] with default typing #​2361
  • JedisConnection.close() fails to release connection to pool if subscription cleanup fails #​2356
  • MappingRedisConverter does not support generic properties #​2349
  • JedisClusterKeyCommands not sending SORT with STORE modifier #​2341
  • ValueKey SerializationPair must not be null - not meaningful error message #​2336

🔨 Dependency Upgrades

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.7.1

Compare Source

📗 Links

🐞 Bug Fixes

  • Exceptions in Subscriber.initialize(…) can escape into the caller #​2335
  • Using Lettuce with RedisMessageListenerContainer leaves open connections #​2331
  • LettuceConnectionFactory.destroy(…) releases cluster connections after shutting down the connection pool #​2330

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.5 #​2338

v2.7.0

Compare Source

📗 Links

🐞 Bug Fixes

  • ZoneId property using ZoneRegion type hint cannot be read back #​2307

📔 Documentation

  • Fix a broken link in the redis-transaction docuement. #​2297

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.6.10

Compare Source

📗 Links

📔 Documentation

  • "Redis Cache" section in ref doc appearing below "Redis Scripting" #​2458

v2.6.9

Compare Source

📗 Links

v2.6.8

Compare Source

📗 Links

🐞 Bug Fixes

  • NumberFormatException parsing spring.redis.cluster.nodes with IPv6 address #​2418
  • Cursor open exception causes connection leak #​2414

📔 Documentation

  • Fix typo in Javadoc #​2417
  • HashOperations MultiGet Probably shouldn't return null elements in the collection #​2309

🔨 Dependency Upgrades

  • Upgrade to Lettuce 6.1.10.RELEASE #​2430

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.6.7

Compare Source

📗 Links

🐞 Bug Fixes

  • Reactive multiGet returns empty string on non-existing key #​2402
  • JedisClusterHashCommands.hStrLen() should calls hstren on JedisCluster object #​2392
  • Fix potential NullPointerException when using Jedis Cluster BZPOP* #​2324
  • BZPOPMAX returns minimum value when called with a Duration #​2323

📔 Documentation

  • Document differences between hRandField and hRandFieldWithValues #​2407

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.6.6

Compare Source

📗 Links

⭐ New Features

  • Allow configuration of RedisMessageListenerContainer through @EnableRedisRepositories #​1827

🐞 Bug Fixes

  • MappingRedisConverter does not support generic properties #​2349
  • JedisClusterKeyCommands not sending SORT with STORE modifier #​2341
  • ValueKey SerializationPair must not be null - not meaningful error message #​2336

🔨 Dependency Upgrades

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.6.5

Compare Source

📗 Links

🐞 Bug Fixes

  • LettuceConnectionFactory.destroy(…) releases cluster connections after shutting down the connection pool #​2330
  • ZoneId property using ZoneRegion type hint cannot be read back #​2307

📔 Documentation

  • Fix a broken link in the redis-transaction docuement. #​2297

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.5 #​2339

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.6.4

Compare Source

📗 Links

🐞 Bug Fixes

  • StaticMasterReplicaConnectionProvider throws exception on getConnectionAsync #​2296
  • DefaultGeoOperations.radius(…) throws NullPointerException in pipeline mode #​2279

v2.6.3

Compare Source

📗 Links

⭐ New Features

  • Simplify CLUSTER MYID command for Jedis #​2226

📔 Documentation

  • Fixed the @param order of some methods of ZSetOperations #​2214

🔨 Dependency Upgrades

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.6.2

Compare Source

📗 Links

🔨 Dependency Upgrades

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.6.1

Compare Source

📗 Links

⭐ New Features

  • Add RedisScript and PartialUpdate extensions #​2234

🐞 Bug Fixes

  • Unable to get an error while using opsForHash().get() command #​2210
  • ByteUtils.getBytes(ByteBuffer) does not respect buffer position for heap buffers #​2204

🔨 Dependency Upgrades

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.6.0

Compare Source

📗 Links

🐞 Bug Fixes

  • Eager initialization of LettuceConnectionFactory configured for Redis Cluster causes ClassCastException #​2186

📔 Documentation

  • Inconsistent key names in RENAME/RENAMENX command documentation #​2189

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.5.12

Compare Source

📗 Links

📔 Documentation

  • Fix a broken link in the redis-transaction docuement. #​2297

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.5.11

Compare Source

📗 Links

🐞 Bug Fixes

  • StaticMasterReplicaConnectionProvider throws exception on getConnectionAsync #​2296
  • DefaultGeoOperations.radius(…) throws NullPointerException in pipeline mode #​2279

v2.5.10

Compare Source

📗 Links

📔 Documentation

  • Fixed the @param order of some methods of ZSetOperations #​2214

🔨 Dependency Upgrades

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.5.9

Compare Source

📗 Links

v2.5.8

Compare Source

📗 Links

🐞 Bug Fixes

  • Unable to get an error while using opsForHash().get() command #​2210

🔨 Dependency Upgrades

  • Upgrade to Lettuce 6.1.6.RELEASE #​2235
  • Upgrade to Netty 4.1.72.Final #​2219
  • Update commons-beanutils to 1.9.4 #​2135

v2.5.7

Compare Source

📗 Links

🐞 Bug Fixes

  • Eager initialization of LettuceConnectionFactory configured for Redis Cluster causes ClassCastException #​2186

📔 Documentation

  • Inconsistent key names in RENAME/RENAMENX command documentation #​2189

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.5.6

Compare Source

📗 Links

📔 Documentation

  • Added docs to use TTL on AWS ElastiCache #​2181
  • Fix command reference in Javadoc #​2176

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.5.5

Compare Source

📗 Links

⭐ New Features

  • Enable ReactiveRedisTemplate for multi-tenancy usage #​2145

🔨 Dependency Upgrades

v2.5.4

Compare Source

📗 Links

v2.5.3

Compare Source

📗 Links

⭐ New Features

  • Introduce factory methods to configure LettuceConnectionFactory from RedisURI #​2116
  • Add support for ZMSCORE and ZPOPMIN/ZPOPMAX commands #​2088

🪲 Bug Fixes

  • Cannot connect to Redis Sentinel using database greater 0 through Jedis #​2103

🔨 Dependency Upgrades

v2.5.2

Compare Source

📗 Links

⭐ New Features

  • RedisCache synchronises all get(key, valueLoader) calls #​2079
  • Add support for BitFieldSubCommands that generate multiple bit operations using non-chaining methods #​2055

🪲 Bug Fixes

  • Fix result sorting using Redis repository query methods #​2087
  • LettuceStreamCommands.xRevRange uses async dedicated connection #​2078

🔨 Dependency Upgrades

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.5.1

Compare Source

📗 Links

🔨 Dependency Upgrades

v2.5.0

Compare Source

📗 Links

📔 Documentation

  • Update reference documentation to set RedisConnectionFactory on RedisTemplate #​2030

🔨 Dependency Upgrades

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.4.15

Compare Source

📗 Links

🐞 Bug Fixes

  • Eager initialization of LettuceConnectionFactory configured for Redis Cluster causes ClassCastException #​2186

v2.4.14

Compare Source

📗 Links

📔 Documentation

  • Added docs to use TTL on AWS ElastiCache #​2181
  • Fix command reference in Javadoc #​2176

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.4.13

Compare Source

📗 Links

🔨 Dependency Upgrades

v2.4.12

Compare Source

📗 Links

v2.4.11

Compare Source

📗 Links

⭐ New Features

  • Add support for ZMSCORE and ZPOPMIN/ZPOPMAX commands #​2088

🔨 Dependency Upgrades

v2.4.10

Compare Source

📗 Links

🔨 Dependency Upgrades

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.4.9

Compare Source

📗 Links

🔨 Dependency Upgrades

v2.4.8

Compare Source

📗 Links

📔 Documentation

  • Update reference documentation to set RedisConnectionFactory on RedisTemplate #​2030

🔨 Dependency Upgrades

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.4.7

Compare Source

📗 Links

🪲 Bug Fixes

  • Connection proxy creation fails when using package-protected RedisConnectionProxy interface #​2016

📔 Documentation

  • Readme lists artifacts with .RELEASE and .BUILD-SNAPSHOT suffixes #​2010

🔨 Dependency Upgrades

v2.4.6

Compare Source

📗 Links

⭐ New Features

  • Improved performance of Bucket.extract(). #​1982
  • No enum constant io.lettuce.core.protocol.CommandType.GIS.CONTAINS #​1979

🪲 Bug Fixes

  • JedisClusterZSetCommands. reverseRangeByLex parameter order issue #​1998

📔 Documentation

  • Reference documentation shows usage of deprecated code #​1964

🔨 Dependency Upgrades

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.4.3

Compare Source

v2.4.2

Compare Source

v2.4.1

Compare Source

v2.4.0

Compare Source

📗 Links

v2.3.9.RELEASE

Compare Source

📗 Links

📔 Documentation

  • Update reference documentation to set RedisConnectionFactory on RedisTemplate #​2030

🔨 Dependency Upgrades

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.3.8.RELEASE

Compare Source

📗 Links

⭐ New Features

  • No enum constant io.lettuce.core.protocol.CommandType.GIS.CONTAINS #​1979

📔 Documentation

  • Reference documentation shows usage of deprecated code #​1964

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.3.6.RELEASE

Compare Source

v2.3.5.RELEASE

Compare Source

v2.3.4.RELEASE

Compare Source

v2.3.3.RELEASE

Compare Source

v2.3.2.RELEASE

Compare Source

v2.3.1.RELEASE

[Compare Source](https://redir


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.2.1.RELEASE Update dependency org.springframework.data:spring-data-redis to v2.2.2.RELEASE Nov 18, 2019
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.2.2.RELEASE Update dependency org.springframework.data:spring-data-redis to v2.2.3.RELEASE Dec 4, 2019
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.2.3.RELEASE Update dependency org.springframework.data:spring-data-redis to v2.2.4.RELEASE Jan 18, 2020
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.2.4.RELEASE Update dependency org.springframework.data:spring-data-redis to v2.2.5.RELEASE Mar 15, 2020
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.2.5.RELEASE Update dependency org.springframework.data:spring-data-redis to v2.2.7.RELEASE May 1, 2020
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.2.7.RELEASE Update dependency org.springframework.data:spring-data-redis to v2.3.1.RELEASE Jul 1, 2020
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.3.1.RELEASE Update dependency org.springframework.data:spring-data-redis to v2.3.3.RELEASE Aug 22, 2020
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.3.3.RELEASE Update dependency org.springframework.data:spring-data-redis to v2.4.0 Oct 29, 2020
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.4.0 Update dependency org.springframework.data:spring-data-redis to v2.4.1 Nov 19, 2020
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.4.1 Update dependency org.springframework.data:spring-data-redis to v2.4.2 Jan 7, 2021
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.4.2 Update dependency org.springframework.data:spring-data-redis to v2.4.3 Jan 23, 2021
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.4.3 Update dependency org.springframework.data:spring-data-redis to v2.5.0 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/spring-data branch 2 times, most recently from 159550f to d46c076 Compare May 14, 2021 10:55
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.5.0 Update dependency org.springframework.data:spring-data-redis to v2.5.1 May 14, 2021
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.5.1 Update dependency org.springframework.data:spring-data-redis to v2.5.2 Jun 22, 2021
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.6.3 Update dependency org.springframework.data:spring-data-redis to v2.6.4 Apr 24, 2022
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.6.4 Update dependency org.springframework.data:spring-data-redis to v2.7.0 May 16, 2022
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.7.0 Update dependency org.springframework.data:spring-data-redis to v2.7.1 Jun 23, 2022
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.7.1 Update dependency org.springframework.data:spring-data-redis to v2.7.3 Sep 25, 2022
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.7.3 Update dependency org.springframework.data:spring-data-redis to v2.7.6 Nov 20, 2022
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.7.6 Update dependency org.springframework.data:spring-data-redis to v2.7.9 Mar 17, 2023
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.7.9 Update dependency org.springframework.data:spring-data-redis to v2.7.10 Mar 24, 2023
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.7.10 Update dependency org.springframework.data:spring-data-redis to v2.7.11 Apr 17, 2023
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.7.11 Update dependency org.springframework.data:spring-data-redis to v2.7.12 May 28, 2023
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.7.12 Update dependency org.springframework.data:spring-data-redis to v2.7.13 Jun 16, 2023
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.7.13 Update dependency org.springframework.data:spring-data-redis to v2.7.14 Jul 14, 2023
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.7.14 Update dependency org.springframework.data:spring-data-redis to v2.7.15 Aug 18, 2023
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.7.15 Update dependency org.springframework.data:spring-data-redis to v2.7.16 Sep 15, 2023
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.7.16 Update dependency org.springframework.data:spring-data-redis to v2.7.17 Oct 13, 2023
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-redis to v2.7.17 Update dependency org.springframework.data:spring-data-redis to v2.7.18 Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants