Commit 034f17a
authored
chore: update aerogel to v2.1.0 (#1212)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[dev.derklaro.aerogel:aerogel-auto](https://togithub.com/derklaro/aerogel)
| `2.0.0` -> `2.1.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [dev.derklaro.aerogel:aerogel](https://togithub.com/derklaro/aerogel)
| `2.0.0` -> `2.1.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>derklaro/aerogel</summary>
###
[`v2.1.0`](https://togithub.com/derklaro/aerogel/releases/tag/v2.1.0)
##### What's Changed
- Added `AnnotationPredicate#annotationValues()` that exposes the values
of each annotation declared method in a method-name to value map (this
can for example be used to create a value based on an annotation value,
see
https://github.com/derklaro/aerogel/blob/v2/src/test/java/dev/derklaro/aerogel/MatchingElementBindingTest.java)
- Ensure to always unwrap the inner value of a "KnownValue" returned by
a binding provider. An error could be triggered by f. ex. applying the
singleton scope multiple times to a binding which causes an invalid
unwrap of the KnownValue.
- Fixed a memory leak caused by each injector storing each binding of
the injector tree when first requested.
##### Dependency
Maven:
```xml
<dependency>
<groupId>dev.derklaro.aerogel</groupId>
<artifactId>aerogel</artifactId>
<version>2.0.0</version>
</dependency>
```
Gradle:
```kotlin
implementation("dev.derklaro.aerogel:aerogel:2.0.0")
```
**Releases can take up to 20 minutes to show up in Maven-Central.**
**Full Changelog**:
derklaro/aerogel@v2.0.0...v2.1.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 6:00am" in timezone
Europe/Berlin, 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/CloudNetService/CloudNet-v3).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNTguMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent fdf0f7b commit 034f17a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments