Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-04 | refactor: Update build numbers to 0.24.2 | megumi.telles | 2 | -2/+2 | |
2016-09-21 | refactor: Update build numbers to 0.24.1 | megumi.telles | 2 | -2/+2 | |
2016-08-31 | refinement: Remove source workaround from poms | jmisinco | 1 | -18/+1 | |
Change-Id: Ib303b4a596cc4c0afd94aed9eb58787ca7d86650 | |||||
2015-09-14 | refactor: Update build numbers to 0.24.0 | jmisinco | 2 | -2/+2 | |
Change-Id: I2d9d17ab66cb0c37afe41ad5f08d31435d7b2d38 | |||||
2016-01-07 | refactor: Update build numbers to 0.23.1 | donald.g.dunne | 2 | -2/+2 | |
Change-Id: I0782b5c5f6faa8146eed29cdedd4e1b391ab267f | |||||
2015-09-28 | refactor: Use type inference when invoking a generic constructor | Ryan D. Brooks | 1 | -1/+1 | |
Change-Id: I5afeb235038dcf1dd0496930d15d6b42aeb46fec | |||||
2015-09-30 | feature[ats_ATS244686]: Remove 1.6 from .classpath files | donald.g.dunne | 1 | -1/+1 | |
Change-Id: Ic13129e41ad5f253505d97a7cadb66bb47d02954 | |||||
2015-06-22 | refactor: Update build numbers to 0.23.0 | Angel Avila | 2 | -2/+2 | |
Change-Id: I082b0961be5aac1cdf088a69deeec02e98aff416 | |||||
2015-07-20 | feature[ats_ATS213282]: Clean up some logging | Andrew M. Finkbeiner | 4 | -8/+48 | |
Change-Id: Id28a799acda4ae8c2ffe66c0da984618b03330aa | |||||
2015-04-24 | feature: Luna, Java8, Tycho 0.22 | jmisinco | 1 | -1/+1 | |
Change-Id: I4551f5c5644cf10619c788ca6bfb18597eab550c | |||||
2015-03-24 | refactor: Update build numbers to 0.22.0 | Angel Avila | 2 | -2/+2 | |
Change-Id: I55c4f29f4f58c12a2b3b5e1e96d88d98bf735894 | |||||
2015-04-01 | feature[ats_ATS62328]: Update connection logic | Andrew M. Finkbeiner | 4 | -7/+14 | |
Added the oteendpoint for communication with client to server. this is in preperation for removing rest/activemq from the default test server so that we can reduce thread usage and dependencies. Also added the ability to configure and connect to a server from the client using EventMessages. feature[ats_ATS107238]: Remove default rest server Updated some logging and added some more command handlers. Also cleaned up some server output. feature[ATS_ATS122200]: Add IO redirect Change-Id: If5a39333c1e0362f2c36cffe9f2c3e142881beea | |||||
2015-03-19 | refactor: Update build numbers to 0.21.0 | Angel Avila | 2 | -2/+2 | |
Change-Id: I011de2fb3a6ac14361e9d2df54853c134c40f3c6 | |||||
2015-03-13 | refactor: Update build numbers to 0.20.1 | Angel Avila | 2 | -2/+2 | |
Change-Id: I1b6d889c3f6c9cba9612788fcff2bba06cb6c0b2 | |||||
2014-09-25 | refactor: Update build numbers to 0.20.0 | Roberto E. Escobar | 2 | -2/+2 | |
Change-Id: I6c3e0c62c51f24dcf2bb1c04e7c5249132b42baf | |||||
2014-09-29 | refactor: Update build numbers to 0.19.0 | Roberto E. Escobar | 2 | -2/+2 | |
Change-Id: If622411349aa4f88d76424535e9b02f4a181d354 | |||||
2014-09-26 | refactor: Update build numbers to 0.18.1 | Roberto E. Escobar | 2 | -2/+2 | |
Change-Id: Ibcb47b5df487d459584bec8777b81c064d715417 | |||||
2014-09-16 | bug[ats_ATS107154]: Fix ote server shutdown0.18.0.v201409191853_REL0.18.0.v201409170143_RC | Andrew M. Finkbeiner | 1 | -5/+2 | |
2014-09-13 | feature[ats_ATS106617]: Update lookup delete | Andrew M. Finkbeiner | 1 | -3/+5 | |
2014-09-04 | bug[ats_ATS105324]: Create a new WebTarget for each request | Roberto E. Escobar | 3 | -12/+16 | |
Update JaxRsClient interface to prevent creation of nested web targets. Change-Id: Ia59dc912d505e12536ddb0646e6429f2c913cf6f | |||||
2014-09-02 | bug[ats_ATS103706]: XML App switch | Andrew M. Finkbeiner | 2 | -2/+2 | |
2014-09-02 | bug[ats_ATS103706]: Switch rest app type to xml | Andrew M. Finkbeiner | 3 | -3/+3 | |
2014-08-28 | feature[ats_ATS55930]: Upgrade JAX-RS to 2.0 API using Apache CXF | Roberto E. Escobar | 5 | -19/+18 | |
Change JAX-RS endpoints to comply with 2.0 API Change JAX-RS clients to use JAX-RS 2.0 Client API instead of using Jersey's client implementation. Remove all Jersey dependencies. Integrate Apache CXF with OSEE JAX-RS Change-Id: I866dff8516b91dbcde07b07819cf0bbc89b5d293 | |||||
2014-08-28 | bug[ats_ATS64246]: Fix JAX-RS Client server address config | Roberto E. Escobar | 2 | -8/+11 | |
Use OSGI style properties to configure JAX-RS clients Setup JAX-RS Client as a static factory library instead of OSGI service. Change-Id: Icd6798214da9264670a46f134638bd0b41963fb8 | |||||
2014-08-28 | refactor: Rename WebClientProvider to JaxRsClient | Roberto E. Escobar | 5 | -17/+17 | |
Change-Id: I1622fbde33c53f8d1c99c570df0c9d749b8ef6be | |||||
2014-08-28 | refactor[ats_ATS64244]: Update OTE to use JAX-RS Client | Roberto E. Escobar | 10 | -148/+45 | |
Change-Id: I15c6b492f124b30acc5c991e2416e5d050d430ae | |||||
2014-08-28 | refactor: Update build numbers to 0.18.0 | Roberto E. Escobar | 2 | -2/+2 | |
Change-Id: I0b1f72f5944bc7a5022d8798693e1ada9ae83136 | |||||
2014-07-30 | refactor: Update build numbers to 0.17.2 | Roberto E. Escobar | 2 | -2/+2 | |
Change-Id: I2dd83406e24f3ffb3855cfd9258d1e8334e1fdd2 | |||||
2014-07-01 | refactor: Update build numbers to 0.17.1 | jmisinco | 2 | -2/+2 | |
Change-Id: I84c2c8714743c2a64ff7848a95b2165863ca63f3 | |||||
2014-03-04 | refactor: Update build numbers to 0.17.0 | megumi.telles | 2 | -2/+2 | |
Change-Id: Idd9dee158dfa248785957ca447263a73f5287a4b | |||||
2014-02-10 | refactor: Update build numbers to 0.16.2 | jmisinco | 2 | -2/+2 | |
Change-Id: I17de4e6f90dbaa0ce1ce020ac575d21142fcf65a | |||||
2014-01-24 | refactor: Update build numbers to 0.16.1 | Roberto E. Escobar | 2 | -2/+2 | |
Change-Id: I599bba3c1871c33c2a82b8cf38ba9b9fec138bb2 | |||||
2013-11-25 | refactor: Update build numbers to 0.16.0 | Roberto E. Escobar | 2 | -2/+2 | |
Change-Id: I9a00db51e1f157ca4519bd1060c457c5da887c2a | |||||
2013-10-11 | refactor: Update build numbers to 0.15.0 | Roberto E. Escobar | 2 | -2/+2 | |
Change-Id: I2e59932a053fafecdf2584b72102c0145634ae6b | |||||
2013-09-06 | refactor: Update build numbers to 0.14.0 | Roberto E. Escobar | 2 | -2/+2 | |
Change-Id: I2ee5a0f2f1256f1a87ca4ceedac460790e7e4eaf | |||||
2013-08-19 | refactor: Update build numbers to 0.13.0 | Roberto E. Escobar | 2 | -2/+2 | |
Change-Id: I97eab07aee1f8a5ce321c238815d78cdfe1eab79 | |||||
2013-07-29 | refactor: Update build numbers to 0.12.0 | Roberto E. Escobar | 2 | -2/+2 | |
Change-Id: I4c528d73676af19c17f2fbb26d74ca2a0d18340c | |||||
2013-06-27 | refinement: Update OTE Manifests | Roberto E. Escobar | 1 | -1/+2 | |
Change-Id: Ic5775ed27cff1c2c8f5df4d1338aa20cba1d0070 | |||||
2013-06-24 | feature[ats_LJNN0]: Mavenize lookup product | Andrew M Finkbeiner | 1 | -0/+35 | |
Change-Id: Icb1bd8d586d6cdd42c6af9f5347d08d4f44243ab | |||||
2013-06-24 | feature[ats_LJNN0]: Update OTE Server Lookup | Andrew M Finkbeiner | 16 | -0/+406 | |
Initial commit of ote master server. This is a rest server that will be used for server lookup. This commit includes the rest implementation a rest client api and the backing service. Change-Id: If9113aacaf32bc5379a5b17d42b0b2f41706e6b9 |
- Members
- Working Groups
- Projects
- Community
- Participate
- Eclipse IDE
-
More
-
-
Community
- Marketplace
- Events
- Planet Eclipse
- Newsletter
- Videos
- Blogs
-
Participate
- Report a Bug
- Forums
- Mailing Lists
- Wiki
- IRC
- Research
-
-
-
-
Search
-