Sign in
eclipse
/
sisu
/
org.eclipse.sisu.inject
/
HEAD
a41ab39
mvn spotless:apply
by Stuart McCulloch
· 5 years ago
master
fe6da02
Add Sisu code formatting and configure spotless to apply it
by Stuart McCulloch
· 5 years ago
17a0245
Use Streams utility to open URL streams in SpaceScanner
by Stuart McCulloch
· 5 years ago
65561db
Fixes https://github.com/eclipse/sisu.inject/pull/4
by Stuart McCulloch
· 5 years ago
2e49058
Update test dependencies to more secure versions (fixes #6 #7 #8)
by Stuart McCulloch
· 5 years ago
90b6e66
Exclude org.eclipse.sisu.inject.tests from sonar analysis
by Stuart McCulloch
· 6 years ago
bf9667a
Move jacoco report to top-level directory
by Stuart McCulloch
· 6 years ago
a9e3a2d
Enable jacoco reporting
by Stuart McCulloch
· 6 years ago
0898c9e
Update CI link
by Stuart McCulloch
· 6 years ago
fc17200
Update build target
by Stuart McCulloch
· 6 years ago
a45f892
Use https to retrieve extra build artifacts
by Stuart McCulloch
· 6 years ago
570e81a
Bug 552642: generated javax.inject.Named index should be sorted
by Stuart McCulloch
· 6 years ago
f4d69f7
Build with Tycho 1.0.0
by Stuart McCulloch
· 9 years ago
e66c67b
Bug 501624: Update scanner to ASM6
by Stuart McCulloch
· 10 years ago
ae6e9d9
Bug 501624: Update ASM to version 6.0_ALPHA
by Stuart McCulloch
· 10 years ago
3748c7e
Disable jacoco when building with Java 9
by Stuart McCulloch
· 10 years ago
6684855
Update plugins to use plexus-archiver 3.0.3 (minimum required for Java 9)
by Stuart McCulloch
· 10 years ago
1797c4a
Upgrade to Tycho 0.26.0 (supports building with Java 9)
by Stuart McCulloch
· 10 years ago
b6562ab
Bug 426167: track auto-published injectors rather than their temporary wrappers
by Stuart McCulloch
· 10 years ago
5ad3c87
Bug 426167: support custom BindingPublishers when auto-publishing Injectors
by Stuart McCulloch
· 10 years ago
9d9124a
Re-use default ranking function instance across injectors by avoiding use of @ImplementedBy
by Stuart McCulloch
· 10 years ago
14555e2
Reworking solution to bug 426167
by Stuart McCulloch
· 10 years ago
f0e0efc
Use earlier version of Tycho when building with JDK7
by Stuart McCulloch
· 10 years ago
76e7079
Upgrade to Tycho 0.25.0 (supports offline mode)
by Stuart McCulloch
· 10 years ago
545892c
Bug 426167: first step to allowing alternative publishing strategies
by Stuart McCulloch
· 10 years ago
2a86305
Be consistent in using Guice's @Singleton over JSR330's @Singleton for internal components (see bug 458351)
by Stuart McCulloch
· 10 years ago
5fe489a
Document the auto-injection workaround for child injectors
by Stuart McCulloch
· 10 years ago
0ca4a46
Bug 487090: support the old 'pessimistic' cycle detection
by Stuart McCulloch
· 10 years ago
2c513c0
Bug 487090: support turning off cycle detection, plus extra trace logging
by Stuart McCulloch
· 10 years ago
57929a3
Reduce object creation when using BeanScheduler without provision listener
by Stuart McCulloch
· 10 years ago
c798459
JSR250 lifecycle module doesn't need deferred activation of component cycles
by Stuart McCulloch
· 10 years ago
86a6551
Bug 433894: support use of custom bean manager in LifecycleModule
by Stuart McCulloch
· 10 years ago
5634630
Bug 487090: improve detection of property-based injection cycles
by Stuart McCulloch
· 10 years ago
961f5a6
Bug 487090: only defer activation below scoped dependencies, as we can't be in an injection cycle before then
by Stuart McCulloch
· 10 years ago
984c3c0
Build with Tycho 0.24.0
by Stuart McCulloch
· 10 years ago
03202ac
Bug 485098: Remove deprecated locator.add(injector,rank) and locator.remove(injector) methods
by Stuart McCulloch
· 10 years ago
f1708b1
Cleanup import ordering
by Stuart McCulloch
· 10 years ago
a938812
Use 'present' for current year in headers
by Stuart McCulloch
· 10 years ago
4f6a729
Need APT in target platform to satisfy annotation processor reference in plugin.xml
by Stuart McCulloch
· 11 years ago
cbdd546
Update target platform to use latest stable orbit and platform sites
by Stuart McCulloch
· 11 years ago
c16911e
Support building with Java9+Jigsaw
by Stuart McCulloch
· 11 years ago
24b4412
Call setAccessible as privileged action
by Stuart McCulloch
· 11 years ago
85ff8c0
Only call setAccessible if not already accessible
by Stuart McCulloch
· 11 years ago
8fd4e5a
Address sonar comments
by Stuart McCulloch
· 11 years ago
c266d2d
Bug 477062: tweak logging tests to run on Java9+Jigsaw
by Stuart McCulloch
· 11 years ago
bd3eaa6
Revert "Bug 477062: tweak logging tests to run on Java9+Jigsaw"
by Stuart McCulloch
· 11 years ago
96ba82c
fix comment
by Stuart McCulloch
· 11 years ago
1db3405
Bug 477062: fixed name optimization should only take effect when using the default system class-path
by Stuart McCulloch
· 11 years ago
8759df6
Format code
by Stuart McCulloch
· 11 years ago
d6738e5
Bug 477062: tweak logging tests to run on Java9+Jigsaw
by Stuart McCulloch
· 11 years ago
a5bb14a
Bug 477062: short-circuit looking up resources with fixed names from system loader
by Stuart McCulloch
· 11 years ago
9f626a6
Bug 477062: fall-back to java.class.path when system loader is not a URLClassLoader
by Stuart McCulloch
· 11 years ago
a46a959
Build with Tycho 0.23.1
by Stuart McCulloch
· 11 years ago
126d0eb
javadoc
by Stuart McCulloch
· 11 years ago
9c8618f
Use proxy to mock out bundle with broken resources
by Stuart McCulloch
· 11 years ago
233f7eb
Improve documentation of @Priority
by Stuart McCulloch
· 11 years ago
347cbe2
Bug 473794: support injection of a component by its implementation plus @Named qualifier
by Stuart McCulloch
· 11 years ago
eaa2723
Update Guice dependency (add comment that Sisu is still compatible with Guice 3.0+)
by Stuart McCulloch
· 11 years ago
2f9bffb
Bug 470902: Sisu should ignore blueprint-managed Bundles
by Stuart McCulloch
· 11 years ago
9858bf5
Empty commit to close eclipse/sisu.inject#1 as doc changes were merged under 5cdea34
by Stuart McCulloch
· 11 years ago
1637008
Use deque to manage lifecycle components
by Stuart McCulloch
· 11 years ago
3e328fa
Set default concurrency level to 1 (one writer, many readers)
by Stuart McCulloch
· 11 years ago
093c057
Set default concurrency level to 1 (one writer, many readers)
by Stuart McCulloch
· 11 years ago
36017ff
Set default concurrency level to 1 (one writer, many readers)
by Stuart McCulloch
· 11 years ago
f924dc9
Prefer autoboxing over explicit object creation
by Stuart McCulloch
· 11 years ago
5829481
Align patched variable names to match upstream code
by Stuart McCulloch
· 11 years ago
3832d6f
Bug 426197: record auto-installed modules and mediators
by Stuart McCulloch
· 11 years ago
fc0a823
Bug 410820: support use of 'sisu.qualifiers' system property when annotation processing
by Stuart McCulloch
· 11 years ago
19d9045
Fix typo
by Stuart McCulloch
· 11 years ago
13108f1
Bug 410820: support aliasing of third-party type annotations as @Qualifiers
by Stuart McCulloch
· 11 years ago
c22edf6
Bug 410820: support aliasing of third-party type annotations as @Qualifiers
by Stuart McCulloch
· 11 years ago
b75549c
Update target platform to Guice 4.0
by Stuart McCulloch
· 11 years ago
dca8ce6
Guice 4.0 has been released
by Stuart McCulloch
· 11 years ago
8576512
Prepare for next round of development
by Stuart McCulloch
· 11 years ago
50bd406
Release 0.3.1
by Stuart McCulloch
· 11 years ago
releases/0.3.1
edb8ef1
expectBytes can never be negative here
by Stuart McCulloch
· 11 years ago
4752f39
Tighten check that allows legacy use of Scopes.SINGLETON.scope
by Stuart McCulloch
· 11 years ago
90e3496
Revert "Avoid false-negative when checking for lazy singleton scope"
by Stuart McCulloch
· 11 years ago
b0267a5
Avoid false-negative when checking for lazy singleton scope
by Stuart McCulloch
· 11 years ago
0dc07cc
Bug 463219: avoid NPE when support classes are exposed via bootdelegation
by Stuart McCulloch
· 11 years ago
db94d97
Support use of base Annotation type in injected BeanEntries/Maps
by Stuart McCulloch
· 11 years ago
f4930b4
Bug 463024: update wildcard key strategy to cache original qualifier in pseudo-strategy
by Stuart McCulloch
· 11 years ago
38ce08c
Bug 461943: handle multi-byte characters when decoding file URLs (simplify logic)
by Stuart McCulloch
· 11 years ago
b02dfd0
Bug 461943: handle multi-byte characters when decoding file URLs
by Stuart McCulloch
· 11 years ago
78fe8c6
Move development version to 0.9.0-SNAPSHOT
by Stuart McCulloch
· 11 years ago
654c793
Prepare for next round of development
by Stuart McCulloch
· 11 years ago
4182abc
Release 0.3.0
by Stuart McCulloch
· 11 years ago
releases/0.3.0
f24195d
Bug 386435: rename settings to allow/ignore
by Stuart McCulloch
· 11 years ago
e902c52
Maintain order of index tables
by Stuart McCulloch
· 11 years ago
1d9514f
Bug 386435: cleanup tracker defaults
by Stuart McCulloch
· 11 years ago
4fc05ab
Bug 386435: auto-close tracker when it's no longer required
by Stuart McCulloch
· 11 years ago
b9f045c
Bug 386435: handle null service rankings
by Stuart McCulloch
· 11 years ago
a1485c8
Bug 386435: avoid pinning types when tracking for services
by Stuart McCulloch
· 11 years ago
76e7b6c
Bug 386435: trace when service tracking starts/stops
by Stuart McCulloch
· 11 years ago
34df22c
Bug 386435: move OSGi service binding code to its own package
by Stuart McCulloch
· 11 years ago
9b03227
Bug 386435: prototype service binding include/exclude filtering
by Stuart McCulloch
· 11 years ago
4f4d09d
Bug 386435: enable service injection in example extender
by Stuart McCulloch
· 11 years ago
33bee8f
Bug 386435: implement named services
by Stuart McCulloch
· 11 years ago
bac0f21
Rename ServicePublisher->ServiceBindings to avoid confusion with exporting a service (same for InjectorPublisher)
by Stuart McCulloch
· 11 years ago
3b8acfc
Improve concurrency by narrowing the RankedBindings subscription lock down to the publisher.
by Stuart McCulloch
· 11 years ago
Next »