Armel Soro
Posts Tags Categories Contact
Armel Soro
Cancel
PostsTagsCategoriesContact
 | 
https://www.gravatar.com/avatar/e312797679ca980ffc0c3fa2fb265d04?s=240&d=mp

Armel Soro's blog

/datanucleus-jpa-enhancement-with-gradle/featured-image.jpg

DataNucleus JPA Enhancement with Gradle

Armel Soro published on 2018-10-29 included in Blogs
A notable behavior of JPA providers is to enhance JPA classes, by modifying their bytecode to add few capabilities. DataNucleus (DN) currently provides a Maven Plugin for calling its Enhancer. This article walks through calling DN Enhancer in a Gradle build script in a very efficient way.
  • jpa
  • datanucleus
  • enhancement
  • hibernate
  • eclipselink
  • gradle
  • weaving
/jvm-integration-tests-postgresql-embedded-database/featured-image.jpg

Running Java Integration Tests against a PostgreSQL Embedded database

Armel Soro published on 2018-09-28 included in Blogs
Today, I’m going to walk you through running integration tests on the JVM against a real production-like PostgreSQL database. All without losing in terms of overall testing time or performance (especially when you have a database with hundreds of tables). In-memory databases (e.g., H2, HSQLDB, SQLite, …) are very often used as drop-in replacements when running integration tests. This is generally in order to make such tests run fast, self-contained and therefore free of side effects.
  • junit
  • tests
  • postgresql
  • h2
  • hsqldb
  • java
  • spring
/save-read-only-file-vi-vim/featured-image.jpg

Saving a read-only file edited with Vi/Vim

Armel Soro published on 2018-08-15 included in Blogs
How to save a read-only file edited with Vi or Vim without losing your changes
  • vi
  • vim
  • root
  • 1
  • 2
  • 3
  • 4