Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-31mvn spotless:applyHEADmasterStuart McCulloch22-82/+91
2020-12-31Add Sisu code formatting and configure spotless to apply itStuart McCulloch2-0/+300
2020-12-23Use Streams utility to open URL streams in SpaceScannerStuart McCulloch1-1/+1
2020-12-23Fixes https://github.com/eclipse/sisu.inject/pull/4Stuart McCulloch1-11/+22
2020-12-20Update test dependencies to more secure versions (fixes #6 #7 #8)Stuart McCulloch1-2/+2
2020-08-11Exclude org.eclipse.sisu.inject.tests from sonar analysisStuart McCulloch1-0/+1
2020-08-11Move jacoco report to top-level directoryStuart McCulloch1-0/+2
2020-08-11Enable jacoco reportingStuart McCulloch2-2/+15
2020-08-09Update CI linkStuart McCulloch1-2/+2
2020-08-09Update build targetStuart McCulloch1-1/+1
2020-08-09Use https to retrieve extra build artifactsStuart McCulloch1-4/+4
2019-11-06Bug 552642: generated javax.inject.Named index should be sortedStuart McCulloch1-2/+2
2017-07-27Build with Tycho 1.0.0Stuart McCulloch5-5/+5
2016-09-17Bug 501624: Update scanner to ASM6Stuart McCulloch1-2/+2
2016-09-17Bug 501624: Update ASM to version 6.0_ALPHAStuart McCulloch17-65/+613
2016-08-21Disable jacoco when building with Java 9Stuart McCulloch1-0/+20
2016-08-21Update plugins to use plexus-archiver 3.0.3 (minimum required for Java 9)Stuart McCulloch1-0/+19
2016-08-21Upgrade to Tycho 0.26.0 (supports building with Java 9)Stuart McCulloch5-5/+5
2016-06-13Bug 426167: track auto-published injectors rather than their temporary wrappersStuart McCulloch1-4/+17
2016-06-13Bug 426167: support custom BindingPublishers when auto-publishing InjectorsStuart McCulloch11-35/+103
2016-06-12Re-use default ranking function instance across injectors by avoiding use of ...Stuart McCulloch3-5/+33
2016-06-12Reworking solution to bug 426167Stuart McCulloch1-44/+1
2016-04-18Use earlier version of Tycho when building with JDK7Stuart McCulloch1-0/+9
2016-04-15Upgrade to Tycho 0.25.0 (supports offline mode)Stuart McCulloch5-5/+5
2016-03-23Bug 426167: first step to allowing alternative publishing strategiesStuart McCulloch1-1/+44
2016-03-23Be consistent in using Guice's @Singleton over JSR330's @Singleton for intern...Stuart McCulloch1-2/+1
2016-03-23Document the auto-injection workaround for child injectorsStuart McCulloch2-5/+28
2016-02-15Bug 487090: support the old 'pessimistic' cycle detectionStuart McCulloch1-14/+33
2016-02-09Bug 487090: support turning off cycle detection, plus extra trace loggingStuart McCulloch2-2/+6
2016-02-04Reduce object creation when using BeanScheduler without provision listenerStuart McCulloch1-33/+24
2016-02-04JSR250 lifecycle module doesn't need deferred activation of component cyclesStuart McCulloch2-1/+3
2016-02-04Bug 433894: support use of custom bean manager in LifecycleModuleStuart McCulloch1-1/+15
2016-02-03Bug 487090: improve detection of property-based injection cyclesStuart McCulloch3-18/+46
2016-02-03Bug 487090: only defer activation below scoped dependencies, as we can't be i...Stuart McCulloch1-2/+20
2016-01-03Build with Tycho 0.24.0Stuart McCulloch5-5/+5
2016-01-03Bug 485098: Remove deprecated locator.add(injector,rank) and locator.remove(i...Stuart McCulloch5-70/+57
2016-01-03Cleanup import orderingStuart McCulloch32-64/+64
2016-01-01Use 'present' for current year in headersStuart McCulloch228-454/+454
2015-09-22Need APT in target platform to satisfy annotation processor reference in plug...Stuart McCulloch1-0/+1
2015-09-20Update target platform to use latest stable orbit and platform sitesStuart McCulloch2-12/+4
2015-09-20Support building with Java9+JigsawStuart McCulloch1-0/+43
2015-09-11Call setAccessible as privileged actionStuart McCulloch1-1/+10
2015-09-11Only call setAccessible if not already accessibleStuart McCulloch1-1/+4
2015-09-10Address sonar commentsStuart McCulloch1-7/+5
2015-09-10Bug 477062: tweak logging tests to run on Java9+JigsawStuart McCulloch2-4/+5
2015-09-10Revert "Bug 477062: tweak logging tests to run on Java9+Jigsaw"Stuart McCulloch2-58/+73
2015-09-10fix commentStuart McCulloch1-1/+1
2015-09-10Bug 477062: fixed name optimization should only take effect when using the de...Stuart McCulloch1-2/+2
2015-09-10Format codeStuart McCulloch1-1/+1
2015-09-10Bug 477062: tweak logging tests to run on Java9+JigsawStuart McCulloch2-73/+58

Back to the top