Skip to content

Commit 94fb238

Browse files
[ES-1614194] Include OAuth HTML resources (#1107)
## Description <!-- Provide a brief summary of the changes made and the issue they aim to address.--> OAuth U2M is broken in databricks-jdbc for AWS and GCP. This PR fixes it by including the required resources needed by SDK classes. ## Testing <!-- Describe how the changes have been tested--> Tested by locally installing the jar and running the reproducer on the ticket. ## Additional Notes to the Reviewer <!-- Share any additional context or insights that may help the reviewer understand the changes better. This could include challenges faced, limitations, or compromises made during the development process. Also, mention any areas of the code that you would like the reviewer to focus on specifically. -->
1 parent 3f851cf commit 94fb238

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
### Fixed
1313

1414
- Fix driver crash when using `INTERVAL` types.
15+
- Fix U2M by including SDK OAuth HTML callback resources.
1516

1617
---
1718
*Note: When making changes, please add your change under the appropriate section with a brief description.*

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,6 @@
578578
<exclude>javax/**</exclude>
579579
<exclude>jakarta/**</exclude>
580580
<exclude>net/jcip/**</exclude>
581-
<exclude>oauth/**</exclude>
582581
</excludes>
583582
</filter>
584583
</filters>

0 commit comments

Comments
 (0)