1. 4d50bad Merge pull request #70 from fipro78/master by Thomas Watson · 1 year, 8 months ago
  2. 6a71137 add handling for running build on Windows by Dirk Fauth · 1 year, 8 months ago
  3. 331939b Merge pull request #61 from tjwatson/issue60 by Thomas Watson · 1 year, 11 months ago
  4. 37b19b6 Issue 60 - correctly delegate to platform for modules with no class loader by Thomas Watson · 1 year, 11 months ago
  5. 5bbca59 Merge pull request #59 from tjwatson/issue57 by Thomas Watson · 2 years ago
  6. 3be7973 Fail build if native-image executable is not found. by Thomas Watson · 2 years ago
  7. ecc24d5 Fix the jaxrs native build by Thomas Watson · 2 years ago
  8. ef300cd Merge pull request #58 from tjwatson/issue57 by Thomas Watson · 2 years ago
  9. 38890e4 Add org.eclipse.jetty.util.ModuleLocation for the maven example by Thomas Watson · 2 years ago
  10. e51500d Fix native plugin for Graal VM 22.1 by Thomas Watson · 2 years ago
  11. 114842f Use native-maven-plugin for graalvm native builds by Thomas Watson · 2 years ago
  12. 77432eb Update dependencies for equinox and log by Thomas Watson · 2 years ago
  13. ecce585 Hint to use --add-modules=ALL-MODULE-PATH by Thomas Watson · 2 years, 1 month ago
  14. 9376200 Enable github issues for Atomos by Thomas Watson · 2 years, 4 months ago
  15. a59b561 Merge pull request #49 from tjwatson/fixContentBreakOut by Thomas Watson · 2 years, 4 months ago
  16. 7169b71 Fix case where directory content lookup can break out by Thomas Watson · 2 years, 5 months ago
  17. 65a5f2a Merge pull request #48 from apache/issues/felix703 by Thomas Watson · 2 years, 5 months ago
  18. d8deda3 Update to Equinox framework 3.17.100 by Thomas Watson · 2 years, 5 months ago
  19. 88d14bf Update to felix 7.0.3 by Karl Pauls · 2 years, 5 months ago
  20. 987492e Update to Felix SCR 2.1.26 release by Thomas Watson · 3 years, 3 months ago
  21. 5c4d36e Remove ghp_path setting by Thomas Watson · 3 years, 3 months ago
  22. 96877fb Set ghp_path: / for gh-pages by Thomas Watson · 3 years, 3 months ago
  23. 1a1c0c1 [maven-release-plugin] prepare for next development iteration by Thomas Watson · 3 years, 3 months ago
  24. 99f82db [maven-release-plugin] prepare release atomos-distribution-1.0.0 by Thomas Watson · 3 years, 3 months ago atomos-distribution-1.0.0
  25. 18410d0 Rename atomos-reactor to atomos-distribution by Thomas Watson · 3 years, 3 months ago
  26. ab364b6 Add license headers to pom.xml files. by Thomas Watson · 3 years, 3 months ago
  27. 2e9d8c2 Revert "[maven-release-plugin] prepare release atomos-1.0.0" by Thomas Watson · 3 years, 3 months ago
  28. 52669f6 Revert "[maven-release-plugin] prepare for next development iteration" by Thomas Watson · 3 years, 3 months ago
  29. ab9bb23 [maven-release-plugin] prepare for next development iteration by Thomas Watson · 3 years, 3 months ago
  30. 7ae7bfd [maven-release-plugin] prepare release atomos-1.0.0 by Thomas Watson · 3 years, 3 months ago
  31. 43b3a72 Comment out unit-test profile by Thomas Watson · 3 years, 3 months ago
  32. eb3a410 Add a headers provider hook (#46) by Karl Pauls · 3 years, 3 months ago
  33. 4ca7837 Update to 21.0 native-image-maven-plugin for substrate lib example by Thomas Watson · 3 years, 3 months ago
  34. 8eeffac Add new line to .asf.yaml by Thomas Watson · 3 years, 4 months ago
  35. 0006e4b Merge pull request #45 from apache/logDep by Karl Pauls · 3 years, 4 months ago
  36. cb85dd1 Add the log service dependency back by Karl Pauls · 3 years, 4 months ago
  37. 1e41a1c Use gh-pages branch for github pages. by Thomas Watson · 3 years, 4 months ago
  38. 8e78d9b Small code fix in README example by Thomas Watson · 3 years, 4 months ago
  39. 9d56cac Add a default install() method that takes no prefix by Thomas Watson · 3 years, 4 months ago
  40. 635d089 Merge pull request #44 from tjwatson/readme by Thomas Watson · 3 years, 4 months ago
  41. 965f801 Update readme by Thomas Watson · 3 years, 4 months ago
  42. 54ed3ad Small javadoc fixes by Thomas Watson · 3 years, 4 months ago
  43. 805cf97 Rename atomos.runtime -> atomos by Thomas Watson · 3 years, 4 months ago
  44. 30038d4 Remove AtomosLauncher by Thomas Watson · 3 years, 4 months ago
  45. 696de22 Move newFramework to AtomosRuntime by Thomas Watson · 3 years, 4 months ago
  46. 30bd20e Make atomos osgi.core match the osgi.org:osgi.core R8 version by Thomas Watson · 3 years, 4 months ago
  47. ddc6688 Use profiles to ensure we only compile against one source for org.osgi by Thomas Watson · 3 years, 4 months ago
  48. da58c38 Merge pull request #43 from tjwatson/master by Thomas Watson · 3 years, 4 months ago
  49. fcc6521 Create a single org.apache.felix.atomos:osgi.core project by Thomas Watson · 3 years, 4 months ago
  50. d9c2497 Rename atomos.osgi.framework artifacts to osgi.core by Thomas Watson · 3 years, 4 months ago
  51. 28fae97 Specify Main-Class manifest header all in AtomosLauncher class by Thomas Watson · 3 years, 4 months ago
  52. 80fc567 Enable gh-pages by Thomas Watson · 3 years, 4 months ago
  53. e925073 Fix javadoc links to OSGi types by Thomas Watson · 3 years, 4 months ago
  54. 9559f7b Allow atomos.runtime to be resolved on Java 8 by Thomas Watson · 3 years, 4 months ago
  55. d0abb7c Skip javadoc generation for frameworks, tests, utils by Thomas Watson · 3 years, 4 months ago
  56. 8aeab84 Stop using properties for atomos versions by Thomas Watson · 3 years, 4 months ago
  57. 93b9d10 Move atomos-maven-plugin down to 0.9.0 version by Thomas Watson · 3 years, 4 months ago
  58. c60aef4 Remove need to hard code the atomos project version in test. by Thomas Watson · 3 years, 4 months ago
  59. 0d30c25 Update project version to 1.0.0-SNAPSHOT by Thomas Watson · 3 years, 4 months ago
  60. 4a6eaa5 Add back method to have multi-parent layers by Thomas Watson · 3 years, 4 months ago
  61. c7bc46f Fix ModuleConnectLoader for automatic modules by Thomas Watson · 3 years, 4 months ago
  62. 8484795 Remove osgi.core dependency by Thomas Watson · 3 years, 4 months ago
  63. efcde88 Project POM cleanup by Thomas Watson · 3 years, 4 months ago
  64. ebf6b4b Skip deployment for tests and examples by Thomas Watson · 3 years, 4 months ago
  65. bf10f08 Change the framework impl dependency as provided by Thomas Watson · 3 years, 4 months ago
  66. 9f78557 Add Apache license headers by Thomas Watson · 3 years, 4 months ago
  67. 5ef64b3 Split reactor pom from atomos-parent pom by Thomas Watson · 3 years, 4 months ago
  68. bcc146b Use parent felix project parent pom by Thomas Watson · 3 years, 4 months ago
  69. 454befc Remove snapshot repositories by Thomas Watson · 3 years, 5 months ago
  70. e605171 Merge pull request #41 from apache/felix7.0.0 by Thomas Watson · 3 years, 5 months ago
  71. 4968303 Update to felix framework 7.0.0 by Karl Pauls · 3 years, 5 months ago
  72. 9b0f5e6 Merge pull request #42 from tjwatson/fixGraalBuild by Thomas Watson · 3 years, 5 months ago
  73. 7ea64ee Remove use of DeLaGuardo/setup-graalvm by Thomas Watson · 3 years, 5 months ago
  74. dfc8d73 Merge pull request #40 from tjwatson/updateFrameworks by Thomas Watson · 3 years, 5 months ago
  75. 0bc876a Update bnd to 5.2.0 by Thomas Watson · 3 years, 5 months ago
  76. 9d767eb Update to Graal VM 20.3.0 by Thomas Watson · 3 years, 5 months ago
  77. 8127a9d Update to Java 15 by Thomas Watson · 3 years, 5 months ago
  78. fd88ee8 Update version of setup-graalvm github action by Thomas Watson · 3 years, 5 months ago
  79. b8c626a Update version of setup-java github action by Thomas Watson · 3 years, 5 months ago
  80. f107d00 Update to latest Equinox Framework 2020-12 release by Thomas Watson · 3 years, 5 months ago
  81. ccc4e20 Update to use apache snapshot repo for framework impl by Thomas Watson · 3 years, 5 months ago
  82. f84adfe Remove repository setting where possible by Thomas Watson · 3 years, 5 months ago
  83. 77a0609 Update name for substrate build in workflow by Thomas Watson · 3 years, 8 months ago
  84. f7c1708 Merge pull request #39 from apache/removeLib2 by Thomas Watson · 3 years, 8 months ago
  85. 28f5969 Enable felix cache locking again after it has been fixed by Karl Pauls · 3 years, 8 months ago
  86. 3aecb78 Fix up readme. by Thomas Watson · 3 years, 8 months ago
  87. 895fe24 Update documentation after equionx and felix substrate example merge by Karl Pauls · 3 years, 8 months ago
  88. 3d93040 Merge pull request #37 from apache/mergeLibExamples by Thomas Watson · 3 years, 8 months ago
  89. 37631d6 Update workflows to match new subproject name by Karl Pauls · 3 years, 8 months ago
  90. 04f32c7 Merge atomos.examples.substrate felix and equinox into a lib project by Karl Pauls · 3 years, 8 months ago
  91. a401846 Add boolean reflection required for gogo by Thomas Watson · 3 years, 8 months ago
  92. 8a62511 Fix errors in Eclipse m2e for the usages of atomos-maven-plugin by Thomas Watson · 3 years, 8 months ago
  93. f0d6aeb Merge pull request #36 from tjwatson/felixProfile by Thomas Watson · 3 years, 8 months ago
  94. deafc02 Fix up maven build for felix profile by Thomas Watson · 3 years, 8 months ago
  95. 9037691 Merge pull request #35 from tjwatson/equinoxRelease by Thomas Watson · 3 years, 8 months ago
  96. 4adf268 Update org.eclipse.osgi to 3.16 release by Thomas Watson · 3 years, 8 months ago
  97. 1115f28 Merge pull request #34 from tjwatson/sorting by Thomas Watson · 3 years, 8 months ago
  98. 4e8ec17 Sort the bundles installed by default and exports from modules by Thomas Watson · 3 years, 8 months ago
  99. 7c9e9e9 Merge pull request #33 from tjwatson/updateReadme by Thomas Watson · 3 years, 9 months ago
  100. d282595 Set system packages correctly when modules from boot layer are loaded by Thomas Watson · 3 years, 9 months ago