Open in app
Home
Notifications
Lists
Stories

Write
Vladimír Oraný
Vladimír Oraný

Home
About

Published in Stories by Agorapulse

·Nov 24, 2021

How to Update Dependency Version in Multiple GitHub Repositories

There are many tools that can help you keep your repositories up to date like a Dependabot but if you need to keep the control in your hands then you need to do the update yourself. But updating to the latest version possible once it's released is not always an…

Tech

4 min read

How to Update Dependency Version in Multiple GitHub Repositories
How to Update Dependency Version in Multiple GitHub Repositories

Published in Stories by Agorapulse

·Oct 13, 2021

How to use Micronaut in AWS Batch

AWS Batch is designed to run independent tasks called jobs. Usually, the jobs are scheduled but they can also react to a vast number of events supported by AWS EventBridge, including SNS, SQS and Kinesis. AWS Batch fills the gap between always-on AWS Elastic Beanstalk servers and AWS Lambda which…

AWS

6 min read

How to use Micronaut in AWS Batch
How to use Micronaut in AWS Batch

Published in Stories by Agorapulse

·Sep 3, 2021

Gradle Configurations Explained: What is the difference between API and Implementation?

Introduction Gradle dependencies are grouped into sets called configurations. Different configurations are used for building classpath for the major two tasks — compile classpath is used for compilation and runtime classpath is used for running the application. …

Tech

6 min read

Gradle Configurations Explained: What is the difference between API and Implementation?
Gradle Configurations Explained: What is the difference between API and Implementation?

Published in Stories by Agorapulse

·Aug 23, 2021

How to Debug Your Own IntelliJ IDEA Instance

Some time ago, I have adopted CodeNarc IDEA plugin which helps to detect(and soon it will help fixing) Groovy code style violations. CodeNarc - IntelliJ IDEs Plugin | Marketplace CodeNarc analyzes Groovy code for defects, bad practices, inconsistencies, style issues and more.plugins.jetbrains.com I have a version of a plugin in the beta channel which works great but sometimes the plugin code throws a StackOverflowError that I am not able to…

Tech

3 min read

How to Debug Your Own IntelliJ IDEA Instance
How to Debug Your Own IntelliJ IDEA Instance

Published in Stories by Agorapulse

·Aug 5, 2021

How to Resolve Conflicts in Micronaut 1.x and 2.x Library Versions in Gradle

Micronaut 2.x version has changed the Maven coordinates for many libraries that crate the Micronaut ecosystem. The complete list can be found here: Micronaut Natively Cloud Native Version: Micronaut is a modern, JVM-based, full stack Java framework designed for building…docs.micronaut.io Although it makes no difference if the Micronaut version for all your application is aligned, it causes issues if you need to support both versions of the…

Tech

1 min read

How to Resolve Conflicts in Micronaut 1.x and 2.x Library Versions in Gradle
How to Resolve Conflicts in Micronaut 1.x and 2.x Library Versions in Gradle

Published in Stories by Agorapulse

·Aug 3, 2021

Goodbye Grails, Hello Micronaut #10: Micronaut Data

This is the tenth and the last post in a series that will guide you through the migration from Grails to Micronaut. This guide requires your application to be based on Grails 4.x or later. So far, we have been using Micronaut with GORM entities. This combination is very suboptimal…

Tech

5 min read

Goodbye Grails, Hello Micronaut #10: Micronaut Data
Goodbye Grails, Hello Micronaut #10: Micronaut Data

Published in Stories by Agorapulse

·Aug 3, 2021

Goodbye Grails, Hello Micronaut #9: Micronaut Application

This is the ninth post in a series that will guide you through the migration from Grails to Micronaut. This guide requires your application to be based on Grails 4.x or later. In this stage, we should have all the necessary parts of the application migrated. …

Tech

2 min read

Goodbye Grails, Hello Micronaut #9: Micronaut Application
Goodbye Grails, Hello Micronaut #9: Micronaut Application

Published in Stories by Agorapulse

·Aug 3, 2021

Goodbye Grails, Hello Micronaut #8: Controllers

This is the eighth post in a series that will guide you through the migration from Grails to Micronaut. This guide requires your application to be based on Grails 4.x or later. We have migrated the services into a separate library in the last step. In this part, we are…

Tech

2 min read

Goodbye Grails, Hello Micronaut #8: Controllers
Goodbye Grails, Hello Micronaut #8: Controllers

Published in Stories by Agorapulse

·Aug 3, 2021

Goodbye Grails, Hello Micronaut #7: Services

This is the seventh post in a series that will guide you through the migration from Grails to Micronaut. This guide requires your application to be based on Grails 4.x or later. Within this series, we have already extracted the domain classes into a subproject. Now we can continue moving…

Tech

3 min read

Goodbye Grails, Hello Micronaut #7: Services
Goodbye Grails, Hello Micronaut #7: Services

Published in Stories by Agorapulse

·Aug 3, 2021

Goodbye Grails, Hello Micronaut #6: Domain Classes

This is the sixth post in a series that will guide you through the migration from Grails to Micronaut. This guide requires your application to be based on Grails 4.x or later. Domain classes are usually the essential part of any Grails application, therefore the most difficult part to migrate…

Tech

5 min read

Goodbye Grails, Hello Micronaut #6: Domain Classes
Goodbye Grails, Hello Micronaut #6: Domain Classes
Vladimír Oraný

Vladimír Oraný

Full Stack Developer and Test Facilitator at @agorapulse

Following
  • Kenneth Kousen

    Kenneth Kousen

  • Michał Chmielarz

    Michał Chmielarz

  • Kevlin Henney

    Kevlin Henney

  • Tomáš Porazil

    Tomáš Porazil

  • Tucker Pelletier

    Tucker Pelletier

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable