edward3h / kiwiproc

Java annotation processor to generate JDBC implementation for SQL queries
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Update dependency com.karuslabs:utilitary to v3 #23

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.karuslabs:utilitary 2.0.1 -> 3.0.0 age adoption passing confidence

Release Notes

Pante/elementary (com.karuslabs:utilitary) ### [`v3.0.0`](https://togithub.com/Pante/elementary/blob/HEAD/CHANGELOG.md#300---27052024) [Compare Source](https://togithub.com/Pante/elementary/compare/2.0.1...3.0.0) This release switches from storing generated classes and source files in-memory to temporary directories. This should fix longstanding issues with classes and source files generated by processors being inaccessible. This change is expected to be non-breaking. However, it represents a significant change to the underlying architecture. - Add `@Generation` annotation - Change underlying architecture to use temporary directories instead of in-memory file representations. - Fix test classes that contain only parameterized tests wrongly using a compiler from a previous test class.

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.



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