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

Merge 0.23 -> main #5673

Merged
merged 20 commits into from Dec 7, 2021
Merged

Merge 0.23 -> main #5673

merged 20 commits into from Dec 7, 2021

Conversation

armanbilge
Copy link
Member

Straightforward merge except for re-synchronizing (ember-)server now that it's crossed in 0.23.

Comment on lines -87 to -88
// Syntax to enable JS-cross compilation without splitting files
// Nobody will actually be able to run these methods b/c they will fail to link
Copy link
Member Author

Choose a reason for hiding this comment

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

I hope you don't mind, I also took this opportunity to remove these shims and any deprecated methods that needed them.

@@ -123,10 +125,9 @@ object Http4sPlugin extends AutoPlugin {
id = subproject,
name = s"Build $subproject",
scalas = List(scala_212),
javas = List("adoptium@8"),
javas = List(JavaSpec.temurin("17")),
Copy link
Member

Choose a reason for hiding this comment

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

Nice bump 8 -> 17 :)

Copy link
Member

Choose a reason for hiding this comment

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

That one's an "app". 😄

Co-authored-by: Daniel Esik <e.danicheg@yandex.ru>
@rossabaker rossabaker merged commit 093f699 into http4s:main Dec 7, 2021
rossabaker added a commit to http4s/blaze that referenced this pull request May 26, 2022
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

4 participants