SoEBeS Blog
open-menu closeme
Home
Categories
About
Imprint
🌐
German English
github mastodon youtube bluesky linkedin instagram rss
  • Maven Plugin Testing - In a Modern way - Part III

    calendar Aug 25, 2020 · 7 min read

    In the second part of the series - Maven Plugin Testing - In a Modern way - Part II we have seen how to make the basic integration test while checking the log output of Maven builds.

    In this third part we will dive into how Maven will be called by default during the integration tests and how we can influence that …


    Read More
  • Maven Plugin Testing - In a Modern way - Part II

    calendar Aug 21, 2020 · 6 min read

    In the first part of the series - Maven Plugin Testing - In a Modern way - Part I we have seen how to make the basic setup with The Integration Testing Framework and run very basic integration test.

    In this second part we will take a deeper look into other aspects of testing Maven plugins in particular how we check the …


    Read More
  • Maven Plugin Testing - In a Modern way - Part I

    calendar Aug 17, 2020 · 6 min read

    You have decided to write a Maven Plugin. Now the important part comes around the corner: How to test a Maven Plugin? There are in general several options to test a Maven Plugins for example:

    • Maven Invoker
    • Maven Verifier
    • Maven Plugin Testing Harness
    • etc.

    You can read about different reason not to use one of those …


    Read More
  • 42: The Answer To Life, The Universe and Everything

    calendar Aug 1, 2020 · 6 min read

    The story started with a Twitter Post about the JDK method bitCount which is available for Long and Integer types.

    If you take a look into the time line, there was a reply https://twitter.com/ScottSelikoff/status/1254185742760280064 by @ScottSelikoff (funny comment of course) who stated 42 as the answer to life, the …


    Read More
  • Stream.concat vs. new ArrayList Performance

    calendar Mar 31, 2020 · 6 min read

    During a code review I suggested a code improvement related to JDK8+ streams. The original code looked very similar like the following:

    1List<Element> result = content.getFancyStuffs().stream()
    2  .flatMap(item -> {
    3        List<Element> objects = new ArrayList<>();
    4        objects.add(item. …

    Read More
  • Spring Boot Starter Parent Usage in Maven

    calendar Aug 21, 2018 · 1 min read

    I quite often see Spring Boot projects which are using the spring-boot-starter-parent as the following:

     1<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     2  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 …

    Read More
  • Automate it - Be Lazy - Part II

    calendar Jul 30, 2018 · 12 min read

    As I wrote in my previous post about automation I would continue my post. So here it is.

    The following parts are left from my process:

    The process

    1. Create an issue for myself (if already existing move to step 2)
    2. Create a branch within the appropriate project based on the issue
    3. Assign the issue to myself
    4. Migrate the …

    Read More
  • Automate it - Be Lazy - Part I

    calendar Jul 21, 2018 · 4 min read

    So based on my passion as open source developer in particular for the Apache Maven Project. I work JIRA based which helps us and myself to organize our work and of course follow the reported issues, feature request etc.

    So usually I start my work based on a particular issue in JIRA and go via the following process:

    The …


    Read More
  • The Jenkins API Client for Java Version 0.3.7 Released

    calendar Dec 20, 2016 · 1 min read

    We have released a new version of the The Jenkins API client for Java. The new released 0.3.7 contains several bugfixes and new features. Detailed information about the changes can be found in the release notes.

    This is the second release under the Jenkins Github Organization umbrella.

    • Build class offers now two …


    Read More
  • The Jenkins API Client for Java Version 0.3.6 Released

    calendar Aug 31, 2016 · 1 min read

    We have released a new version of the The Jenkins API client for Java. The new released 0.3.6 contains several bugfixes and new features. Detailed information about the changes can be found in the release notes.

    This is the first release under the Jenkins Github Organization umbrella.

    • The TestReport can now be used …

    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • »
    • »»

Karl Heinz Marbaise

Chairman of the Apache Maven Project, Apache Software Foundation Member, Mojo Haus Member, Java Developer, CI / CD Fan, Freelancer
Read More

Recent Posts

  • Maven 4 - Part I - Easier Versions
  • JDK22 - Gatherer
  • Apache Maven JaCoCo Configuration
  • Analysing Download Statistics for Apache Maven
  • Using JDK21 Preview Features and/or incubator classes
  • WARNINGs with Maven 3.9+
  • Full SonarQube installation via Ansible
  • Apache Maven Surefire Plugin Version 3.0.0-M8 Released

Categories

MAVEN 586 MAVEN-PLUGIN-RELEASES 388 SKM 229 SUBVERSION 131 MAVEN-SHARED 90 JAVA 66 MAVEN-RELEASES 23 PROGRAMMING 23 SUPOSE 22 BAZAAR 21 BUG/ISSUE TRACKING 20 PARENT-POMS 17 MAVEN BEST PRACTICE 16 DEVOPS 13
All Categories
ANDROID1 ANSIBLE1 ANT2 ASF-POMS9 AUTOMATION4 BAZAAR21 BEST PRACTICE1 BUG/ISSUE TRACKING20 CI4 CLEARCASE3 CONFERENCE1 CONTINIOUS DELIVERY1 CONTINUUM1 CVS2 DARCS1 DEPENDENCIES2 DEVOPS13 DOCKER1 DVCS9 GIT13 GITHUB1 HADOOP2 HUDSON2 INTEGRATION TESTING FRAMEWORK6 INTEGRATIONS TESTS2 IVY3 JACOCO1 JAGOSI5 JAVA66 JDK7 JDK-INCUBATOR1 JDK211 JDK221 JDK91 JENKINS4 JKD-PREVIEW1 LINUX1 MAVEN586 MAVEN BEST PRACTICE16 MAVEN RELEASE4 MAVEN-COMPONENTS12 MAVEN-CORE1 MAVEN-DAEMON1 MAVEN-INDEXER3 MAVEN-PLUGIN-RELEASES388 MAVEN-PLUGINS3 MAVEN-RELEASES23 MAVEN-RESOLVER1 MAVEN-SHARED90 MAVEN41 MERCURIAL13 MOJOHAUS2 MONOTONE3 NEXUS2 PARENT-POMS17 PHP1 PLASTIC SCM1 PLEXUS-COMPONENTS1 PLUGIN12 PLUGIN-CONFIGURATION1 POM1 PROGRAMMING23 REDMINE10 RELEASES4 REPOSITORY MANAGER1 REST API1 SHELL1 SKM229 SMARTSVN1 SPECTRUMSCM1 SPRING BOOT1 STACKOVERFLOW1 SUBVERSION131 SUPOSE22 SVK5 TEST7 TOMCAT1 TRAC1 UNIT TESTS4 USAGE1
[A~Z][0~9]
Copyright © 2004–2023, Karl Heinz Marbase - SoftwareEntwicklung Beratung Schulung

Copyright 2004-  COPYRIGHT © 2004–2023, KARL HEINZ MARBASE - SOFTWAREENTWICKLUNG BERATUNG SCHULUNG. All Rights Reserved

to-top