1. a3c3101 Fix simple spelling in two places by Toni Menzel · 4 years, 6 months ago
  2. fdd63de Merge pull request #1 from rmannibucau/github-actions-setup by Jean-Baptiste Onofré · 4 years, 6 months ago
  3. 4f3c2a7 basic configuration for github actions by Romain Manni-Bucau · 4 years, 6 months ago
  4. 157c12e Update scm section by Jean-Baptiste Onofré · 4 years, 6 months ago
  5. 8c6af5d ensure injection uses OSGi lookup (ServiceTracker) and go through hooks instead of bypassing them by Romain Manni-Bucau · 4 years, 6 months ago
  6. ed18c33 partial hook implementation (findhook, eventlistenerhook) by Romain Manni-Bucau · 4 years, 6 months ago
  7. 52f97d3 adding Ripener.create(config) to avoid to expose the default impl so frankly by Romain Manni-Bucau · 4 years, 6 months ago
  8. 9927d51 avoid bundle.getLocation to be null and avoid to deploy twice the same bundle if it is in provided manifests (generated metadata and standard *-INF files) by Romain Manni-Bucau · 4 years, 6 months ago
  9. 83f164f moving from skipIfNoActivator to autoFiltering otherwise we miss most of OSGi ecosystem and we can't evolve it by Romain Manni-Bucau · 4 years, 6 months ago
  10. a3da8e0 allow to include current module in metadata builder even if not yet packaged by Romain Manni-Bucau · 4 years, 6 months ago
  11. 8208fe4 ensure a BundleDefinition does not require a File to compare two definitions by Romain Manni-Bucau · 4 years, 6 months ago
  12. 64b2ea6 adding option skipIfNoActivator to fatjar/metadata mojos by Romain Manni-Bucau · 4 years, 6 months ago
  13. 9f0b6f5 adding MetadataBuilderMojo by Romain Manni-Bucau · 4 years, 6 months ago
  14. 5c3c4fd upgrading jetty to avoid to have a CVE in the build by Romain Manni-Bucau · 4 years, 6 months ago
  15. d92c118 upgrading commons compress and text (to avoid a CVE in compress) by Romain Manni-Bucau · 4 years, 6 months ago
  16. 19c585d upgrade dependencies versions + be more tolerant in scanning by Romain Manni-Bucau · 4 years, 6 months ago
  17. d7306f9 adding batch mode on travis by Romain Manni-Bucau · 5 years ago
  18. 9a0374d upgrading xbean and adding more threads for parallel download (travis) by Romain Manni-Bucau · 5 years ago
  19. 6a4f399 guava upgrade to not fail on ossaudit by Romain Manni-Bucau · 5 years ago
  20. 12c0022 enforce determinism in the agent for libs by Romain Manni-Bucau · 5 years ago
  21. dddd37c typo by Romain Manni-Bucau · 5 years ago
  22. 1b9d712 registering early the instrumentation to avoid scr reloads by Romain Manni-Bucau · 5 years ago
  23. cc43d82 bad parsing of classloader configuration for the agent by Romain Manni-Bucau · 5 years ago
  24. 0e741ee basic agent classloader configuration by Romain Manni-Bucau · 5 years ago
  25. cf1345e adding winegrower.agent.exitStatusOnError option in the agent by Romain Manni-Bucau · 5 years ago
  26. 111d440 correct registration of the instrumentation in the agent by Romain Manni-Bucau · 5 years ago
  27. a0d90e1 merge by Romain Manni-Bucau · 5 years ago
  28. 78d86c7 allow to isolate some libs in the agent by Romain Manni-Bucau · 5 years ago
  29. 320bd3c serviceInstances.computeIfAbsent locks by Romain Manni-Bucau · 5 years ago
  30. 7281d62 avoid concurrent modification in the bundlecontext by Romain Manni-Bucau · 5 years ago
  31. fd2d5ea adding a small getting started to the doc by Romain Manni-Bucau · 5 years ago
  32. 9fb1661 dropping @ImplicitActivator for @Header standard annotation by Romain Manni-Bucau · 5 years ago
  33. 6aaf8fb typo, forgot the pool task in the custom thread factory by Romain Manni-Bucau · 6 years ago
  34. 7accdfe support servicefactory for eventhandler by Romain Manni-Bucau · 6 years ago
  35. 1194ebe ensure default event admin does not lock the shutdown for 1 mn by Romain Manni-Bucau · 6 years ago
  36. 0507425 EventAdmin mock by Romain Manni-Bucau · 6 years ago
  37. b7b7db0 ensure winegrower:pour uses the right classloader when using cepages by Romain Manni-Bucau · 6 years ago
  38. 605d4b9 lifecycle for Configuration by Romain Manni-Bucau · 6 years ago
  39. d54ba15 upgrading OSGi version by Romain Manni-Bucau · 6 years ago
  40. 3ae3b95 ensure service.factoryPid triggers config admin config creation too by Romain Manni-Bucau · 6 years ago
  41. a4a9283 slightly rework config admin to have configuration listeners call properly by Romain Manni-Bucau · 6 years ago
  42. 7682634 ensure winegrower.properties also configured DefaultConfigurationAdmin by Romain Manni-Bucau · 6 years ago
  43. f03e210 fixing the root readme after last manifest plugin addition by Romain Manni-Bucau · 6 years ago
  44. 5c726a1 Add karaf.etc in base config location to scan by Jean-Baptiste Onofré · 6 years ago
  45. 91e95e0 basic substitutor for the config admin by Romain Manni-Bucau · 6 years ago
  46. e5bd665 light HttpService for servlet containers by Romain Manni-Bucau · 6 years ago
  47. 7155e7c trying to avoid scrolling bar when not needed by Romain Manni-Bucau · 6 years ago
  48. 25355e0 better container like style for the two columns pages of the doc by Romain Manni-Bucau · 6 years ago
  49. 4620edd simplifying the default config admin and dropping felix-utils + making it pluggable by Romain Manni-Bucau · 6 years ago
  50. 55ae304 adding winegrower.properties as a core feature by Romain Manni-Bucau · 6 years ago
  51. 21204ec Add external config support in Winegrower ConfigurationAdmin service by Jean-Baptiste Onofré · 6 years ago
  52. bca634b adding menu on documentation for an easier navigation by Romain Manni-Bucau · 6 years ago
  53. 95708d5 back to a custom script to deploy the doc to avoid to mess up travis by Romain Manni-Bucau · 6 years ago
  54. bb46a2c forcing the right username for the doc update and adding -e to ensure we see where it fails on travis by Romain Manni-Bucau · 6 years ago
  55. c89a5a5 travis workaround to ensure git has a username by Romain Manni-Bucau · 6 years ago
  56. 4248eb0 adding ManifestMojo by Romain Manni-Bucau · 6 years ago
  57. a935b6c simplifying the site publicatino and dropping the useless groovy script by Romain Manni-Bucau · 6 years ago
  58. 77d7893 adding fatjar and build goals by Romain Manni-Bucau · 6 years ago
  59. ba83404 using bootstrap font until we import karaf theme font by Romain Manni-Bucau · 6 years ago
  60. 64f7eb2 basic theme for the doc - to enhance by Romain Manni-Bucau · 6 years ago
  61. f96161f customizing the build to let us plug some menu later on by Romain Manni-Bucau · 6 years ago
  62. c7c332a missing type in cepage dependency - cxf-rs this time by Romain Manni-Bucau · 6 years ago
  63. 8f15626 missing type in cepage dependency by Romain Manni-Bucau · 6 years ago
  64. 7f9b111 ensure the javaagent can work from a lib folder until we have an alternate manifest metadata read capability by Romain Manni-Bucau · 6 years ago
  65. e16be7f ensure libs can support folders as well by Romain Manni-Bucau · 6 years ago
  66. cde49b4 ensure manifest.mf is correct for our shades (agent module) by Romain Manni-Bucau · 6 years ago
  67. 05f400d agent assemblies setup by Romain Manni-Bucau · 6 years ago
  68. 02ef15a adding WinegrowerAgent by Romain Manni-Bucau · 6 years ago
  69. d4476fc fixing jaxrs-whiteboard example by Romain Manni-Bucau · 6 years ago
  70. 2cbb484 starting to handle scope bundle by Romain Manni-Bucau · 6 years ago
  71. 9c4b381 making http example working by Romain Manni-Bucau · 6 years ago
  72. d6e3004 adding ignoredBundles config by Romain Manni-Bucau · 6 years ago
  73. 2a3a003 light rework of servicereference by Romain Manni-Bucau · 6 years ago
  74. bd47eca scr namespace in jaxrs whiteboard example by Romain Manni-Bucau · 6 years ago
  75. 1c4a253 starting to fix jaxrs whiteboard example (not yet finished) by Romain Manni-Bucau · 6 years ago
  76. c3cf877 removing duplicated dependency by Romain Manni-Bucau · 6 years ago
  77. 89a164a Add servlet whiteboard in http cepage by Jean-Baptiste Onofré · 6 years ago
  78. 99cc7d4 Fix license header by Jean-Baptiste Onofré · 6 years ago
  79. 3fada8d Fix http example parent groupId by Jean-Baptiste Onofré · 6 years ago
  80. c3f6023 Refactoring of cepages to use each other by Jean-Baptiste Onofré · 6 years ago
  81. 9f24c8e Define examples groupId by Jean-Baptiste Onofré · 6 years ago
  82. 035272a upgrading owb for java 11 by Romain Manni-Bucau · 6 years ago
  83. 17fb8cf mocking ConfigAdmin and allowing services to read keys from system properties by Romain Manni-Bucau · 6 years ago
  84. 29ab2ec force to use the classloader of the bundle to load the activator in OSGiBundleLifecycle + add an empty beans.xml in servlet module to ensure it is picked up even in cdi/servlet containers by Romain Manni-Bucau · 6 years ago
  85. 0eeb08d basic servlet module by Romain Manni-Bucau · 6 years ago
  86. 601dd79 Merge pull request #1 from jbonofre/JAXRS by Jean-Baptiste Onofré · 6 years ago
  87. 635ad7e Add JAXRS based on Aries Whiteboard by Jean-Baptiste Onofré · 6 years ago
  88. a9f609c fixing mojo compilation + dropping optional config from jaxrs example by Romain Manni-Bucau · 6 years ago
  89. 5d91b5f adding cxf-rs cepage and jaxrs sample by Romain Manni-Bucau · 6 years ago
  90. 7d770ff moving examples to our maven plugin by Romain Manni-Bucau · 6 years ago
  91. afed73f maven name for shell example by Romain Manni-Bucau · 6 years ago
  92. 28c2f8e lifecycle for root bundle and reserse the stop compared to the start by Romain Manni-Bucau · 6 years ago
  93. 57fae82 Add shell example skeleton (TODO: implement global stop on bundle 0/Ripener) by Jean-Baptiste Onofré · 6 years ago
  94. 73be245 Renaming examples artifactId by Jean-Baptiste Onofré · 6 years ago
  95. ec8af5a some more bundleimpl tests by Romain Manni-Bucau · 6 years ago
  96. 75eced1 ossindex needs to install artifacts by Romain Manni-Bucau · 6 years ago
  97. 7aa4277 adding credentials setup for website deployment by Romain Manni-Bucau · 6 years ago
  98. 2862707 ossindex-maven-plugin setup by Romain Manni-Bucau · 6 years ago
  99. f51fc46 fixing maven plugin parent pom by Romain Manni-Bucau · 6 years ago
  100. 3e06c27 fixing PR profile and build parent pom by Romain Manni-Bucau · 6 years ago