Skip to content
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

Refer to Issue #64: Add the class for header authorization #67

Closed
wants to merge 1 commit into from

Conversation

robinkorkmaz1
Copy link

No description provided.

@robinkorkmaz1 robinkorkmaz1 changed the title Refer to Issue #64: Add the class for header uthorization Refer to Issue #64: Add the class for header authorization Feb 4, 2022
@@ -9,8 +9,8 @@
<version>1.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do not want to update pom.xml java version.

Copy link
Contributor

@kappsegla kappsegla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove changes to pom.xml from pullrequest that changes java version from 17 to 16

@kappsegla kappsegla linked an issue Feb 8, 2022 that may be closed by this pull request
Copy link
Author

@robinkorkmaz1 robinkorkmaz1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

@kappsegla
Copy link
Contributor

kappsegla commented Feb 9, 2022

Ok

Should be possible to fix this with:
git checkout pull-request-branch

Overwrite the modified file(s) with the file in another branch:
git checkout origin/master -- pom.xml

Commit and push it to the remote:
git commit -m "removed a modified file from PR"
git push

@kappsegla
Copy link
Contributor

Stale implementation. Lets close it and open a new PR if the issue still seams relevant.

@kappsegla kappsegla closed this Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for authorization header
4 participants