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

Java example for 0.15.2 #1028

Merged
merged 4 commits into from
Oct 4, 2023
Merged

Java example for 0.15.2 #1028

merged 4 commits into from
Oct 4, 2023

Conversation

radetsky
Copy link
Contributor

@radetsky radetsky commented Oct 3, 2023

New Java project, but old source code. I created a new Java project using gradle init and moved the source code from the previous example. Added simple README to describe how to run the example.

  • Example projects and code samples are up-to-date (in case of API changes)

@vixentael
Copy link
Contributor

uwuwuw still failing :(

Copy link
Contributor

@vixentael vixentael left a comment

Choose a reason for hiding this comment

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

let's see if these changes fix the tests!

@vixentael vixentael closed this Oct 4, 2023
@vixentael vixentael reopened this Oct 4, 2023
@vixentael vixentael added the W-JavaThemis ☕ Wrapper: Java, Java and Kotlin API label Oct 4, 2023
@radetsky radetsky merged commit 3692085 into cossacklabs:release/0.15.0 Oct 4, 2023
104 of 112 checks passed
@radetsky radetsky deleted the java_examples_0.15.2 branch October 4, 2023 14:16
steps:
- name: Install system dependencies
run: |
sudo sh -c 'echo "DEBIAN_FRONTEND=noninteractive" >> /etc/environment'
sudo apt update
sudo apt install --yes gcc make libssl-dev default-jdk
sudo apt install --yes gcc make libssl-dev default-jdk dpkg-dev
Copy link
Collaborator

Choose a reason for hiding this comment

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

for what we need dpkg-dev?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

For dpkg-architecture. I tested the solution on a real OS installed on Digital Ocean.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
W-JavaThemis ☕ Wrapper: Java, Java and Kotlin API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants