ojehle / H35_OraclePatchDownloader

Apache License 2.0
7 stars 3 forks source link

The big merge #15

Closed farblos closed 5 months ago

farblos commented 5 months ago

The Big Merge

  1. Back out the changes since commit 1f77917 to temporarily get rid of all inadvertent whitespace changes.
  2. Merge IDCS authentication support.
  3. Re-add the changes on master since commit 1f77917 but without the whitespace changes.
  4. Merge Eclipse project specific settings.
  5. Reformat the source code with Eclipse in a separate commit.
  6. Post-process Eclipse's reformatting.
  7. Bump the version to 1.1.0. I think we could be a bit more generous with the versions, at least this PR provides some new features.

IDCS Authentication Support

Use basic authentication by default, but fall back to other alternatives if needed. Implement some other minor fixes.

OraclePatchDownloader.java:

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:

README.md, assets/eclipse-*.png:

farblos commented 5 months ago

Hi @ojehle,

this is a huge PR ...

Thanks!

ojehle commented 5 months ago

Looks ok for me :-) thanks for the big work....
i will checkout the git again to my eclipse and will look, if he recognize the project settings.

ojehle commented 5 months ago

Test Eclipse settings successfull

Deleted the existing Eclipse project (also files) git clone import in eclipse. reformat the existing source ----> Nothing changed -> WORKS !!!

Thanks!

farblos commented 5 months ago

Great, thanks for testing!