0
I Use This!
Inactive

Commits : Listings

Analyzed 12 days ago. based on code collected 13 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
implemented the "don't bind to enum" customization. More... about 19 years ago
fixed a bug More... about 19 years ago
removed a bogus conflict marker More... about 19 years ago
implemented a cap to the number of constants in a type-safe enum we generate by default. This allows us to avoid generating a huge type-safe enum by default. More... about 19 years ago
D'oh. More... about 19 years ago
implemented the user-specified factory support into the unmarshaller. More... about 19 years ago
javadoc elaboration More... about 19 years ago
removed a completed TODO. More... about 19 years ago
fixed a test error. More... about 19 years ago
fixed NPE. More... about 19 years ago
fixed a bug where the expected mime type for element properties weren't computed properly. More... about 19 years ago
formatting change. More... about 19 years ago
fixed a bug where the currentTarget isn't set properly for the root object. More... about 19 years ago
modified to take the in-scope @XmlMimeType annotation into account. More... about 19 years ago
modified not to print "q=1" as it's redundant More... about 19 years ago
added a note on a conflict between @XmlMimeType and the xmime:contentType attribute. More... about 19 years ago
fixed a bug in the toString method. More... about 19 years ago
fixed a problem Vivek found. This part of the code is getting uglier and uglier... More... about 19 years ago
modified to read @XmlMimeType annotation into the model. More... about 19 years ago
bug fix. More... about 19 years ago
based on the discussion with Kirill, revised the API. More... about 19 years ago
modified XJC to produce XmlMimeType annotation. More... about 19 years ago
adding this new annotation to make progress on the MTOM front. More... about 19 years ago
bit of refactoring to clean up the modeling. started adding code for supporting the expected MIME type. More... about 19 years ago
bit of refactoring to clean up the modeling. started adding code for supporting the expected MIME type. More... about 19 years ago
removed a meaningless abstract class. More... about 19 years ago
removed a compiler warning. More... about 19 years ago
my earlier nillable/optional binding optimization wasn't quite correct. fixed. More... about 19 years ago
fixed an error in this schema. More... about 19 years ago
fixed the compiler so that it won't try to bind a simple type to a type-safe enum if it causees name collisions. More... about 19 years ago