Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-10-31refactor: Update build numbers to 0.16.0Roberto E. Escobar2-2/+2
Change-Id: I9a00db51e1f157ca4519bd1060c457c5da887c2a
2013-10-16refactor: Move OseeCoreException to jdk.coreRyan D. Brooks16-23/+16
Change-Id: I2f06ddbf1795a14fed50d92bc0dc5003a135d3e8
2013-10-10refactor: Move identity classes to jdk.coreRyan D. Brooks1-1/+1
Change-Id: I55087dcce71407124c8a410ba1486639baa7e592
2013-09-24refactor: Update build numbers to 0.15.0Roberto E. Escobar2-2/+2
Change-Id: I2e59932a053fafecdf2584b72102c0145634ae6b
2013-09-03refactor: Update build numbers to 0.14.0Roberto E. Escobar2-2/+2
Change-Id: I2ee5a0f2f1256f1a87ca4ceedac460790e7e4eaf
2013-08-14refactor: Update build numbers to 0.13.0Roberto E. Escobar2-2/+2
Change-Id: I97eab07aee1f8a5ce321c238815d78cdfe1eab79
2013-06-19refactor: Update build numbers to 0.12.0Roberto E. Escobar2-2/+2
Change-Id: I4c528d73676af19c17f2fbb26d74ca2a0d18340c
2013-04-15refactor: Update build numbers to 0.11.1Roberto E. Escobar2-2/+2
Change-Id: I6322912aa393c22210af80956c7919917d45a345
2013-02-16feature[ats_310X3]: Run AddDistributionStatement ruledonald.g.dunne2-5/+19
Change-Id: I0f8e8276f6b1c28ea6e244e5725cae65bd022a5a
2013-02-14feature[ats_XNVXB]: Make sure request goes out to servers on start.Andy Jury1-8/+3
Change-Id: I9aa94a4694b8f11f35c2a7d918de693c23b4f3b9
2012-11-08feature[ats_TL5SF]: Add messaging tests to mavenRoberto E. Escobar6-37/+33
Change-Id: Ia003ead25b8b1a0799bf7d154c3d5f6ba0871c50
2012-11-07refactor: Update build numbers to 0.11.0Roberto E. Escobar2-2/+2
Change-Id: I30263ed867331bfdcd7278085b6a76464d181814
2012-10-01refactor: Update build numbers to 0.10.4Roberto E. Escobar2-2/+2
2012-09-01refactor: Update build numbers to 0.10.3Roberto E. Escobar2-2/+2
2012-08-17refactor: Update build numbers to 0.10.2Roberto E. Escobar2-2/+2
2012-08-15feature[ats_BP3TW]: Add debug commandsAndrew M Finkbeiner7-7/+251
2012-08-07feature[ats_VN3JK]: Fix unsubscribe equals logicAndrew M Finkbeiner1-3/+3
2012-07-12refinement: Update file author and javadocddunne1-2/+4
2012-07-09refactor: Update build numbers to 0.10.1Roberto E. Escobar2-2/+2
2012-05-26feature[ats_19NDL]: Add async connection nodeAndrew M Finkbeiner1-0/+514
2012-02-15refactor: Update build numbers to 0.10.0Roberto E. Escobar2-2/+2
2012-04-13feature[ats_VGR8B]: Convert framework messaging to DSRoberto E. Escobar17-215/+231
2012-04-23bug[ats_094MT]: Update connection node state so that a restart can work.Andrew M Finkbeiner1-4/+4
2012-04-21refinement: Improve OTE server connection logic performanceAndrew M Finkbeiner1-0/+1
2012-04-05feature: OseeVersion into OseeExceptions.wrapAndThrow()kwilk1-2/+0
2012-03-17feature[ats_0ZVNB]: Add client runtime to maven buildRoberto E. Escobar2-1/+36
2011-09-06feature[ats_B95CV]: Add package declarations deleted by rebaseMike Masterson2-64/+68
2011-08-29feature[ats_B95CV]: Message receives now multithreadedMike Masterson4-123/+213
There was a deadlock issue when subscribing to a message inside the same session as a receive. By multithreading the receive, this issue goes away.
2011-08-26feature[ats_B95CV]: Fill in headers when notifying message listenersMike Masterson1-0/+11
The ActiveMQ wrapper class that handles listener notification was not filling in the header map. This is now filled in by reading in the internal properties from the message being processed and providing them in a map argument.
2011-08-08refactor[bgz_354193]: Remove unused exception declarationsShawn F. Cook1-2/+1
2011-08-02refactor: Replace OseeLog.log() calls that use String.format with OseeLog.logfRyan D. Brooks5-29/+27
2011-02-09refactor: Update build numbers to 0.9.9rescobar1-1/+1
2011-08-17feature[ats_PMYWY]: Update to use org.apache.commons.logging 1.1.1rescobar1-1/+1
2011-04-22refactor: Introduce end-of-line normalizationRyan D. Brooks5-668/+668
2010-12-13refactor: Update build numbers to 0.9.8rescobar1-1/+1
2010-10-13refactor: Update version numbers to 0.9.7rescobar1-1/+1
2010-09-28refactor: Resolve PMD Code Quality findings in ATSddunne1-0/+925
2010-09-14refactor: Directly support String.format in OseeCoreException constructorsrbrooks1-1/+1
2010-09-16refactor: Utilize utility method OseeExceptions.wrapAndThrow instead of ↵rbrooks2-11/+6
in-place code
2010-09-12bug: Update JMS service notification to have an additional function to test ↵Andrew Finkbeiner2-3/+17
if the service is really gone This makes test servers and test manager able to tolerate the JMS broker going down without causing disconnects or improper removal of running test servers from the host page and other test connection guis.
2010-09-10bug: Remove producer creation during pingAndrew Finkbeiner1-1/+2
2010-08-31Update build version to 0.9.6rescobar1-1/+1
2010-08-31remove unused Javadoc stubsrbrooks2-7/+0
2010-08-29remove unused Javadoc stubsrbrooks4-25/+0
2010-08-29Eclipse source cleanup and formatrbrooks7-28/+30
2010-08-23Updated to use OseeProperties classrescobar1-1/+3
2010-08-06(no commit message)afinkbein2-4/+8
2010-08-02(no commit message)afinkbein1-1/+0
2010-08-02(no commit message)afinkbein1-1/+1
2010-08-02(no commit message)afinkbein1-1/+1

Back to the top