Hi, Trustin and other committers,
I would find it very useful if the SVN commit messages, when they are
related to a JIRA issue, contained both the JIRA id and short
description, such that:
Fixed: DIRMINA-59
becomes:
Fixed: DIRMINA-59 SimpleServiceRegistry doesn't need to throw IOException
Without the short description, I find it takes longer to get on top of
the volumous amount of commit and JIRA posts.
WDYT?
-enrique
[EMAIL PROTECTED] wrote:
Author: trustin
Date: Wed Jun 8 17:58:39 2005
New Revision: 189676
URL: http://svn.apache.org/viewcvs?rev=189676&view=rev
Log:
Fixed: DIRMINA-59
Modified:
directory/network/branches/0.7/src/java/org/apache/mina/registry/SimpleServiceRegistry.java
directory/network/branches/dirmina-39/src/java/org/apache/mina/registry/SimpleServiceRegistry.java
directory/network/trunk/src/java/org/apache/mina/registry/SimpleServiceRegistry.java
Modified:
directory/network/branches/0.7/src/java/org/apache/mina/registry/SimpleServiceRegistry.java
URL:
http://svn.apache.org/viewcvs/directory/network/branches/0.7/src/java/org/apache/mina/registry/SimpleServiceRegistry.java?rev=189676&r1=189675&r2=189676&view=diff
==============================================================================
---
directory/network/branches/0.7/src/java/org/apache/mina/registry/SimpleServiceRegistry.java
(original)
+++
directory/network/branches/0.7/src/java/org/apache/mina/registry/SimpleServiceRegistry.java
Wed Jun 8 17:58:39 2005
@@ -52,7 +52,7 @@
private final Set services = new HashSet();
- public SimpleServiceRegistry() throws IOException
+ public SimpleServiceRegistry()
{
socketIoAcceptor.getFilterChain().addFirst( "threadPool",
ioThreadPoolFilter );
datagramIoAcceptor.getFilterChain().addFirst( "threadPool",
ioThreadPoolFilter );
Modified:
directory/network/branches/dirmina-39/src/java/org/apache/mina/registry/SimpleServiceRegistry.java
URL:
http://svn.apache.org/viewcvs/directory/network/branches/dirmina-39/src/java/org/apache/mina/registry/SimpleServiceRegistry.java?rev=189676&r1=189675&r2=189676&view=diff
==============================================================================
---
directory/network/branches/dirmina-39/src/java/org/apache/mina/registry/SimpleServiceRegistry.java
(original)
+++
directory/network/branches/dirmina-39/src/java/org/apache/mina/registry/SimpleServiceRegistry.java
Wed Jun 8 17:58:39 2005
@@ -40,7 +40,7 @@
private final Set services = new HashSet();
- public SimpleServiceRegistry() throws IOException
+ public SimpleServiceRegistry()
{
socketIoAcceptor.getFilterChain().addFirst( "threadPool",
threadPoolFilter );
datagramIoAcceptor.getFilterChain().addFirst( "threadPool",
threadPoolFilter );
Modified:
directory/network/trunk/src/java/org/apache/mina/registry/SimpleServiceRegistry.java
URL:
http://svn.apache.org/viewcvs/directory/network/trunk/src/java/org/apache/mina/registry/SimpleServiceRegistry.java?rev=189676&r1=189675&r2=189676&view=diff
==============================================================================
---
directory/network/trunk/src/java/org/apache/mina/registry/SimpleServiceRegistry.java
(original)
+++
directory/network/trunk/src/java/org/apache/mina/registry/SimpleServiceRegistry.java
Wed Jun 8 17:58:39 2005
@@ -40,7 +40,7 @@
private final Set services = new HashSet();
- public SimpleServiceRegistry() throws IOException
+ public SimpleServiceRegistry()
{
socketIoAcceptor.getFilterChain().addFirst( "threadPool",
threadPoolFilter );
datagramIoAcceptor.getFilterChain().addFirst( "threadPool",
threadPoolFilter );