The examples on windows are not working properly
This is because we are using concatenation to locate directories instead of File(parent, child)
Using that constructor we can then convert to URI and that would work independently of the OS
When running the examples from the distribution the example poms need to
find the top level activemq-pom. For snapshot releases this will only
exist in the snapshot repo. In additon we include the snapshot plugins
repo for the activemq-maven-plugin
ActiveMQ uses URI's for locating files on a file system. Absolute file
URIs are generated using an ACTIVEMQ_HOME variable defined via the start
up scripts. For Windows this will contain "\" character as file path
separator. This is invalid for the file URI scheme. This patch
rewrites the ACTIVEMQ_HOME variable ensuring "/" are used on both
Windows and Linux.
I - Removing note about deprecated properties. Our configs are using it
II - useNIO property is irrelevant since we always use NIO now with the new netty
In some cases the ID Generator will be called after the JournalStorage was stopped.
AS a result you could have cases where the ID generator is called and the journal storage is stopped.
Also I added some check to IDs and added some code to cleanup old IDS on the BatchIDManager
Specifies unique host and port variable names in each acceptor. In
addition this patch sets default runtime parameters and replaces bash
specific `source` command with posix compliant `.`
This is so we would catch compilation failures on the testsuite.
Devs are now using the release profile. Not having the tests on the
release profile would give devs and contributors the impression
that everything compiled ok
I have changed the OpenOffice files. Exported the pictures
As I exported the pictures I selected the group on the slide,
File->Export, JPG file, and selected selection only.
The size was the default size and that worked alright.