Skip to content

Update shedlock monorepo to v7 (major)#7

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-shedlock-monorepo
Closed

Update shedlock monorepo to v7 (major)#7
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-shedlock-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Sep 24, 2023

This PR contains the following updates:

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

Release Notes

lukas-krecan/ShedLock (net.javacrumbs.shedlock:shedlock-spring)

v7.7.0

  • Support for Micrometer metrics (thanks @​josipmusa)
  • Dependency updates

v7.6.0

  • Customizable document field names for Elasticsearch9 and OpenSearch providers (thanks @​dlwldnjs1009)
  • Dependency updates

v7.5.0

  • Support for Google Cloud Storage (thanks @​mbazos)
  • Dependency updates

v7.4.0

  • BOM does not contain JUnit anymore #​3115
  • Dependency updates

v7.3.0

  • Support for CockroachDB #​3096
  • Dependency updates

v7.2.2

  • R2dbcLockProvider works in WebFlux Controllers (thanks @​Danden1)
  • Dependency updates

v7.2.1

v7.2.0

  • NATS Jetstream lock provider added (thanks @​Saphri)
  • Dependency updates

v7.1.0

  • Fixed position of @​Nullable annotations (thanks @​AndreiPurcaru)
  • Exposed MS SQL Server lock provider is using SYSUTCDATETIME for now
  • Dependency updates

v7.0.0

  • OpenSearch client upgraded to 3.3.0 (breaking change on the driver side)
  • Dependency updates

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)

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 is behind base branch, 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 requested a review from a team as a code owner September 24, 2023 02:21
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 24015f6 to 7efe777 Compare October 3, 2023 11:06
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch 8 times, most recently from 5923245 to 55a1568 Compare October 18, 2023 14:24
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch 2 times, most recently from 6249911 to 61f75ee Compare October 19, 2023 20:12
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch 3 times, most recently from c5b69fb to 676197d Compare November 7, 2023 12:14
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 676197d to a8e7b83 Compare November 7, 2023 16:18
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from a8e7b83 to fc7389c Compare November 17, 2023 12:25
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch 3 times, most recently from f20c6c0 to 1374fa0 Compare December 12, 2023 13:25
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch 2 times, most recently from 6dbdc2d to 9655f9a Compare February 7, 2024 12:56
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 9655f9a to d3448b9 Compare February 13, 2024 21:47
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch 2 times, most recently from 46843ca to 521d97a Compare February 29, 2024 18:29
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 521d97a to c20a71b Compare April 5, 2024 17:24
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch 2 times, most recently from e3a4267 to a0ee5cd Compare June 14, 2024 13:52
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from a0ee5cd to 7048038 Compare June 21, 2024 15:45
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 7048038 to 51471af Compare July 9, 2024 07:04
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 9ce299f to 41d5463 Compare November 23, 2024 12:27
@renovate renovate bot changed the title Update shedlock monorepo to v5 (major) Update shedlock monorepo to v6 (major) Nov 23, 2024
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 41d5463 to 0b60623 Compare November 27, 2024 13:52
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch 3 times, most recently from 658a084 to 4787c8a Compare January 14, 2025 08:24
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch 2 times, most recently from a263921 to d314c54 Compare January 27, 2025 15:02
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch 2 times, most recently from 24b1f02 to 6a4407a Compare February 5, 2025 09:51
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 6a4407a to 97179ee Compare February 14, 2025 22:32
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 97179ee to 5387770 Compare March 28, 2025 19:46
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch 2 times, most recently from 90dc354 to 361fe83 Compare April 14, 2025 11:40
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch 2 times, most recently from bc820b6 to 36a1a8f Compare April 22, 2025 12:26
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch 2 times, most recently from 6e694c3 to 37106b9 Compare May 5, 2025 06:38
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 37106b9 to 1ef1049 Compare May 9, 2025 15:19
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 1ef1049 to 287fa15 Compare May 22, 2025 20:36
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch 2 times, most recently from 7f84e83 to 905db47 Compare June 1, 2025 00:33
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from 905db47 to d4ec213 Compare June 7, 2025 17:59
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch 3 times, most recently from 0d996bd to a0c3870 Compare July 7, 2025 16:44
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch from a0c3870 to 2794014 Compare July 21, 2025 09:02
@renovate renovate bot force-pushed the renovate/major-shedlock-monorepo branch 2 times, most recently from d363ef0 to 5779c6c Compare July 31, 2025 07:55
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