Micronaut
Micronaut and AWS Webinar
📅 22 November.
⏳10:00 a.m. to 11:30 a.m. CST.
💵 Free.
👨🏫 Yours truly and @sapessi.
🔥 Exciting news is that I will be joined by @sapessi from AWS and he is going to discuss Java and AWS Lambda in depth.
In addition, I will cover:
Deploying a Micronaut app to AWS Elastic Beanstalk.
Uploading files to AWS S3 from a Micronaut app.
Securing an app with AWS Cognito.
Publishing a Micronaut function to AWS Lambda.
Sending an email from a Micronaut app with AWS SES
Gradle
Gradle 6.0 Release Notes
The Gradle team is excited to announce a new major version of Gradle, 6.0.
... In the JVM ecosystem, we've made incremental Java and Groovy compilation faster, added support for JDK13 and provided out of the box support for javadoc and source jars
The Gradle train 🚝 keeps going strong.
Java
Java 11 runtime now available in AWS Lambda
We are excited to announce that you can now develop your AWS Lambda functions using the Java 11 runtime. Start using this runtime today by specifying a runtime parameter value of java11 when creating or updating your Lambda functions.
When AWS services allow you to select Java 11 as a Runtime it is time to put Java 8 in kingdom of oblivion.
Spreadsheet Builder 2.0
Spreadsheet Builder, my favorite library to work with Excel Files (the ultimate goal of every app 😒), has released a new version.
I'm happy to announce that @Java/@ApacheGroovy Spreadsheet Builder 2.x has been finally released.
The released includes * Groovy DSL fixes * Indirect Google Sheets support * Introduction of new experimental JSON/YML endpoint for non-JVM languages
🎧 The state of Java in 2019
Great analysis of the state of Java in 2019 - the new release cadence, the new licensing model, and what to expect in the future by @javajudd in the No Fluff just stuff Podcast.
Misc
Cold Starts in AWS Lambda
Instances of Lambdas are added and removed dynamically. When a new instance handles its first request, the response time increases, which is called a cold start.
Great blog about Serverless. We are going to discuss Cold startup on Friday webinar.
Web frameworks
Announcing Quarkus 1.0
Quarkus is an Open Source stack to write Java applications offering unparalleled startup time, memory footprint and developer experience. It offers familiar programming models and APIs (Hibernate, JAX-RS, Eclipse Vert.x, Apache Camel, Eclipse MicroProfile, Spring API compatibility and more).
Today marks a real milestone for the Quarkus community and the Java community at large. Quarkus 1.0 Candidate Release 1 is out and it will shortly be followed by a 1.0 Final version. The community has worked really hard to up the quality of Quarkus in the last few weeks: bug fixes, documentation improvements, new extensions and above all upping the standards for developer experience. Now it’s time to do your part: test Quarkus 1.0.0.CR1 and join us :).
I am looking for Quarkus content for Greach 2020. If you Quarkus is your speciality, please apply to the CFP.
Comment
A lot of announcements lately. If you miss any, I provide you the links in this issue.
Sergio del Amo