Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 12, 2023

This PR contains the following updates:

Package Change Age Confidence
net.javacrumbs.shedlock:shedlock-provider-jdbc-template (source) 4.25.0 -> 6.10.0 age confidence
net.javacrumbs.shedlock:shedlock-spring (source) 4.25.0 -> 6.10.0 age confidence

Release Notes

lukas-krecan/ShedLock (net.javacrumbs.shedlock:shedlock-provider-jdbc-template)

v6.10.0

  • Firestore provider added (thanks @​rgopaluni)
  • Nullability annotations refactored
  • Dependency updates

v6.9.2

  • OpenSearchLockProvider constructor made public

v6.9.1

  • Ability to specify index in OpenSearchLockProvider
  • OpenSearchLockProvider constructor made public
  • Dependency updates

v6.9.0

v6.8.0

  • Added riskyUnlock to HazelcastLockProvider
  • Dependency updates

v6.7.0

  • safeUpdate mode for Redis Providers (thanks @​shotmk)

v6.6.0

v6.5.0

  • Support for Sort Keys for DynamoDBLockProvider (thanks @​avanish-p1)
  • Dependency updates

v6.4.0

  • Support ElasticSearch 9
  • Dependency updates

v6.3.1

  • Add shedlock-provider-jdbc to bom (thanks @​svenallers)
  • Dependency updates

v6.3.0

v6.2.0

  • Support OpenSearch Java client (thanks @​harisonde)
  • Dependency updates

v6.1.0

v6.0.2

  • #​2272 Don't fail on startup if LockProvider not found
  • Dependency updates

v6.0.1

  • Support for multiple LockProviders
  • cdi-vintage module removed
  • Micronaut 3 support removed
  • micronaut-jdbc built on top of Micronaut 4
  • PROXY_SCHEDULER mode deprecated
  • Cassandra lock provider stated to use the org.apache.cassandra driver
  • Dependency updates

v5.16.0

  • Support for custome partition key for Dynamo #​2128 (thanks @​kumar-himans)
  • Upgrade OpenSearch rest-high-level-client #​2115 - Breaking change due to rest-high-level-client backward incompatibility
  • Dependency updates

v5.15.1

v5.15.0

  • Dependency updates
  • ElasticSearch updated to 8.15.0 containing backward incompatible change (thanks @​mputz86)

v5.14.0

v5.13.0

  • #​1779 Ability to rethrow unexpected exception in JdbcTemplateStorageAccessor
  • Dependency updates

v5.12.0

  • #​1800 Enable lower case for database type when using usingDbTime()
  • #​1804 Startup error with Neo4j 5.17.0
  • Dependency updates

v5.11.0

  • #​1753 Fix SpEL for methods with parameters
  • Dependency updates

v5.10.2

  • #​1635 fix makeAllAssertsPass locks only once
  • Dependency updates

v5.10.1

  • #​1635 fix makeAllAssertsPass(false) throws NoSuchElementException
  • Dependency updates

v5.10.0

  • SpannerLockProvider added (thanks @​pXius)
  • Dependency updates

v5.9.1

v5.9.0

  • Support Quarkus 2 Redis client (thanks @​ricardojlrufino)
  • Better handling of timeouts in ReactiveStreamsMongoLockProvider
  • Dependency updates

v5.8.0

  • Support for Micronaut 4
  • Use Merge instead of Insert for Oracle #​1528 (thanks @​xmojsic)
  • Dependency updates

v5.7.0

  • JedisLockProvider supports extending (thanks @​shotmk)
  • Better behavior when locks are nested #​1493

v5.6.0

  • Ability to explicitly set database product in JdbTemplateLockProvider (thanks @​metron2)
  • Removed forgotten versions from BOM
  • Dependency updates

v5.5.0

  • Datastore support (thanks @​mmastika)
  • Dependency updates

v5.4.0

v5.3.0

  • Added shedlock-cdi module (supports newest CDI version)
  • Dependency updates

v5.2.0

  • Uppercase in JdbcTemplateProvider (thanks @​Ragin-LundF)
  • Dependency updates

v5.1.0

v5.0.1

  • Work around broken Spring 6 exception translation #​1272

v5.0.0

  • Requires JDK 17
  • Tested with Spring 6 (Spring Boot 3)
  • Micronaut updated to 3.x.x
  • R2DBC 1.x.x (still sucks)
  • Spring Data 3.x.x
  • Rudimentary support for CDI (tested with quarkus)
  • New jOOQ lock provider
  • SLF4j 2
  • Deleted all deprecated code and support for old versions of libraries

v4.48.0

v4.47.0

  • #​1800 Enable lower case for database type when using usingDbTime() (thanks @​yuagu1)

v4.46.0

  • JedisLockProvider (version 3) supports extending (thanks @​shotmk)

v4.45.0

  • JedisLockProvider supports extending (thanks @​shotmk)

v4.44.0

v4.43.0

  • Better logging in JdbcTemplateProvider
  • Dependency updates

v4.42.0

  • Deprecate old Couchbase lock provider
  • Dependency updates

v4.41.0

  • Couchbase collection support (thanks @​mesuutt)
  • Dependency updates

v4.40.0

  • Fixed caching issues when the app is started by the DB does not exist yet (#​1129)
  • Dependency updates

v4.39.0

  • Introduced elasticsearch8 LockProvider and deperecated the orignal one (thanks @​MarAra)
  • Dependency updates

v4.38.0

  • ReactiveRedisLockProvider added (thanks @​ericwcc)
  • Dependency updates

v4.37.0

  • OpenSearch provider (thanks @​Pinny3)
  • Fix wrong reference to reactive Mongo in BOM #​1048
  • Dependency updates

v4.36.0

  • shedlock-bom module added
  • Dependency updates

v4.35.0

v4.34.0

  • Dropped support for Hazelcast <= 3 as it has unfixed vulnerability
  • Dropped support for Spring Data Redis 1 as it is not supported
  • Dependency updates

v4.33.0

  • memcached provider added (thanks @​pinkhello)
  • Dependency updates

v4.32.0

  • JDBC provider does not change autocommit attribute
  • Dependency updates

v4.31.0

  • Jedis 4 lock provider
  • Dependency updates

v4.30.0

  • In-memory lock provider added (thanks @​kkocel)
  • Dependency updates

v4.29.0

v4.28.0

  • Neo4j lock provider added (thanks @​thimmwork)
  • Library upgrades

v4.27.0

  • Ability to set transaction isolation in JdbcTemplateLockProvider
  • Library upgrades

v4.26.0

  • KeepAliveLockProvider introduced
  • Library upgrades

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 these updates 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 force-pushed the renovate/major-shedlock-monorepo branch from 4bb8bb1 to 6b67b4e Compare May 30, 2023 02:00
@codecov
Copy link

codecov bot commented May 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.23%. Comparing base (ce10dc1) to head (bd6e123).
Report is 2 commits behind head on master.

❗ Current head bd6e123 differs from pull request most recent head 5ee48a2. Consider uploading reports for the commit 5ee48a2 to get more accurate results

Additional details and impacted files
@@             Coverage Diff              @@
##             master      #10      +/-   ##
============================================
+ Coverage     80.46%   81.23%   +0.77%     
- Complexity      180      181       +1     
============================================
  Files            41       41              
  Lines          1034     1034              
  Branches        154      154              
============================================
+ Hits            832      840       +8     
+ Misses           92       83       -9     
- Partials        110      111       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 6b67b4e to eeed1c2 Compare June 10, 2023 02:38
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from eeed1c2 to c068a8b Compare June 20, 2023 06:00
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from c068a8b to b6ae72b Compare July 22, 2023 02:31
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from b6ae72b to 7232c4d Compare August 26, 2023 18:00
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 7232c4d to bd6e123 Compare September 17, 2023 00:00
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch 2 times, most recently from b33765f to 555beb9 Compare October 20, 2023 05:52
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 555beb9 to 9f18493 Compare November 8, 2023 11:44
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch 2 times, most recently from f2cbce8 to e1fb5ab Compare December 8, 2023 08:53
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from e1fb5ab to 7e7d899 Compare February 14, 2024 02:58
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 7e7d899 to bcb740e Compare March 1, 2024 05:14
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from bcb740e to 5ee48a2 Compare April 6, 2024 05:54
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 5ee48a2 to 7976e9f Compare July 26, 2024 02:39
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 7976e9f to 41c7c9c Compare August 15, 2024 23:40
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 41c7c9c to bdfaa41 Compare August 28, 2024 05:34
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from bdfaa41 to 645a455 Compare September 7, 2024 02:51
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 645a455 to 8f5a4a2 Compare November 24, 2024 05:53
@renovate renovate bot changed the title Update shedlock monorepo to v5 (major) Update shedlock monorepo to v6 (major) Nov 24, 2024
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 8f5a4a2 to 41932cf Compare November 28, 2024 02:53
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch 2 times, most recently from 0f87f12 to b364318 Compare January 11, 2025 11:43
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from b364318 to b74312a Compare February 15, 2025 11:32
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from b74312a to 7ee4fc0 Compare March 29, 2025 11:54
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 7ee4fc0 to 9c8ac9d Compare April 19, 2025 23:26
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 9c8ac9d to 6400cbb Compare May 2, 2025 00:12
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 6400cbb to f79bdd4 Compare May 10, 2025 04:19
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from f79bdd4 to 51ed90b Compare May 24, 2025 19:35
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 51ed90b to 0f9eb3e Compare May 31, 2025 23:41
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 0f9eb3e to 48054f5 Compare June 8, 2025 08:48
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 48054f5 to ff4e69d Compare July 12, 2025 16:12
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from ff4e69d to ef05da2 Compare August 23, 2025 07:56
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.

1 participant