Activity

From 06/01/2015 to 06/30/2015

06/30/2015

04:00 PM Revision 3219cf32 (rsb-tools-cl): Minor improvements in src/commands/web/introspection.lisp
* src/commands/web/introspection.lisp
(initialize-instance :after introspection-json-handler): pass database
to s...
J. Moringen
04:00 PM Revision 06983abe (rsb-tools-cl): Pass request object to handlers explicitly in src/commands/web/...
* src/commands/web/protocol.lisp (command-register-handler): updated
documentation string
* src/commands/web/web.li...
J. Moringen
03:59 PM Revision fc0f7e98 (rsb-tools-cl): Web command protocol in src/commands/web/protocol.lisp
* src/commands/web/protocol.lisp: new file; contains protocol for the
tools.commands.web module
* src/commands/web/...
J. Moringen
03:33 PM Revision cd476ac8 (rsb-python): Prevent crash when comparing scopes to other types
(cherry picked from commit a5adbd1809601bea48a6fb3961c2dcf2e267900e) J. Wienke
03:32 PM Revision a5adbd18 (rsb-python): Prevent crash when comparing scopes to other types
J. Wienke
02:39 PM Revision 699b1f0e (rsb-tools-cl): Moved web functionality to new directory src/commands/web/*.lisp
* src/commands/web/web.lisp: renamed from src/commands/web.lisp
* src/commands/web/introspection.lisp: renamed from
...
J. Moringen
02:39 PM Revision 4b318a49 (rsb-tools-cl): "clock-offset" -> "clockOffset" in formatting/introspection/jso...
* formatting/introspection/json.lisp (encode-json host-entry): changed
JSON key for clock-offset "clock-offset" -> ...
J. Moringen

06/27/2015

11:28 PM Revision 2a784e01 (rsb-cl): Fixed URI -> child scope logic in src/patterns/protocol.lisp
* src/patterns/protocol.lisp (make-child-scope): extended documentation
string to mention the possibility of return...
J. Moringen

06/26/2015

02:21 PM Revision 30a8715a (rsb-java): Further maven fixes
* use newer jacoco plugin to prevent java8 issues
* use project.basedir consistently
* Fix checkstyle and pmd again...
J. Wienke
01:23 PM Revision a2c7ee4e (rsb-java): Correct checkstyle call in site generation
Ensure that also for the reporting phase, checkstyle only checks the
required source directories.
J. Wienke
01:22 PM Revision 9fe44db4 (rsb-java): Fix javadoc generation with java 8
* Disable doclint for java 8 using a maven profile. Doclint lacks
configuration options to make detected problems a...
J. Wienke
12:36 PM Bug #2327 (Resolved): rsb-java maven job fails due to javadoc issues
Applied in changeset commit:rsb-java|73a68c46c831bcf9f1a917585e405160ed600679. J. Wienke
10:30 AM Bug #2327: rsb-java maven job fails due to javadoc issues
It seems that with java 8 javadoc suddenly became much more strict about syntax errors. That's the reason why most ot... J. Wienke
12:35 PM Revision 73a68c46 (rsb-java): Fix javadoc generation with java 8
* Disable doclint for java 8 using a maven profile. Doclint lacks
configuration options to make detected problems a...
J. Wienke

06/25/2015

05:46 PM Bug #2327: rsb-java maven job fails due to javadoc issues
I added the property to rsb-java.project and now the job succeeds.... A. Neumann
05:28 PM Bug #2327: rsb-java maven job fails due to javadoc issues
Strangely, for me these are just reported as warnings and not as errors.
Could you please try to specify the maven...
J. Wienke
05:11 PM Bug #2327: rsb-java maven job fails due to javadoc issues
Its 75 errors and 100 warnings starting from line 846 A. Neumann
05:08 PM Bug #2327: rsb-java maven job fails due to javadoc issues
- "Can you please show more output of your invocation? There must be some more error messages."
the whole output can...
A. Neumann
03:50 PM Bug #2327: rsb-java maven job fails due to javadoc issues
Can you please show more output of your invocation? There must be some more error messages.
What I've seen a few d...
J. Wienke
03:44 PM Bug #2327 (Resolved): rsb-java maven job fails due to javadoc issues
Newly generated jenkins jobs fail with... A. Neumann

06/19/2015

01:08 PM Revision 0203f196 (rsb-cl): Removed leftover generic function method-server in src/patterns/reque...
* src/patterns/request-reply/protocol.lisp (header): updated copyright
(method-server): removed; no longer needed
*...
J. Moringen

06/18/2015

02:38 PM Revision 3d9b5ea7 (rsb-cl): Added function enough-scope in src/scope.lisp
* src/scope.lisp (header): updated copyright
(merge-scopes): cosmetic change
(enough-scope): new function; return...
J. Moringen
08:36 AM Revision c9ebf184 (rsb-cl): Use :when-membership in src/transport/spread/connection.lisp
* src/transport/spread/connection.lisp (receive-message connection t):
use :return-sender? :when-membership and :re...
J. Moringen
08:30 AM Revision 42caef2f (rsb-cl): Wait for leave operations in src/transport/spread/in-*connector.lisp
refs #2317
All in-direction connectors wait for corresponding Spread group
leaving operations to complete when detac...
J. Moringen
08:27 AM Revision 4963a977 (rsb-cl): unref-group allows waiting in src/transport/spread/{protocol,connecti...
refs #2317
Like joining a Spread group, the operation of leaving a Spread group can
only be considered complete once...
J. Moringen

06/17/2015

06:05 AM Revision 0444e73d (rsb-cl): Added function enough-scope in src/scope.lisp
* src/scope.lisp (header): updated copyright
(merge-scopes): cosmetic change
(enough-scope): new function; return...
J. Moringen

06/05/2015

12:09 PM Revision 7065a678 (rsb-manual): Information about changed Java RPC callback API
J. Wienke

06/04/2015

05:41 PM Revision 57c01ec0 (rsb-java): Remove unused error handlers
Error handling has never been designed and was marked deprecated for
ages. This commit removes the dead code.
J. Wienke
05:41 PM Revision b3bb9b52 (rsb-java): Remove remaining style warnings
J. Wienke
05:41 PM Revision 7cdb377d (rsb-java): Remove duplication in inprocess transport
Create a ConnectorBase class to encapsulate shared aspects. J. Wienke
05:41 PM Revision ceaae782 (rsb-java): Reduce complexity in spread code
* Refactor into multiple methods
* Clean up exception handling
* Remove useless SpreadMessageConverter which was just...
J. Wienke
05:41 PM Revision fab90607 (rsb-java): Enforce code style during build
Fails the build if checkstyle or PMD warnings exist. This behavior can
temporarily be disabled with a flag.
J. Wienke
05:41 PM Revision 3cddf8ff (rsb-java): Fix code style for spread DataMessage
J. Wienke
05:41 PM Revision 7c86247f (rsb-java): Remove duplication between Uint64 and Int64Converter
Provide a single Int64 converter handling long values with changeable
signatures.
J. Wienke
05:41 PM Revision b3adc59f (rsb-java): Clean up exception handling
* Never declare or catch Throwable, even for callbacks, as it might
include serious things like out of memory error...
J. Wienke
11:24 AM Revision 86f56bd1 (rsb-java): Add maven checks during build
J. Wienke

06/03/2015

04:50 PM Tasks #2317 (Resolved): Wait for confirmation when joining Spread groups [Common Lisp]
Applied in changeset commit:rsb-cl|e2964d40c351a2da4f2722dc39b4ccf6d3566942. J. Moringen
04:43 PM Tasks #2317: Wait for confirmation when joining Spread groups [Common Lisp]
J. Wienke wrote:
> In the listener pooling branch I also added this step for leaving groups. The same confirmation m...
J. Moringen
04:10 PM Tasks #2317: Wait for confirmation when joining Spread groups [Common Lisp]
In the listener pooling branch I also added this step for leaving groups. The same confirmation membership message is... J. Wienke
03:58 PM Tasks #2317 (Resolved): Wait for confirmation when joining Spread groups [Common Lisp]
J. Moringen
04:36 PM Revision e2964d40 (rsb-cl): Wait for join operations in src/transport/spread/in-*connector.lisp
fixes #2317
All in-direction connectors wait for corresponding Spread group joining
operations to complete when atta...
J. Moringen
04:10 PM Revision 35dc7f6d (rsb-cl): ref-group allows waiting in src/transport/spread/{protocol,connection...
refs #2317
The operation of joining a Spread group can only be considered complete
once the connection that did the ...
J. Moringen
02:56 PM Revision 13e33569 (rsb-manual): Mention new protocol in CL rsb.patterns package in news.rst
* news.rst (RSB 0.13): mention new protocol for creating and managing
child participants in rsb.patterns package of...
J. Moringen
02:52 PM Revision 02ea0f32 (rsb-java): Clean up logging example file
J. Wienke
02:50 PM Revision 93c91787 (rsb-manual): Removal of symlink-based invocation of CL tools in news.rst
refs #1711
* news.rst (RSB 0.13): mention removal of symlink-based invocation of CL
tools
(RSB 0.12): fixed a typo
J. Moringen
11:48 AM Revision ef3e049a (rsb-java): Comment fixes
J. Wienke
11:46 AM Revision 265eb95b (rsb-java): Update eclipse project
J. Wienke
11:46 AM Revision 517aa1aa (rsb-java): Add maven target directory to gitignore
J. Wienke
11:45 AM Revision 66e97fc8 (rsb-java): Add missing timeouts to ConnectorCheck
J. Wienke
11:09 AM Revision 6e746637 (rsb-java): HACK for CSRA: make this a usual release version
J. Wienke
11:07 AM Bug #2313 (New): Unexpected Exception about introspection
I got an unexpected traceback on console when using a simple python RSB tool:... N. Köster
10:58 AM Enhancement #2312: Spread connection pooling for listeners [Java]
there is a rough draft missing important aspects like heuristics how to pool in branches @wip-listener-pooling{,0.12}@. J. Wienke
10:57 AM Enhancement #2312 (Resolved): Spread connection pooling for listeners [Java]
Implement connection pooling for listeners J. Wienke
10:56 AM Tasks #2233: Wait for confirmation when joining Spread groups
We have a confirmation from a spread developer that waiting for the self join notification is the correct way to ensu... J. Wienke
10:54 AM Revision af9ea7d1 (rsb-java): Use factories to create spread in push connectors
Clients can now specify different factory instances to create spread in
push connector instances. One available insta...
J. Wienke
10:54 AM Revision 30aa03a0 (rsb-java): Provide a spread in push connector supporting connection sharing
This provides a spread in push connector which allows to share a spread
connection.
* src/rsb/transport/spread/Multi...
J. Wienke
10:51 AM Revision b26884a4 (rsb-java): Move spread receiving logic to own class
Move the spread receiving logic from SpreadInPushConnector to its own
class SpreadReceiver to make it reusable across...
J. Wienke
10:36 AM Revision 6fe1001e (rsb-java): Extract spread config parsing into utility class
Extracts parsing of spread configurations into a utility class
ConfigParseUtilities to prepare for different strategi...
J. Wienke
10:36 AM Revision 1062b3e2 (rsb-java): Make converter selection strategies comparable
This allows to use them as (part of) keys for unique combinations of
transport options since converters are a part of...
J. Wienke

06/02/2015

07:10 PM Feature #2311: Allow negative scope filtering in the logger
N. Köster wrote:
> Unfortunately I am not quite sure how to use this? Would I have to replace @EXACT@? And with a ...
J. Moringen
06:25 PM Feature #2311: Allow negative scope filtering in the logger
ah thanks! I did not find the existing issue in my search!
J. Moringen wrote:
> In the meantime, use
> [...]
> ...
N. Köster
03:17 PM Feature #2311 (Rejected): Allow negative scope filtering in the logger
J. Moringen
03:17 PM Feature #2311: Allow negative scope filtering in the logger
It is already possible to construct composite filter expressions involving @not@, @and@, @or@. There is however no co... J. Moringen
02:58 PM Feature #2311 (Rejected): Allow negative scope filtering in the logger
According to the logger documentation, it is only possible to positively filter scopes, e.g.:... N. Köster
06:29 PM Revision a77cddc3 (rsb-java): Use factories to create spread in push connectors
Clients can now specify different factory instances to create spread in
push connector instances. One available insta...
J. Wienke
06:29 PM Revision fd6847cb (rsb-java): Provide a spread in push connector supporting connection sharing
This provides a spread in push connector which allows to share a spread
connection.
* src/rsb/transport/spread/Multi...
J. Wienke
02:35 PM Revision 26b83632 (rsb-java): Move spread receiving logic to own class
Move the spread receiving logic from SpreadInPushConnector to its own
class SpreadReceiver to make it reusable across...
J. Wienke
11:13 AM Revision 04d743a2 (rsb-java): Extract spread config parsing into utility class
Extracts parsing of spread configurations into a utility class
ConfigParseUtilities to prepare for different strategi...
J. Wienke
11:05 AM Revision 1e10fa09 (rsb-java): Make converter selection strategies comparable
This allows to use them as (part of) keys for unique combinations of
transport options since converters are a part of...
J. Wienke

06/01/2015

11:32 AM Bug #2306 (Resolved): Version specifier not expanded in rsb-python install documentation
Applied in changeset commit:rsb-manual|737a17eea72959e7e0937898616483816ba76186. J. Wienke
11:01 AM Bug #2306: Version specifier not expanded in rsb-python install documentation
No way to fix this with sphinx right now. We can just hack around... J. Wienke
11:32 AM Revision b33f23e5 (rsb-manual): Prevent broken version specified expansion in pypi install
Use a samp environment with an explanation how to replace the variable
instead.
fixes #2306
(cherry picked from com...
J. Wienke
11:31 AM Revision 737a17ee (rsb-manual): Prevent broken version specified expansion in pypi install
Use a samp environment with an explanation how to replace the variable
instead.
fixes #2306
J. Wienke
10:40 AM Bug #2307 (Rejected): rsb service call throws java.lang.InterruptedException?
Yes, that is intended and explained in the news section:
http://docs.cor-lab.de//rsb-manual/trunk/html/news.html
J. Wienke
02:47 AM Revision b199bdb6 (rsb-tools-cl): Minor fixes in web/main.lisp
* web/main.lisp (update-synopsis): added separate group for
introspection options; cosmetic changes
J. Moringen
 

Also available in: Atom