-
Notifications
You must be signed in to change notification settings - Fork 24
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
Dav support #47
base: main
Are you sure you want to change the base?
Dav support #47
Conversation
viewer/viewer-awt/pom.xml
Outdated
<version>5.9</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.sun.xml.bind</groupId> |
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 think this is going to be deprecated pretty soon. Can you use javax.xml.bind.* instead?
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.
Okay, I looked at this post and added the dependencies.
Not sure if there is a real difference between javax.xml.bind and jakarta.xml.bind.
I've been reviewing this of the last couple nights. There are a couple fairly complex conflicts in the SwingController related to the save changes to a temp file and webDav. Given the age of this PR could you take a closer look at these conflicts? |
I'll check it soon |
Depends on #43
Closes #46
TODO : save password somehow?