-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
JCRVLT-702 Enable forbiddenapis in Maven build #287
base: master
Are you sure you want to change the base?
Conversation
@reschke 59 issues to fix. Do you have capacity to take this over? |
8f9bab5
to
7e41907
Compare
Yes. But not before next week. |
7e41907
to
0091efa
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This will break the build, it needs fixing in the same PR. Do you want to pick it up? |
One can use |
0091efa
to
7ee799b
Compare
7ee799b
to
c4cb04e
Compare
I now refactored all methods relying on the default charset/locale/timezone. Please check again @reschke. |
c4cb04e
to
be60864
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we don't need this for String.format, maybe except when formatting floating point numbers?
It is easier to always set it than to exclude some checks. Some other format specifiers are locale specific as well (integer) |
Consistency is good, but I also dislike verbosity :-) |
be60864
to
df446f3
Compare
df446f3
to
3720483
Compare
Enable forbiddenapis in Maven build
3720483
to
ba6a927
Compare
The detects issues like JCRVLT-702