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

upd 0.31.2 #28

Merged
merged 10 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ version: v1

managed:
enabled: true
cc_enable_arenas: false
java_multiple_files: true
java_package_prefix: com
java_string_check_utf8: false
optimize_for: CODE_SIZE


plugins:
- plugin: buf.build/grpc/java:v1.64.0
out: src/main/java
Expand Down
2 changes: 1 addition & 1 deletion magefiles/magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func BuildDev() error {

// Builds the java project
func Build() error {
err := sh.RunV("mvn", "clean", "package")
err := sh.RunV("mvn", "--no-transfer-progress", "clean", "package")

return err
}
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
</licenses>

<developers>
<developer>
<id>IrimieBogdan</id>
<name>Irimie Bogdan</name>
<email>bogdan.irimie@aserto.com</email>
<developer>
<id>GertDrapers</id>
<name>Gert Drapers</name>
<email>gert.drapers@aserto.com</email>
</developer>
</developers>

Expand Down
238 changes: 238 additions & 0 deletions src/main/java/com/aserto/directory/assertion/v3/Assert.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading