Skip to content

Remove javax.xml.bind dependency from ExpressionEvaluatingParameterBinder [DATAMONGO-2156] #3023

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
spring-projects-issues opened this issue Dec 4, 2018 · 0 comments
Assignees
Labels
in: core Issues in core support type: enhancement A general enhancement

Comments

@spring-projects-issues
Copy link

Mark Paluch opened DATAMONGO-2156 and commented

ExpressionEvaluatingParameterBinder uses DatatypeConverter to convert bytes into their Base64 representation. We should replace these calls with Spring Framework's Base64Utils.encodeToString.

javax.xml.bind requires explicit inclusion on Java 9+


Affects: 2.2 M1 (Moore), 2.0.12 (Kay SR12), 2.1.3 (Lovelace SR3)

Referenced from: pull request #626, and commits a834f29, 68d6e91, 0698f8b, 6c8cf12, f7106dc, d8721c9

Backported to: 2.1.4 (Lovelace SR4), 2.0.13 (Kay SR13)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core support type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants