VOOZH about

URL: https://www.javacodegeeks.com/tag/maven/page/3

⇱ Maven Archives - Page 3 of 8 - Java Code Geeks


  • Core Java👁 Image
    Yatin BatraJuly 12th, 2024
    0 1,691

    Understanding Maven Dependency Graph or Tree

    Working on large Maven projects can be daunting, especially when it comes to managing dependencies between modules and libraries and…

    Read More »
  • Core Java👁 Image
    Alexius DiakogiannisJanuary 17th, 2022
    1 161

    Log4j RCE 0-day vulnerability (CVE-2021-44228) mitigation actions

    I had an update from my very good friend and excellent consultant Stella Varvarigou in which she explained me that setting com.sun.jndi.rmi.object.trustURLCodebase…

    Read More »
  • Enterprise Java👁 Image
    Biju KunjummenOctober 4th, 2021
    0 596

    Cloud Build and Gradle/Maven Caching

    One of the pain points in all the development projects that I have worked on has been setting up/getting an…

    Read More »
  • Web Development👁 Image
    Geoffrey De SmetJune 20th, 2021
    0 728

    Static website generation with Java, Maven and JBake

    Did you notice? Last week, we migrated the entire www.optaplanner.org website (1399 files) to build with Java and Maven, instead…

    Read More »
  • Enterprise Java👁 Image
    Eidher JulianJanuary 9th, 2021
    0 282

    Jenkins: Automating your delivery pipeline

    In this post, we are going to create a Jenkins pipeline for a Java Spring project using Maven and Git:…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Emmanouil GkatziourasDecember 23rd, 2020
    0 484

    Testing using TestContainers

    Part of our everyday ci/cd tasks involve using containers in order for the tests to take effect.So what if you…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoDecember 5th, 2020
    0 297

    All Your Tests Belong to You: Maintaining Mixed JUnit 4/JUnit 5 and Testng/JUnit 5 Test Suites

    If you are seasoned Java developer who practices test-driven development (hopefully, everyone does it), it is very likely JUnit 4…

    Read More »
  • DevOps👁 Image
    Alex TheedomAugust 21st, 2020
    1 3,885

    Rebuild a Maven repository in 3 steps

    In this blog post, I will show a way to very quickly rebuild a Maven repository without having to set…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoJuly 31st, 2020
    0 2,503

    It is never enough of them: enriching Apache Avro generated classes with custom Java annotations

    Apache Avro, along with Apache Thrift and Protocol Buffers, is often being used as a platform-neutral extensible mechanism for serializing…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close