- 2261a1d Fix thread pools effectively having fixed size (because queue is unbounded) by Amichai Rothman · 3 weeks ago master
- e5cf123 Fix TopologyManagerImport not unregistering listener when stopped by Amichai Rothman · 3 weeks ago
- 5155c7a Fix TopologyManagerImport not closing registration when import fails by Amichai Rothman · 3 weeks ago
- 291b2c0 Add MultiMap.replace method by Amichai Rothman · 3 weeks ago
- 69ab66e ConfigDiscovery cleanup by Amichai Rothman · 3 weeks ago
- 6b90f39 Fix ConfigDiscovery not sending MODIFIED_ENDMATCH events by Amichai Rothman · 3 weeks ago
- 302c58a Fix race condition in ConfigDiscovery that can trigger duplicate events by Amichai Rothman · 3 weeks ago
- e44e28c Fix ConfigDiscovery sending ADDED event instead of MODIFIED by Amichai Rothman · 3 weeks ago
- f1dbc52 Optimize ConfigDiscovery by creating Filters only once by Amichai Rothman · 3 weeks ago
- 6d59fdf Simplify ConfigDiscovery by reversing endpoints map by Amichai Rothman · 3 weeks ago
- 9f049b5 Remove unnecessary reverse map in ConfigDiscovery by Amichai Rothman · 3 weeks ago
- 6a2f3f6 Cleanup EndpointListenerNotifier by Amichai Rothman · 3 weeks ago
- 140bf2d Fix EndpointEventListenerTracker not being closed by Amichai Rothman · 3 weeks ago
- 32ac095 Move and cleanup EndpointEventListenerTracker by Amichai Rothman · 3 weeks ago
- 14b6de8 Cleanup TopologyManagerExport by Amichai Rothman · 3 weeks ago
- 0003efa Cleanup RemoteServiceAdminCore by Amichai Rothman · 3 weeks ago
- 0ccbde7 Add TopologyManagerImport tests by Amichai Rothman · 3 weeks ago
- 60bc1ea Fix ImportRegistrationImpl.update not returning updated endpoint by Amichai Rothman · 3 weeks ago
- b6eeaf5 Refactor ServiceExportsRepository by Amichai Rothman · 3 weeks ago
- 424ab65 Fix ServiceExportsRepository retaining services with no exports by Amichai Rothman · 3 weeks ago
- 2a8d1c4 Refactor ExportRegistrationImpl.update() by Amichai Rothman · 3 weeks ago
- 25cbbde Fix potential concurrency-related NPE when updating exported service properties by Amichai Rothman · 3 weeks ago
- 2460eba Refactor and clarify TopologyManagerImport updates calculation by Amichai Rothman · 3 weeks ago
- db27a1e Standardize logger fields by Amichai Rothman · 9 months ago
- fb82303 Improve TcpServer thread names by Amichai Rothman · 9 months ago
- 333f9e9 Improve TCP provider tests by Amichai Rothman · 9 months ago
- 7fc6d5e Fix TCP provider test isolation by Amichai Rothman · 9 months ago
- 3ba0257 Refactor MethodInvoker.getMethod by Amichai Rothman · 9 months ago
- fce1744 ARIES-2192 Add TCP Provider bind address configuration by Amichai Rothman · 9 months ago
- fbe05d7 ARIES-2123 Disallow invoking arbitrary methods on the service object by Amichai Rothman · 1 year, 9 months ago
- 40dedc3 ARIES-2191 Upgrade ASM to 9.8 by Amichai Rothman · 11 months ago
- dea1312 ARIES-2190 Upgrade Snappy to 1.1.10.7 by Amichai Rothman · 11 months ago
- 1e92da6 ARIES-2189 Upgrade Netty to 4.1.121.Final by Amichai Rothman · 1 year, 10 months ago
- 29e2fe3 ARIES-2188 Upgrade Zookeeper to 3.9.3 by Amichai Rothman · 11 months ago
- 234778b ARIES-2187 Upgrade Easymock to 5.6.0 by Amichai Rothman · 11 months ago
- f3ec1ef ARIES-2186 Upgrade Mockito to 5.18.0 by Amichai Rothman · 1 year, 10 months ago
- d6572e2 ARIES-2185 Upgrade Logback to 1.5.18 by Amichai Rothman · 1 year, 10 months ago
- 042b53f ARIES-2184 Upgrade SLF4J to 2.0.17 by Amichai Rothman · 11 months ago
- 0809e32 ARIES-2158 Upgrade build to JDK 11 and jakarta.* namespace by Amichai Rothman · 1 year, 10 months ago
- 296f6ef Bump version to 2.0.0-SNAPSHOT by Amichai Rothman · 1 year, 10 months ago
- 79e567f ARIES-2183 Upgrade Pax Logging to 1.11.17 by Amichai Rothman · 11 months ago
- 01e8c6f Remove duplicate compiler plugin configuration by Amichai Rothman · 1 year, 10 months ago
- b301f4e Remove unsupported @Oneway annotation by Amichai Rothman · 1 year, 10 months ago
- 0b94606 Convert tabs to spaces by Amichai Rothman · 1 year, 10 months ago
- 7a13d29 Fix potential NPE when updating MDNS discovery interest by Amichai Rothman · 1 year, 10 months ago
- 20fa950 Refactor and simplify statements and methods by Amichai Rothman · 1 year, 10 months ago
- 5821905 Simplify tests by Amichai Rothman · 1 year, 10 months ago
- cc1740b Fix typos in comments by Amichai Rothman · 1 year, 10 months ago
- 6d3d2cd ARIES-2157 Replace deprecated PackageAdmin usage with BundleWiring by Amichai Rothman · 1 year, 10 months ago
- 8c4037e ARIES-2156 Remove support for deprecated EventListener interface by Amichai Rothman · 1 year, 10 months ago
- 55e66ce Replace deprecated karaf ShellTable class by Amichai Rothman · 1 year, 10 months ago
- bc5cee5 Fix string concatenation in log messages by Amichai Rothman · 1 year, 10 months ago
- d922bb3 Fix JUnit assertThat deprecation warnings by Amichai Rothman · 1 year, 10 months ago
- 09cf7aa ARIES-2033 Fix Zookeeper discovery missing service capability by Amichai Rothman · 1 year, 10 months ago
- a0a1071 ARIES-2016 Upgrade Zookeeper to 3.9.1 by Amichai Rothman · 1 year, 10 months ago
- f9b86de Improve test log format by Amichai Rothman · 1 year, 10 months ago
- a86051d ARIES-2155 Upgrade to SLF4J 2.0.13 and Logback 1.3.14 by Amichai Rothman · 1 year, 10 months ago
- b0b3b7f Remove explicit dependency versions from itest configuration by Amichai Rothman · 1 year, 10 months ago
- 02bc206 ARIES-2154 Upgrade Awaitility to 3.1.6 by Amichai Rothman · 1 year, 10 months ago
- ecc526b ARIES-2153 Upgrade Logback to 1.2.13 by Amichai Rothman · 1 year, 10 months ago
- 4cff121 ARIES-2152 Upgrade SLF4J to 1.7.36 by Amichai Rothman · 1 year, 10 months ago
- 9e6be4e Remove unused maven properties by Amichai Rothman · 1 year, 10 months ago
- f38dae9 ARIES-2151 Upgrade osgi.annotation to 8.1.0 by Amichai Rothman · 1 year, 10 months ago
- 21d6f10 ARIES-2150 Upgrade geronimo-atinject_1.0_spec to 1.2 by Amichai Rothman · 1 year, 10 months ago
- 6ba3124 ARIES-2149 Upgrade Pax Logging to 1.11.2 by Amichai Rothman · 1 year, 10 months ago
- 6250247 ARIES-2148 Upgrade Pax Url to 2.6.14 by Amichai Rothman · 1 year, 10 months ago
- 932bd9d ARIES-2147 Upgrade EasyMock to 5.2.0 by Amichai Rothman · 1 year, 10 months ago
- b9135b8 ARIES-2146 Upgrade HawtDispatch to 1.22 by Amichai Rothman · 1 year, 10 months ago
- 55b4afe ARIES-2145 Upgrade JmDNS to 3.5.9 by Amichai Rothman · 1 year, 10 months ago
- cebbd4c ARIES-2144 Upgrade Mockito to 4.11.0 by Amichai Rothman · 1 year, 10 months ago
- 1958178 ARIES-2143 Upgrade osgi.cmpn to 7.0.0 by Amichai Rothman · 1 year, 10 months ago
- c6cd450 ARIES-2142 Upgrade Felix SCR to 2.2.10 by Amichai Rothman · 1 year, 10 months ago
- bc4968a ARIES-2141 Upgrade org.osgi.util.promise to 1.3.0 by Amichai Rothman · 1 year, 10 months ago
- b8efd0f ARIES-2140 Upgrade org.osgi.service.jaxrs to 1.0.1 by Amichai Rothman · 1 year, 10 months ago
- c950c09 ARIES-2139 Upgrade org.osgi.service.component.annotations to 1.5.1 by Amichai Rothman · 1 year, 10 months ago
- 59858f9 ARIES-2138 Upgrade Felix Framework to 7.0.5 by Amichai Rothman · 1 year, 10 months ago
- dff8f2a ARIES-2137 Upgrade Felix Config Admin to 1.9.26 by Amichai Rothman · 1 year, 10 months ago
- b1f7d2a ARIES-2136 Upgrade Felix Event Admin to 1.6.4 by Amichai Rothman · 1 year, 10 months ago
- ff5dfd8 ARIES-2135 Upgrade Felix Converter to 1.0.18 by Amichai Rothman · 1 year, 10 months ago
- 6f61ffe ARIES-2134 Upgrade Karaf to 4.4.6 by Amichai Rothman · 1 year, 10 months ago
- 584a41c ARIES-2133 Upgrade Pax Exam to 4.13.5 by Amichai Rothman · 1 year, 10 months ago
- c1cd1d6 Remove unused slf4j-jdk14 dependency by Amichai Rothman · 1 year, 10 months ago
- dd9ff8d ARIES-2132 Upgrade maven plugins by Amichai Rothman · 1 year, 10 months ago
- af069f2 ARIES-2131 Upgrade Apache parent pom to version 32 by Amichai Rothman · 1 year, 10 months ago
- e458161 ARIES-2041 Fix ConcurrentModificationExceptions in TopologyManagerExport by Amichai Rothman · 1 year, 10 months ago
- 528fcfe Clean up TopologyManagerExport by Amichai Rothman · 1 year, 10 months ago
- 18c7df0 ARIES-2130 Fix ConcurrentModificationException in ServiceExportsRepository by Amichai Rothman · 1 year, 10 months ago
- 815686f Clean up ServiceExportsRepository by Amichai Rothman · 1 year, 10 months ago
- ab88d8c Add class Javadocs explaining the basic TCP provider design by Amichai Rothman · 1 year, 10 months ago
- 53779a3 Standardize case in class names by Amichai Rothman · 1 year, 10 months ago
- 14852a0 Update documentation of service configuration properties by Amichai Rothman · 2 years, 6 months ago
- 75c97d7 ARIES-2122 - Allow multiple services on one port by Amichai Rothman · 2 years, 6 months ago
- 1ebd821 ARIES-2122 - Make endpoint id unique and configurable by Amichai Rothman · 2 years, 6 months ago
- 8795cde ARIES-2119 - Fix TCPServer concurrency by Amichai Rothman · 2 years, 7 months ago
- e06a0ef ARIES-2118 - Call serverSocket.setReuseAddress(true) by Amichai Rothman · 2 years, 7 months ago
- 2018add ARIES-2115 - Fix NPE when any service method parameter is null by Amichai Rothman · 2 years, 7 months ago
- 4f4e00a ARIES-2114 - Validate number of parameters and throw NoSuchMethodException if there is no matching method by Amichai Rothman · 2 years, 7 months ago
- eef376b ARIES-2113 - Distinguish result object, invoked method exceptions and provider exceptions by Amichai Rothman · 2 years, 7 months ago
- 2906b9d ARIES-2116 - Add call to ungetService when export is closed by Amichai Rothman · 2 years, 7 months ago
- 4f6a706 ARIES-2111 - Fix transitive class loading by Amichai Rothman · 2 years, 7 months ago