Work in Progress for SPR-8986#12
Work in Progress for SPR-8986#12dharrigan merged 0 commit intospring-projects:3.1.xfrom dharrigan:3.1.x
Conversation
|
Hi, This new pull request is combined with a valid test for packagesToScan with annotations. I'm not too familiar with XSD configuration, so I've left that out - but the Java code + test is there now. -=david=- |
|
I see lots of whitespace differences. It looks like your IDE is inserting spaces whereas the source code has tabs. You might want to change that and re-submit so we can evaluate your exact changes. There is actually quite a bit of noise that makes it difficult to see what's changed and needs to be corrected either way. You can check before committing for whitespace issues using Also, please use |
|
Sure, no problem. -=david=- |
Conditionalize reference doc/api doc links
…RELEASE-TT.x-patch Backports for addressing CVE-2024-38819
Hi,
I wonder if I can get a bit of help on this one. I've merged into Jaxb2Marshaller the code to lookup JAXB2 annotated classes using package scanning. I'm just having difficultly understanding how to get appropriate tests written and to configure the spring-oxm-3.1.xsd properly.
The classes compile, but the tests fail for JAXB so far.
Thank you.
-=david=-