Sign in
apache
/
activemq-protobuf
/
HEAD
3a22cd7
AMQ-6795 Apply patch to allow build on JDK 9
by Timothy Bish
· 6 years ago
trunk
d563d05
[maven-release-plugin] prepare for next development iteration
by Bosanac Dejan
· 13 years ago
8984d0a
[maven-release-plugin] prepare release activemq-protobuf-1.1
by Bosanac Dejan
· 13 years ago
fcae918
Buffer.toString returned a unexpected result when the buffer offset was not zero
by Hiram R. Chirino
· 14 years ago
5a3028e
Fixes AMQ-2707 : Support for nested protobuf messages. Patch contributed by Richard Barnett. \!
by Hiram R. Chirino
· 14 years ago
64445f8
[maven-release-plugin] prepare for next development iteration
by Bosanac Dejan
· 14 years ago
e722f32
[maven-release-plugin] prepare release activemq-protobuf-1.0
by Bosanac Dejan
· 14 years ago
3dc815d
Adding missing lic. headers
by Hiram R. Chirino
· 14 years ago
655d7ec
[maven-release-plugin] prepare for next development iteration
by Bosanac Dejan
· 14 years ago
6130f0c
[maven-release-plugin] prepare release activemq-protobuf-1.0
by Bosanac Dejan
· 14 years ago
0c014ee
defining plugin in parent pom
by Bosanac Dejan
· 14 years ago
14c00a6
cleaning up
by Bosanac Dejan
· 14 years ago
c66eb3f
fixing version number
by Bosanac Dejan
· 14 years ago
e141731
fixing version number
by Bosanac Dejan
· 14 years ago
05d1aff
adapting to new release process
by Bosanac Dejan
· 14 years ago
af9c2eb
[maven-release-plugin] prepare for next development iteration
by Bosanac Dejan
· 14 years ago
6b381ec
adding svn:ignore
by Bosanac Dejan
· 14 years ago
a2f8919
updating to apache pom 6
by Bosanac Dejan
· 14 years ago
54e096e
Made the Buffer objects comparable
by Hiram R. Chirino
· 15 years ago
16a8b64
Making MessageBuffer extend PBMessage
by Hiram R. Chirino
· 15 years ago
a719906
- Enahnced the Alt java generator so that all messages implement PBMessage
by Hiram R. Chirino
· 15 years ago
e56d385
Fixing assertion
by Hiram R. Chirino
· 15 years ago
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
fadceb2
Fixing externizable encoding
by Hiram R. Chirino
· 15 years ago
76abeef
Add support for a more efficent (CPU wise) encoding via the writeExternal readExternal methods.
by Hiram R. Chirino
· 15 years ago
37c65a5
A few optimizations
by Hiram R. Chirino
· 15 years ago
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
9df2101
Small optimization to avoid generating EOFExceptions while parsing from a in memory buffer.
by Hiram R. Chirino
· 15 years ago
6c1efb9
Fixing compile issue when deferred_decode=true
by Hiram R. Chirino
· 15 years ago
9ffb8b3
adding noitce files
by Hiram R. Chirino
· 15 years ago
000e525
Updating pom to be able to do a release
by Hiram R. Chirino
· 15 years ago
0e06991
Adding scm info
by Hiram R. Chirino
· 15 years ago
16521fa
Moving protobuf to it's own module so that it can be independently released.
by Hiram R. Chirino
· 15 years ago
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
f9e3adb
Renaming ByteSequence to Buffer to avoid name conflicts with similar objects in ActiveMQ
by Hiram R. Chirino
· 15 years ago
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
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
bbb62ff
Added support for a auto_clear_optional_fields option.
by Hiram R. Chirino
· 15 years ago
3764aa3
Added an option to support deferred decoding of messages.
by Hiram R. Chirino
· 15 years ago
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
· 15 years ago
20f2163
fixing
by Hiram R. Chirino
· 15 years ago
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
· 15 years ago
3797da2
Made the Message class an interfae and added a few more message options that the java generator understands.
by Hiram R. Chirino
· 15 years ago
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
· 15 years ago
25de73a
Added better compatibility with the existing protobuf java api.. made implementing it's unit tests easier.
by Hiram R. Chirino
· 15 years ago
79921c2
Generated most of the marshalling/unmarshalling bits.
by Hiram R. Chirino
· 15 years ago
ba7fdf6
- We are now fully parsing the proto examples in the test module including imports
by Hiram R. Chirino
· 15 years ago
74edd13
Updated parser so it can successfully parse all the unit test proto files. Generator is still in progress.
by Hiram R. Chirino
· 15 years ago
f42edbc
Adding some unit test proto file from the google proejct (The project is ASL Licenced) and including Notice of
by Hiram R. Chirino
· 15 years ago
f21df4a
Made a maven mojo.. setting up a test module
by Hiram R. Chirino
· 15 years ago
7f1c3f2
setting up for multi module
by Hiram R. Chirino
· 15 years ago
82b2bab
Adding first pass of the proto generator
by Hiram R. Chirino
· 15 years ago
34d5969
Adding a little module to help make it easier to work with Protocol Buffers from Java
by Hiram R. Chirino
· 15 years ago