This website requires JavaScript.
Explore
Help
Register
Sign In
Amadeus
/
guice
Watch
1
Star
0
Fork
0
mirror of
https://github.com/google/guice.git
synced
2024-04-21 12:32:36 +00:00
Code
Issues
Releases
Wiki
Activity
Files
0df8820181bd2f03f7ae88bb6eac4cf63ab39d22
guice
/
core
T
History
Sam Berlin
0df8820181
set 6.0.0-rc2 release version in poms.
2023-05-04 17:48:25 -04:00
..
src/com/google
/inject
Rework sun.misc.Unsafe usages so that we directly refer to sun.misc.Unsafe, and call getObject on it natively instead of through reflection. (Take 2, after exempting its usages internally.)
2023-05-04 12:46:50 -07:00
test
/com
Expose _something_ from private modules used in tests where the test is validating that the parent can't re-bind something from the private module. If nothing is exposed, the child/private injector can otherwise be immediately GC'd (which then allows the parent to have the binding). (Note that there are other ways the child/private module could be captured: such as a Provider or its Injector being captured into a longer-lived Thread... but this is the simplest way to do it). This is happening with some regularity on the Github Actions tests, making the tests a bit flaky.
2023-05-04 11:33:20 -07:00
pom.xml
set 6.0.0-rc2 release version in poms.
2023-05-04 17:48:25 -04:00