RE: https://exquisite.social/@EricBono/116155281559309465
#SpringsFire ripped through here and the mountains beyond yesterday
#California #Wildfire #Wilderness #SanJacintoWildernessArea #LakePerrisStatePark #Flyway #Birds #waterfowl #Wildlife
RE: https://exquisite.social/@EricBono/116155281559309465
#SpringsFire ripped through here and the mountains beyond yesterday
#California #Wildfire #Wilderness #SanJacintoWildernessArea #LakePerrisStatePark #Flyway #Birds #waterfowl #Wildlife
Flyway the Right Way
A blog by Ronald
Sometimes when you upgrade your application the new version does not work correctly, and you need to downgrade. When you are unlucky you did some changes in your database that cannot be undone. In that case you need to restore the database from a backup, which is usually quite cumbersome and time-consuming. How nice would it be if you could just...
#dev #softwaredevelopment #SoftwareDevelopment #DatabaseManagement #Flyway #Rollback
Flyway migrations are not just SQL scripts.
They’re startup code — and startup code can fail your system.
This article shows how to use Flyway callbacks in Quarkus to:
• block unsafe migrations
• validate production state
• measure migration time
• fail fast before your app becomes ready
No magic. No demos. Real startup behavior.
🔗 https://www.the-main-thread.com/p/flyway-callbacks-quarkus-production-migrations
Hear ye, Java Database Touchers, hear ye! 🔊🔊🔊
I've cut a few more releases of Quuxo Migrate since 0.9 a few months back, with some important fixes, but it now also has a Maven plugin for rolling migrations forward and back in your development db's from the command line.
If you need Java SQL and other data migration support for your app and don't want to use the limited freemium-but-actually-propriety options out there, give Migrate a shot.
Feedback, testing, bug reports, pull requests, and boosts of this post all appreciated! 🙏🏻
https://codeberg.org/quuxo/migrate
https://codeberg.org/quuxo/migrate-maven
Путевые заметки о знакомстве со Spring Data R2DBC
Привет, Хабр! Меня зовут Каненков Александр, я backend-разработчик в Домклик. Не так давно я резко и с головой погрузился в мир реактивного программирования и очень заинтересовался этой темой. Хочу поделиться кратким введением в Spring Data R2DBC, зачем это нужно, как начать использовать и какие преимущества даёт. Мы разработаем небольшое приложение, добавим flyway и напишем пару тестов.
Dear Java Relational Database Touchers,
I've just released a new lightweight Java-based library for schema and data migration: Quuxo Migrate: https://codeberg.org/quuxo/migrate
Initially supporting SQL-based migrations only, but already extensible with custom migration types, it's a permissively-licenced, fully-libre, very lightweight alternative to Flyway and Liquibase.
I'm using it in production project at the moment, if it fits your needs, please give it a try.
Boosts appreciated! 🙏🏻
#java #sql #database #migration #flyway #liquibase #libresoftware
I recently read and shared You’re Wasting Time in #Java Without These 10 Libraries. I commented on it a bit in my newsletter, but given the amount and intensity of reactions, I think a full-blown post is in order.
* Project #Lombok
* #MapStruct
* #JUnit 5 & #Mockito
* #SLF4J with Logback
* Apache Commons Lang & Google Guava
* #Jackson
* Hibernate Validator
* #SpringFramework
* Apache HttpClient / OkHttp
* #Liquibase or #Flyway
I recently read and shared You’re Wasting Time in Java Without These 10 Libraries. I commented on it a bit in my newsletter, but given the amount and intensity of reactions, I think a full-blown post is in order. The referenced libraries are: Project LombokMapStructJUnit 5 & MockitoSLF4J with LogbackApache Commons Lang & Google GuavaJacksonHibernate ValidatorSpring FrameworkApache HttpClient / OkHttpLiquibase or Flyway Lombok Project Lombok is a java library that automatically plugs