1. 3a22cd7 AMQ-6795 Apply patch to allow build on JDK 9 by Timothy Bish · 7 years ago trunk
  2. d563d05 [maven-release-plugin] prepare for next development iteration by Bosanac Dejan · 14 years ago
  3. 8984d0a [maven-release-plugin] prepare release activemq-protobuf-1.1 by Bosanac Dejan · 14 years ago
  4. fcae918 Buffer.toString returned a unexpected result when the buffer offset was not zero by Hiram R. Chirino · 14 years ago
  5. 5a3028e Fixes AMQ-2707 : Support for nested protobuf messages. Patch contributed by Richard Barnett. \! by Hiram R. Chirino · 14 years ago
  6. 64445f8 [maven-release-plugin] prepare for next development iteration by Bosanac Dejan · 15 years ago
  7. e722f32 [maven-release-plugin] prepare release activemq-protobuf-1.0 by Bosanac Dejan · 15 years ago
  8. 3dc815d Adding missing lic. headers by Hiram R. Chirino · 15 years ago
  9. 655d7ec [maven-release-plugin] prepare for next development iteration by Bosanac Dejan · 15 years ago
  10. 6130f0c [maven-release-plugin] prepare release activemq-protobuf-1.0 by Bosanac Dejan · 15 years ago
  11. 0c014ee defining plugin in parent pom by Bosanac Dejan · 15 years ago
  12. 14c00a6 cleaning up by Bosanac Dejan · 15 years ago
  13. c66eb3f fixing version number by Bosanac Dejan · 15 years ago
  14. e141731 fixing version number by Bosanac Dejan · 15 years ago
  15. 05d1aff adapting to new release process by Bosanac Dejan · 15 years ago
  16. af9c2eb [maven-release-plugin] prepare for next development iteration by Bosanac Dejan · 15 years ago
  17. 6b381ec adding svn:ignore by Bosanac Dejan · 15 years ago
  18. a2f8919 updating to apache pom 6 by Bosanac Dejan · 15 years ago
  19. 54e096e Made the Buffer objects comparable by Hiram R. Chirino · 15 years ago
  20. 16a8b64 Making MessageBuffer extend PBMessage by Hiram R. Chirino · 15 years ago
  21. a719906 - Enahnced the Alt java generator so that all messages implement PBMessage by Hiram R. Chirino · 15 years ago
  22. e56d385 Fixing assertion by Hiram R. Chirino · 15 years ago
  23. dbac5f8 Adding support for UTF8 and Ascii based buffers. This should help make it more clear what type of encoding is being used string stored in a buffer feild. by Hiram R. Chirino · 15 years ago
  24. fadceb2 Fixing externizable encoding by Hiram R. Chirino · 15 years ago
  25. 76abeef Add support for a more efficent (CPU wise) encoding via the writeExternal readExternal methods. by Hiram R. Chirino · 15 years ago
  26. 37c65a5 A few optimizations by Hiram R. Chirino · 15 years ago
  27. d9ad523 Added a new alternative java generator which uses a different API style than the current one. The new API style should by Hiram R. Chirino · 15 years ago
  28. 9df2101 Small optimization to avoid generating EOFExceptions while parsing from a in memory buffer. by Hiram R. Chirino · 15 years ago
  29. 6c1efb9 Fixing compile issue when deferred_decode=true by Hiram R. Chirino · 15 years ago
  30. 9ffb8b3 adding noitce files by Hiram R. Chirino · 15 years ago
  31. 000e525 Updating pom to be able to do a release by Hiram R. Chirino · 15 years ago
  32. 0e06991 Adding scm info by Hiram R. Chirino · 15 years ago
  33. 16521fa Moving protobuf to it's own module so that it can be independently released. by Hiram R. Chirino · 15 years ago
  34. c4c1883 Moving the activemq-protobuf plugin out of the the sandbox and into the maven-plugins project so that it can get released. by Hiram R. Chirino · 15 years ago
  35. f9e3adb Renaming ByteSequence to Buffer to avoid name conflicts with similar objects in ActiveMQ by Hiram R. Chirino · 15 years ago
  36. 5b4d8eb Simplified the Coded Input/Output streams.. they now strictly provide encoding methods and delegate to another stream for buffering by Hiram R. Chirino · 15 years ago
  37. adacae9 Forked the coded input/output streams from the google proto buff project so that we don't need them as a dependency and also because we want to do some optimizations to them. by Hiram R. Chirino · 15 years ago
  38. bbb62ff Added support for a auto_clear_optional_fields option. by Hiram R. Chirino · 16 years ago
  39. 3764aa3 Added an option to support deferred decoding of messages. by Hiram R. Chirino · 16 years ago
  40. 1a43814 Cleaned up the Message interface so that it's obvious and easy to use Framed and Unframed encoding of the messages. by Hiram R. Chirino · 16 years ago
  41. 20f2163 fixing by Hiram R. Chirino · 16 years ago
  42. 68f8bbd Updated build to the latest released protobuf jar. Also made some enhancements to Message so that you can write it to by Hiram R. Chirino · 16 years ago
  43. 3797da2 Made the Message class an interfae and added a few more message options that the java generator understands. by Hiram R. Chirino · 16 years ago
  44. 566e9e1 Added unit tests for the protobuf stuff. Basically a port of the com.google.protobuf unit tests. Many tests were omitted since this implemenation does by Hiram R. Chirino · 16 years ago
  45. 25de73a Added better compatibility with the existing protobuf java api.. made implementing it's unit tests easier. by Hiram R. Chirino · 16 years ago
  46. 79921c2 Generated most of the marshalling/unmarshalling bits. by Hiram R. Chirino · 16 years ago
  47. ba7fdf6 - We are now fully parsing the proto examples in the test module including imports by Hiram R. Chirino · 16 years ago
  48. 74edd13 Updated parser so it can successfully parse all the unit test proto files. Generator is still in progress. by Hiram R. Chirino · 16 years ago
  49. f42edbc Adding some unit test proto file from the google proejct (The project is ASL Licenced) and including Notice of by Hiram R. Chirino · 16 years ago
  50. f21df4a Made a maven mojo.. setting up a test module by Hiram R. Chirino · 16 years ago
  51. 7f1c3f2 setting up for multi module by Hiram R. Chirino · 16 years ago
  52. 82b2bab Adding first pass of the proto generator by Hiram R. Chirino · 16 years ago
  53. 34d5969 Adding a little module to help make it easier to work with Protocol Buffers from Java by Hiram R. Chirino · 16 years ago