issues Search Results · repo:protostuff/protostuff-compiler language:Java
Filter by
41 results
(110 ms)41 results
inprotostuff/protostuff-compiler (press backspace or delete to remove)I have two files: proto_x.proto and imported.proto, proto_x.proto has import imported.proto.
When I use compiler CLI with the following options: proto_x.proto -g=html -I=src/input -o=src/output, there ...
uytruong
- Opened on May 13, 2024
- #82
Unable to make protected final java.lang.Class java.lang.ClassLoader.findLoadedClass(java.lang.String) accessible:
module java.base does not opens java.lang to unnamed module @715d6168
java version: 1.8 ...
veione
- 1
- Opened on Feb 10, 2023
- #81
Hi,
when adding the json_name option to a proto file (see https://developers.google.com/protocol-buffers/docs/proto3 - JSON
Mapping - notes on message in the table), we are getting the following parser ...
parser
proto
Luke1410
- 3
- Opened on May 24, 2022
- #80
When I use protostuff-parser to parse proto file, A io.protostuff.compiler.parser.ParserException raised. I read the
code and found the reason:
The io.protostuff.compiler.model.Proto.getNamespace() implements ...
bug
parser
proto
timeaftertime
- 1
- Opened on May 12, 2022
- #79
io.protostuff.Message T can provide a method like T self() ?
// auto generated by compiler
class A implements io.protostuff.Message A {
public A self(){
return this;
}
}
then user case
public ...
lost22git
- Opened on May 1, 2022
- #78
message.proto
enum EncodingType {
kEncodingNone = 0;
kEncodingLz4 = 1;
}
java object (generated by compiler)
image
image
bug
java
lost22git
- 3
- Opened on May 1, 2022
- #77
Support for parsing/generating code in projects running with JDK 16.
kshchepanovskyi
- Opened on Aug 6, 2021
- #72
Hi,
Is there a way to generate protostuff pojo from a proto file? The protostuff pojo should implement
ProtostuffSerializable.
Our dilemma is we have a proto file and we generate the protostuff POJO ...
bino013
- Opened on Jun 28, 2019
- #62
I am shepherding a change in Protobufs to allow multi-line string values:
https://github.com/protocolbuffers/protobuf/issues/1297
This ticket serves as a marker for the corresponding effort required ...
maguro
- 2
- Opened on Apr 23, 2019
- #60
Is there any sample for how to use the parser and then go over the object model?
drorbashan
- 1
- Opened on Apr 18, 2019
- #59

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.