Skip to content

spec fixes for java sdk #228

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

Merged
merged 5 commits into from
Mar 14, 2025
Merged

spec fixes for java sdk #228

merged 5 commits into from
Mar 14, 2025

Conversation

patrickthornton
Copy link
Contributor

No description provided.

patrickthornton added 5 commits March 14, 2025 11:03
tests now compile; # of failed tests 30 -> 10, by including correct
offset paging when relevant and modifying some tests to match the
current spec (see PR in fern-demo)
fixes typing of contact.avatar. when run with modified tests from
fern-demo/intercom-java-sdk (currently branch gettin-tests-to-work),
compiles and passes all tests
avoids the workflow doing a ton of API calls
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
run: |
cd fern/.preview/fern-java-sdk
./gradlew assemble
Copy link
Collaborator

Choose a reason for hiding this comment

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

does assemble also call compileJava ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes! it's all of:
":compileJava
:processResources
:classes
:jar
:javadoc
:javadocJar
:sourcesJar
:assemble"

@fern-support fern-support merged commit 13544cc into intercom:main Mar 14, 2025
5 checks passed
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.

3 participants