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

target jvm 8 bytecode #232

Merged
merged 1 commit into from Sep 13, 2020
Merged

target jvm 8 bytecode #232

merged 1 commit into from Sep 13, 2020

Conversation

yanns
Copy link
Contributor

@yanns yanns commented Sep 13, 2020

No description provided.

Before:
```
$ javap -verbose JSONEmbedded.class
Classfile /Users/yannsimon/dev/src/sphere-scala-libs/json/json-derivation/target/scala-2.13/classes/io/sphere/json/annotations/JSONEmbedded.class
public interface io.sphere.json.annotations.JSONEmbedded extends java.lang.annotation.Annotation
  minor version: 0
  major version: 56
```

After:
```
$ javap -verbose JSONEmbedded.class
Classfile /Users/yannsimon/dev/src/sphere-scala-libs/json/json-derivation/target/scala-2.13/classes/io/sphere/json/annotations/JSONEmbedded.class
public interface io.sphere.json.annotations.JSONEmbedded extends java.lang.annotation.Annotation
  minor version: 0
  major version: 52
```
@yanns yanns merged commit 0379931 into master Sep 13, 2020
@yanns yanns deleted the target_jvm8_bytecode branch September 13, 2020 07:52
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.

None yet

1 participant