Skip to content

Tags: pkware/jabel

Tags

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump jna from 5.12.1 to 5.13.0 (bsideup#169)

Bumps [jna](https://github.com/java-native-access/jna) from 5.12.1 to 5.13.0.
- [Release notes](https://github.com/java-native-access/jna/releases)
- [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
- [Commits](java-native-access/jna@5.12.1...5.13.0)

---
updated-dependencies:
- dependency-name: net.java.dev.jna:jna
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update ByteBuddy to 1.12.18 (bsideup#164)

0.4.2

Toggle 0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump byte-buddy-agent from 1.11.1 to 1.11.21 (bsideup#112)

* Bump byte-buddy-agent from 1.11.1 to 1.11.21

Bumps [byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.11.1 to 1.11.21.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.11.1...byte-buddy-1.11.21)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update build.gradle

* Update build.gradle

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergei Egorov <[email protected]>

0.4.1

Toggle 0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Install ByteBuddy agent once per JVM (bsideup#74)

Move bytebuddy agent installation to a static block so
that the installation only happens once per JVM.

This ensures that the plugin works well with BUCK(and likewise) build
systems where multiple javac compilation task is started parallely in
the same JVM. Without this the JVM crashes undeterministically.

This will also work well in gradle build system where once javac task
runs per JVM

0.4.0

Toggle 0.4.0's commit message
Exclude static fields from records's methods

0.3.0

Toggle 0.3.0's commit message
Publish to Bintray

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Whitelist features for Java 8 instead of hacking Java 12 target (#2)

0.1.0

Toggle 0.1.0's commit message
Make it Jitpack-friendly