Activity

From 10/03/2018 to 11/01/2018

10/30/2018

12:45 PM Revision 06de3afe (rsb-java): Backport: Fix previous commit for old java target
(cherry picked from commit 72e5247a7b5ac025d3ff1d67fc2923b0bec5d796) J. Wienke

10/29/2018

12:57 PM Tasks #2779: Please upload the current rsb-java 0.18 + 0.19-Snapshot to the citec maven repo
Okay, don't get me wrong, I am totally happy about using protobuf 3 but when do you plan to release rst 0.18 with pro... M. Pohling
08:15 AM Tasks #2779: Please upload the current rsb-java 0.18 + 0.19-Snapshot to the citec maven repo
So far we have always used the default protobuf version of the current Ubuntu LTS. Since bionic this is protobuf 3.0.... J. Wienke

10/28/2018

06:55 PM Tasks #2779: Please upload the current rsb-java 0.18 + 0.19-Snapshot to the citec maven repo
hmm, I am a little bit confused. You uploaded rsb 0.18.4 but your uploaded version depends on protobuf 3 (rsb:rsb:jar... M. Pohling

10/26/2018

02:35 PM Tasks #2779 (Resolved): Please upload the current rsb-java 0.18 + 0.19-Snapshot to the citec mave...
0.18 is released on the citec repo. master will not be pushed anymore. J. Wienke
01:25 PM Tasks #2779: Please upload the current rsb-java 0.18 + 0.19-Snapshot to the citec maven repo
M. Pohling wrote:
> but at least 0.18 was never released.
The 0.18 release is not done yet. You can check the pro...
J. Moringen
01:11 PM Tasks #2779: Please upload the current rsb-java 0.18 + 0.19-Snapshot to the citec maven repo
ok, the deployed 0.19-Snapshot seems to be up-to-date but at least 0.18 was never released. M. Pohling
01:08 PM Tasks #2779 (Resolved): Please upload the current rsb-java 0.18 + 0.19-Snapshot to the citec mave...
I am not sure if the maven artifact deployment is covered by our ci pipeline and just broken or if this is a manual p... M. Pohling
02:13 PM Bug #2775 (Resolved): Participant state pattern is not synchron with isActive check.
Applied in changeset commit:rsb-java|ab34e1bffefee86bdac7b295d10f40226a7c9b5f. J. Wienke
02:11 PM Revision db5408a0 (rsb-java): Fix participant state machines after activation failures
fixes #2775
(cherry picked from commit ab34e1bffefee86bdac7b295d10f40226a7c9b5f)
J. Wienke
02:11 PM Revision e372f13f (rsb-java): Fix previous commit for old java target
(cherry picked from commit 72e5247a7b5ac025d3ff1d67fc2923b0bec5d796) J. Wienke
02:07 PM Revision ab34e1bf (rsb-java): Fix participant state machines after activation failures
fixes #2775 J. Wienke
02:07 PM Revision 72e5247a (rsb-java): Fix previous commit for old java target
J. Wienke

10/25/2018

04:29 PM Bug #2774 (Resolved): Participant deactivation is blocking forever if the interrupted exception i...
Applied in changeset commit:rsb-java|7dcfa051ba2c9fa98104217466084841e2065c1f. J. Wienke
04:26 PM Revision 20dfdfc8 (rsb-java): Backport: Make handlers interruptible
Let handlers and callbacks throw InterruptedExceptions to ensure that
participants can be deactivated while a call to...
J. Wienke
04:24 PM Revision 180525f9 (rsb-java): Backport: Make handlers interruptible
Let handlers and callbacks throw InterruptedExceptions to ensure that
participants can be deactivated while a call to...
J. Wienke
04:20 PM Revision 7dcfa051 (rsb-java): Backport: Make handlers interruptible
Let handlers and callbacks throw InterruptedExceptions to ensure that
participants can be deactivated while a call to...
J. Wienke

10/24/2018

05:00 PM Feature #2766 (Resolved): RSB RPC pattern
Applied in changeset commit:rsb-net|c96a85da53c39e66f2b1df0e5da84de8d16ca7f7. S. Barut
01:10 PM Feature #2766: RSB RPC pattern
fixed callbacks S. Barut
04:59 PM Revision c96a85da (rsb-net): Add an RPC pattern implementation
This includes LocalServer, RemoteServer with LocalMethods and
RemoteMethods. Synchronous and asynchronous calls are i...
S. Barut

10/23/2018

04:28 PM Feature #2765 (Resolved): Implementation of a factory
Applied in changeset commit:rsb-net|1a642d2e51f6c8e976b3f2bf686a83d354424d5d. S. Barut
04:27 PM Revision 1a642d2e (rsb-net): Add factory singleton for participants
A singleton to create participants with the current repository and
current connection settings
fixes #2765
Signed-o...
S. Barut
04:25 PM Feature #2766: RSB RPC pattern
One minor issue: please remove the commented change to the logger configuration in the test program. J. Wienke
04:03 PM Bug #2774: Participant deactivation is blocking forever if the interrupted exception is not recov...
Actually, I don't see how we should solve this without client help. We need interruption to enable a fast deactivatio... J. Wienke
11:33 AM Bug #2774: Participant deactivation is blocking forever if the interrupted exception is not recov...
Its an user code stability issue.
Just execute the example code and you will see that the deactivation method block...
M. Pohling
11:03 AM Bug #2774: Participant deactivation is blocking forever if the interrupted exception is not recov...
I don't see who interrupts whom at which time in the test code. When should the interruption take place? J. Wienke
04:00 AM Enhancement #2770 (Resolved): Improve Participant creation
Applied in changeset commit:rsb-net|cc5776cd929a8c6f0dfae76721a123deb08b6a42. S. Barut

10/22/2018

09:44 PM Bug #2773 (Resolved): Internal invoke nullpointer not handeled.
Applied in changeset commit:rsb-java|50bbc72bd6aad9d32c34991c4a95ee89166a5228. J. Wienke
04:25 PM Bug #2773: Internal invoke nullpointer not handeled.
The callback should always return an instance of @Event@. @null@ is not allowed here and also not mentioned as a poss... J. Wienke
09:43 PM Revision 50bbc72b (rsb-java): Backport: Prevent errors in case a callback returns null
Proactively handle returned null values from a method callback.
fixes #2773
(cherry picked from commit 87cbde949bf9...
J. Wienke
04:36 PM Feature #2766: RSB RPC pattern
Just rebased S. Barut
04:32 PM Feature #2765: Implementation of a factory
Sure... S. Barut
04:11 PM Feature #2765: Implementation of a factory
Could you please move hostname and port to some socket-specific class until a configuration system exists. Some Stub ... J. Wienke
04:16 PM Revision cc5776cd (rsb-net): Improve tcp connection establishment
Force IPv4 connections.
Somehow the .Net class TcpClient tries IPv6 until timeout using the
previous constructor ini...
S. Barut
04:14 PM Bug #2771 (Resolved): UserInfo were not serialized
Applied in changeset commit:rsb-net|6d0bf08682dcd4b02f423a809024e4f40952779a. S. Barut
04:13 PM Revision 6d0bf086 (rsb-net): Add forgotten(?) line to add the UserInfo
The UserInfo Metadata was not serialized because it was never added to
the serialization.
fixes #2771
Signed-off-by...
S. Barut

10/19/2018

01:26 PM Revision c29b5b19 (rsb-java): Reduce logging verbosity
(cherry picked from commit 53cfaed2a9df3702006183924401364621b1c54a) J. Wienke

10/17/2018

03:53 PM Bug #2777 (Resolved): Async send future is not canceled after remote server is deactivated.
*error* Async send future is not canceled after remote server is deactivated.
*
setup* spread configured via global...
M. Pohling
03:51 PM Bug #2776 (Resolved): Synchronized send is still blocking after remote server is deactivated.
*error* Synchronized send is still blocking (until timeout) after remote server is deactivated. Would be nice if the ... M. Pohling
03:43 PM Bug #2775 (Resolved): Participant state pattern is not synchron with isActive check.
*error* java.lang.IllegalStateException: deactivate() cannot be called in state StateInactive
*setup* spread confi...
M. Pohling
03:40 PM Bug #2774 (Resolved): Participant deactivation is blocking forever if the interrupted exception i...
*error* blocking forever when the interrupted exception is not recovered.
*setup* spread configured via global con...
M. Pohling
03:34 PM Bug #2773 (Resolved): Internal invoke nullpointer not handeled.
*error* nullpointer not handeled.
*setup* spread configured via global config file but no spread started.
*test...
M. Pohling

10/15/2018

10:31 AM Enhancement #2772: Uniformed path for System-Config in Windows
Nope, the preferred path is %%USERPROFILE%%\AppData\Local\<MyCompany>\<MyApp> (see the link above)
Honestly, the onl...
S. Barut

10/12/2018

03:30 PM Revision 53cfaed2 (rsb-java): Reduce logging verbosity
J. Wienke
10:58 AM Enhancement #2772: Uniformed path for System-Config in Windows
Is the .config prefix used on windows normally for the user configuration? J. Wienke

10/09/2018

04:39 PM RSB XML Support Revision 279cd71d (rsb-xml-java): Post-release adjustments in pom.xml
refs #2743
* pom.xml: adjusted versions in RSB and RST dependencies
J. Moringen
04:38 PM RSB XML Support Revision 4206530f (rsb-xml-python): Version bump to 0.19.0, refs #2743
J. Moringen
04:38 PM RSB XML Support Revision 61807a5a (rsb-xml-java): Version bump to 0.19.0, refs #2743
J. Moringen
04:38 PM RSB XML Support Revision 00b98324 (rsb-xml-integrationtest): Version bump to 0.19.0, refs #2743
J. Moringen
04:38 PM RSB XML Support Revision 21ffb2b8 (rsb-xml-cl): Version bump to 0.19.0, refs #2743
J. Moringen
04:38 PM RSB XML Support Revision dfc5a70d (rsb-xml-cpp): Version bump to 0.19.0, refs #2743
J. Moringen
04:34 PM Enhancement #2772 (New): Uniformed path for System-Config in Windows
Currently, the path where the system-wide rsb.conf lies is not specified under windows. (see: http://docs.cor-lab.org... S. Barut
04:11 PM RSB XML Support Revision 3e620de2 (rsb-xml-cpp): Modernized CMake initialization in CMakeLists.txt
* CMakeLists.txt: require CMake 3.0; supply VERSION and LANGUAGES
keyword arguments to the project() command
J. Moringen
04:09 PM RSB XML Support Revision ffa283bb (rsb-xml-cpp): "Unscreamified" **/CMakeLists.txt, *.cmake.in
* src/CMakeLists.txt: "unscreamified"
* CMakeLists.txt: likewise
* RSBXMLConfig.cmake.in: likewise
* RSBXMLConfigVers...
J. Moringen
03:30 PM Bug #2771 (Resolved): UserInfo were not serialized
While serializing the event, the UserInfo was not serialized. This path fixes it. S. Barut
03:28 PM Feature #2766: RSB RPC pattern
So, now asynchronous calls are also implemented. Furthermore rsb-error replies can be send and received. S. Barut

10/08/2018

01:44 PM Feature #2765: Implementation of a factory
Rebased and changed name convention. For some reason c# likes it, to capitalize method names. So be it... S. Barut
01:44 PM Enhancement #2770: Improve Participant creation
Well, more or less reverted everything but outsourced the connection of the TcpClient from the constructor (see SO-hy... S. Barut

10/05/2018

11:26 AM Revision c04a96c3 (rsb-manual): Backport: Modernized CMake initialization in CMakeLists.txt
* CMakeLists.txt: require CMake 3.0; supply VERSION and LANGUAGES
keyword arguments to the project() command
(cher...
J. Moringen
11:26 AM Revision c4d2f23f (rsb-manual): Modernized CMake initialization in CMakeLists.txt
* CMakeLists.txt: require CMake 3.0; supply VERSION and LANGUAGES
keyword arguments to the project() command
J. Moringen
11:25 AM RSBag Revision c3e09091 (rsbag-manual): Backport: Modernized CMake initialization in CMakeLists.txt
* CMakeLists.txt: require CMake 3.0; supply VERSION and LANGUAGES
keyword arguments to the project() command
(cher...
J. Moringen
11:24 AM RSBag Revision 7bd537fd (rsbag-manual): Modernized CMake initialization in CMakeLists.txt
* CMakeLists.txt: require CMake 3.0; supply VERSION and LANGUAGES
keyword arguments to the project() command
J. Moringen
10:41 AM RSBag Revision 90b2515e (rsbag): Updated HEADs of submodules rsbag-{manual,python,tools-cl}
J. Moringen
10:38 AM RSBag Revision 3492c104 (rsbag): Updated HEADs of submodules rsbag-{cl,manual,python,tools-cl}
J. Moringen
10:36 AM RSBag Revision 5a3d729c (rsbag-manual): Adaptations for release version in *.rst
refs #2743
* index.rst: removed note about using stable version instead of master
* preparation.rst (Binary Download...
J. Moringen
09:56 AM RSBag Revision 789a9b57 (rsbag-manual): Post-release adaptations in *.rst
refs #2743
* index.rst: adapted link to released version
* news.rst (RSBag 0.19): new section; for 0.19 version
(R...
J. Moringen
09:52 AM RSBag Revision b0d16356 (rsbag-tools-cl): Version bump to 0.19.0, refs #2743
J. Moringen
09:52 AM RSBag Revision 834e6ca8 (rsbag-python): Version bump to 0.19.0, refs #2743
J. Moringen
09:52 AM RSBag Revision 7f0744dc (rsbag-manual): Version bump to 0.19.0, refs #2743
J. Moringen
09:52 AM RSBag Revision eb330223 (rsbag-cl): Version bump to 0.19.0, refs #2743
J. Moringen
 

Also available in: Atom