This is an automated email from the ASF dual-hosted git repository.
amichai pushed a change to branch
dependabot/maven/parent/ch.qos.logback-logback-classic-1.2.13
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
discard 374716fc Bump ch.qos.logback:logback-classic from 1.2.3 to 1.2.13 in
/parent
add 58824419 Remove redundant whitespace
add 73a7e1fd Standardize whitespace around operators
add 24337177 Organize EndpointPropertiesParser constants
add c9f34d90 Refactor TCPProvider combined intents
add e2f96879 Merge pull request #46 from amichair/cleanup
add 9739def5 ARIES-2117 - Upgrade JUnit to 4.13.2
add 4f6a706e ARIES-2111 - Fix transitive class loading
add 2906b9d4 ARIES-2116 - Add call to ungetService when export is closed
add eef376be ARIES-2113 - Distinguish result object, invoked method
exceptions and provider exceptions
add 4f4e00a1 ARIES-2114 - Validate number of parameters and throw
NoSuchMethodException if there is no matching method
add 2018add3 ARIES-2115 - Fix NPE when any service method parameter is null
add e06a0ef8 ARIES-2118 - Call serverSocket.setReuseAddress(true)
add 8795cde0 ARIES-2119 - Fix TCPServer concurrency
add 1ebd8218 ARIES-2122 - Make endpoint id unique and configurable
add 75c97d75 ARIES-2122 - Allow multiple services on one port
add 14852a00 Update documentation of service configuration properties
add 53779a38 Standardize case in class names
add ab88d8c9 Add class Javadocs explaining the basic TCP provider design
add 815686f5 Clean up ServiceExportsRepository
add 18c7df01 ARIES-2130 Fix ConcurrentModificationException in
ServiceExportsRepository
add 528fcfe0 Clean up TopologyManagerExport
add e458161d ARIES-2041 Fix ConcurrentModificationExceptions in
TopologyManagerExport
add af069f2d ARIES-2131 Upgrade Apache parent pom to version 32
add dd9ff8de ARIES-2132 Upgrade maven plugins
add c1cd1d6b Remove unused slf4j-jdk14 dependency
add 584a41c6 ARIES-2133 Upgrade Pax Exam to 4.13.5
add 6f61ffe7 ARIES-2134 Upgrade Karaf to 4.4.6
add ff5dfd88 ARIES-2135 Upgrade Felix Converter to 1.0.18
add b1f7d2a8 ARIES-2136 Upgrade Felix Event Admin to 1.6.4
add dff8f2a5 ARIES-2137 Upgrade Felix Config Admin to 1.9.26
add 59858f90 ARIES-2138 Upgrade Felix Framework to 7.0.5
add c950c095 ARIES-2139 Upgrade org.osgi.service.component.annotations to
1.5.1
add b8efd0fb ARIES-2140 Upgrade org.osgi.service.jaxrs to 1.0.1
add bc4968ac ARIES-2141 Upgrade org.osgi.util.promise to 1.3.0
add c6cd4501 ARIES-2142 Upgrade Felix SCR to 2.2.10
add 19581786 ARIES-2143 Upgrade osgi.cmpn to 7.0.0
add cebbd4c3 ARIES-2144 Upgrade Mockito to 4.11.0
add 55b4afea ARIES-2145 Upgrade JmDNS to 3.5.9
add b9135b83 ARIES-2146 Upgrade HawtDispatch to 1.22
add 932bd9da ARIES-2147 Upgrade EasyMock to 5.2.0
add 62502478 ARIES-2148 Upgrade Pax Url to 2.6.14
add 6ba31245 ARIES-2149 Upgrade Pax Logging to 1.11.2
add 21d6f10a ARIES-2150 Upgrade geronimo-atinject_1.0_spec to 1.2
add f38dae9d ARIES-2151 Upgrade osgi.annotation to 8.1.0
add 9e6be4ec Remove unused maven properties
add 4cff121e ARIES-2152 Upgrade SLF4J to 1.7.36
add ecc526b6 ARIES-2153 Upgrade Logback to 1.2.13
add 02bc2063 ARIES-2154 Upgrade Awaitility to 3.1.6
add b0b3b7f8 Remove explicit dependency versions from itest configuration
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (374716fc)
\
N -- N -- N
refs/heads/dependabot/maven/parent/ch.qos.logback-logback-classic-1.2.13
(b0b3b7f8)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
discovery/command/pom.xml | 2 +-
discovery/local/pom.xml | 2 +-
.../rsa/discovery/endpoint/PropertiesMapper.java | 2 +-
discovery/mdns/pom.xml | 6 +-
.../apache/aries/rsa/discovery/mdns/Interest.java | 2 +-
discovery/zookeeper/pom.xml | 4 +-
.../discovery/zookeeper/InterestManagerTest.java | 2 +-
.../zookeeper/PublishingEndpointListenerTest.java | 2 +-
.../zookeeper/ZookeeperDiscoveryTest.java | 2 +-
examples/echotcp/Readme.md | 4 +-
.../examples/echotcp/service/EchoServiceImpl.java | 3 +-
features/pom.xml | 6 +-
itests/felix/pom.xml | 24 ++-
.../apache/aries/rsa/itests/felix/RsaTestBase.java | 20 +--
.../config/TestConfigDiscoveryRoundTrip.java | 2 +-
itests/pom.xml | 4 +-
itests/tck/pom.xml | 6 +-
itests/tck/tck.bndrun | 8 +-
parent/pom.xml | 48 ++----
pom.xml | 9 +-
provider/fastbin/pom.xml | 4 +-
.../provider/fastbin/streams/InputStreamProxy.java | 2 +-
.../fastbin/streams/OutputStreamProxy.java | 2 +-
.../fastbin/streams/StreamProviderImpl.java | 2 +-
.../fastbin/tcp/AsyncInvocationStrategy.java | 10 +-
.../provider/fastbin/tcp/ClientInvokerImpl.java | 6 +-
.../provider/fastbin/tcp/ServerInvokerImpl.java | 6 +-
.../rsa/provider/fastbin/tcp/TcpTransport.java | 16 +-
.../rsa/provider/fastbin/tcp/TransportPool.java | 2 +-
.../fastbin/util/IntrospectionSupport.java | 4 +-
.../aries/rsa/provider/fastbin/InvocationTest.java | 22 +--
.../rsa/provider/fastbin/StreamInvocationTest.java | 6 +-
.../fastbin/streams/InputStreamProxyTest.java | 12 +-
.../fastbin/streams/OutputStreamProxyTest.java | 4 +-
provider/tcp/Readme.md | 20 +--
provider/tcp/pom.xml | 2 +-
.../rsa/provider/tcp/EndpointPropertiesParser.java | 27 +++-
.../aries/rsa/provider/tcp/MethodInvoker.java | 45 +++---
.../apache/aries/rsa/provider/tcp/TCPServer.java | 136 ----------------
.../apache/aries/rsa/provider/tcp/TcpEndpoint.java | 56 +++++--
.../rsa/provider/tcp/TcpInvocationHandler.java | 38 +++--
.../tcp/{TCPProvider.java => TcpProvider.java} | 75 ++++++---
.../apache/aries/rsa/provider/tcp/TcpServer.java | 174 +++++++++++++++++++++
.../provider/tcp/ser/BasicObjectInputStream.java | 35 +++--
.../aries/rsa/provider/tcp/MethodInvokerTest.java | 115 ++++++++++++++
.../aries/rsa/provider/tcp/TcpEndpointTest.java | 9 +-
.../rsa/provider/tcp/TcpProviderIntentTest.java | 6 +-
.../rsa/provider/tcp/TcpProviderPrimitiveTest.java | 2 +-
.../aries/rsa/provider/tcp/TcpProviderTest.java | 48 ++++--
.../rsa/provider/tcp/myservice/MyService.java | 3 +
.../rsa/provider/tcp/myservice/MyServiceImpl.java | 11 ++
repository/pom.xml | 2 +-
.../aries/rsa/core/RemoteServiceAdminCore.java | 33 ++--
.../aries/rsa/core/RemoteServiceAdminCoreTest.java | 16 +-
.../exporter/ServiceExportsRepository.java | 55 +++----
.../exporter/TopologyManagerExport.java | 105 +++++--------
.../importer/local/FilterHelperTest.java | 2 +-
57 files changed, 785 insertions(+), 486 deletions(-)
delete mode 100644
provider/tcp/src/main/java/org/apache/aries/rsa/provider/tcp/TCPServer.java
rename
provider/tcp/src/main/java/org/apache/aries/rsa/provider/tcp/{TCPProvider.java
=> TcpProvider.java} (55%)
create mode 100644
provider/tcp/src/main/java/org/apache/aries/rsa/provider/tcp/TcpServer.java
create mode 100644
provider/tcp/src/test/java/org/apache/aries/rsa/provider/tcp/MethodInvokerTest.java