-
Notifications
You must be signed in to change notification settings - Fork 3
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
The big merge #15
Merged
Merged
The big merge #15
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use basic authentication by default, but fall back to other alternatives if needed. Implement some other minor fixes. OraclePatchDownloader.java: - Factor out authentication to a separate method and use that. - Use a separate page to trigger authentication, not the initial patch search page. - Add support for IDCS-based authentication. Suppress JavaScript errors caused by that. - Provide a command line option to control the authentication methods being used. README.md: - Remove note that getMOSPatch is broken. - Sync option description from online help. - Add description of authentication methods.
.dir-locals.el: - Add project specific Emacs configuration. .settings/org.eclipse.core.resources.prefs: - Configure project encoding as UTF-8. .settings/org.eclipse.jdt.core.prefs, .settings/org.eclipse.jdt.ui.prefs: - Configure project specific Eclipse formatter, cleanup, import order, and auto save. README.md, assets/eclipse-*.png: - Document editor preferences for Eclipse and Emacs in a new section "Contributing".
Hi @ojehle, this is a huge PR ...
Thanks! |
Looks ok for me :-) thanks for the big work.... |
Test Eclipse settings successfull Deleted the existing Eclipse project (also files) Thanks! |
Great, thanks for testing! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The Big Merge
IDCS Authentication Support
Use basic authentication by default, but fall back to other
alternatives if needed. Implement some other minor fixes.
OraclePatchDownloader.java:
patch search page.
errors caused by that.
methods being used.
README.md:
Implement Various Changes
Eclipse Project Specific Settings
.dir-locals.el:
.settings/org.eclipse.core.resources.prefs:
.settings/org.eclipse.jdt.core.prefs,
.settings/org.eclipse.jdt.ui.prefs:
order, and auto save.
README.md, assets/eclipse-*.png:
section "Contributing".