introduced configuration object, small performance tweaks, more tests

This commit is contained in:
benni 2012-12-08 09:12:36 +01:00
parent 21385b605e
commit 0d6348adae
9 changed files with 66 additions and 3 deletions

View File

@ -0,0 +1 @@
2bcfd233f83cb6fc4241c91a99f74030

View File

@ -0,0 +1 @@
20df67988104be77a9c3e2edbb8ba615a664671b

View File

@ -0,0 +1,58 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mbassy</groupId>
<artifactId>mbassador</artifactId>
<version>1.0.3.RC</version>
<packaging>jar</packaging>
<name>mbassador</name>
<description>Mbassador is a fast and flexible message bus system that follows the publish subscribe pattern
</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.java.version>1.6</project.build.java.version>
<github.url>file://${project.basedir}/maven</github.url>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>mbassador-github-repo</id>
<url>${github.url}</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${project.build.java.version}</source>
<target>${project.build.java.version}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>false</skipTests>
</configuration>
</plugin>
</plugins>
</build>
</project>

View File

@ -0,0 +1 @@
d766622aea3238ee52a60920313274d1

View File

@ -0,0 +1 @@
55c27ec10ee4067843f05fb735a2af95bc2c06cf

View File

@ -8,7 +8,8 @@
<version>1.0.0.RC</version>
<version>1.0.1.RC</version>
<version>1.0.2.RC</version>
<version>1.0.3.RC</version>
</versions>
<lastUpdated>20121130121617</lastUpdated>
<lastUpdated>20121208081117</lastUpdated>
</versioning>
</metadata>

View File

@ -1 +1 @@
f4ebc2213def52cc73bd6668fffd4d3a
7ef914e14f2998dd2ce1665e2cfb30ba

View File

@ -1 +1 @@
d9bd65993cedd101a8c962f21dfc61d5e6adbba1
90c7ea303b6a468b004369a2f14691239ae9e8ea