-
Notifications
You must be signed in to change notification settings - Fork 24
Comparing changes
Open a pull request
base repository: avaje/avaje-inject
base: 11.1
head repository: avaje/avaje-inject
compare: 11.2
- 15 commits
- 43 files changed
- 5 contributors
Commits on Jan 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4d88eb0 - Browse repository at this point
Copy the full SHA 4d88eb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for face168 - Browse repository at this point
Copy the full SHA face168View commit details -
Merge pull request #762 from avaje/feature/761-followup
[test] Add test for @InjectTest Optional field injection
Configuration menu - View commit details
-
Copy full SHA for 0ce53dd - Browse repository at this point
Copy the full SHA 0ce53ddView commit details -
Failing test for ModuleOrdering that skips the extra test module(s) (#…
…760) * Failing test for ModuleOrdering that skips the extra test module(s) Test components in src/test that are not annotated with @TestScope go into an extra module. This module is ignored/skipped by the compiled module ordering. A fix for this is desired. * Add ModuleOrdering.supportsExpected() such that we only use compiled module ordering when ... When it supports the modules that are being used. When it does not then fall back to the default ordering mechanism. * Opps, need to set factoryOrder variable there ... * [test] Add test injecting BeanScope into a test component --------- Co-authored-by: Josiah Noel <32279667+SentryMan@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f9baeb0 - Browse repository at this point
Copy the full SHA f9baeb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a244ab - Browse repository at this point
Copy the full SHA 0a244abView commit details
Commits on Jan 15, 2025
-
Fix Avaje HttpClient interface generation error (#763)
* Fix Avaje HttpClient interface closable fix issue where incorrect predestroy hooks were generated * Adding a test and it doesn't pass without explicit @bean(autoCloseable = true) * Uses avaje-http-client to detect if AutoClosable is used --------- Co-authored-by: robin.bygrave <robin.bygrave@eroad.com>
Configuration menu - View commit details
-
Copy full SHA for 16ccf41 - Browse repository at this point
Copy the full SHA 16ccf41View commit details -
Fix Injecting generic ypes extending generic types (#765)
* fix injecting generic types extending generic types * provider test * Update TypeAppender.java * Update TypeAppender.java
Configuration menu - View commit details
-
Copy full SHA for b5e4caf - Browse repository at this point
Copy the full SHA b5e4cafView commit details -
Configuration menu - View commit details
-
Copy full SHA for c760071 - Browse repository at this point
Copy the full SHA c760071View commit details -
Fix
cutAnnotations
Edge Case (#766)* fix cutAnnotations edge case It's hard to replicate, but in certain situations it is possible to get an OOM error when compiling * Use original formatting --------- Co-authored-by: Rob Bygrave <robin.bygrave@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3bee19c - Browse repository at this point
Copy the full SHA 3bee19cView commit details
Commits on Jan 20, 2025
-
Bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy), [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) and [io.avaje:avaje-http-client](https://github.com/avaje/avaje-http-client). Updates `net.bytebuddy:byte-buddy` from 1.15.11 to 1.16.1 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.15.11...byte-buddy-1.16.1) Updates `net.bytebuddy:byte-buddy-agent` from 1.15.11 to 1.16.1 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.15.11...byte-buddy-1.16.1) Updates `io.avaje:avaje-http-client` from 2.9-RC7 to 2.9-RC8 - [Release notes](https://github.com/avaje/avaje-http-client/releases) - [Commits](https://github.com/avaje/avaje-http-client/commits) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: net.bytebuddy:byte-buddy-agent dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.avaje:avaje-http-client dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for c4b1c2c - Browse repository at this point
Copy the full SHA c4b1c2cView commit details -
Merge pull request #767 from avaje/dependabot/maven/master/dependenci…
…es-7b19f92c31 Bump the dependencies group with 3 updates
Configuration menu - View commit details
-
Copy full SHA for 72bcb2e - Browse repository at this point
Copy the full SHA 72bcb2eView commit details
Commits on Jan 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 69a9295 - Browse repository at this point
Copy the full SHA 69a9295View commit details
Commits on Jan 27, 2025
-
Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [io.avaje:avaje-prisms](https://github.com/avaje/avaje-prisms) and [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations). Updates `io.avaje:avaje-prisms` from 1.37 to 1.38 - [Release notes](https://github.com/avaje/avaje-prisms/releases) - [Commits](avaje/avaje-prisms@1.37...1.38) Updates `org.jetbrains:annotations` from 26.0.1 to 26.0.2 - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](JetBrains/java-annotations@26.0.1...26.0.2) --- updated-dependencies: - dependency-name: io.avaje:avaje-prisms dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.jetbrains:annotations dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 354e749 - Browse repository at this point
Copy the full SHA 354e749View commit details -
Merge pull request #770 from avaje/dependabot/maven/master/dependenci…
…es-30949285c7 Bump the dependencies group with 2 updates
Configuration menu - View commit details
-
Copy full SHA for a6f62c6 - Browse repository at this point
Copy the full SHA a6f62c6View commit details
Commits on Jan 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for add33db - Browse repository at this point
Copy the full SHA add33dbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 11.1...11.2