Home
Archives
About
Site Notice
Privacy Policy
  • Mocking SecurityContext in Jersey Tests

    Mar 29, 2018 integration-testing jersey mock

    Jersey has a great possibility to write integration test for REST-APIs, written with Jersey. Just extend the class JerseyTest and go for it. I ran in an issue, where I had to mock a SecurityContext, so that the SecurityContext includes a special UserPrincipal. The challenge is that Jersey wraps the SecurityContext in …

    Read More
  • Pimp My Git - Generate Content for .gitignore From the Scratch

    Jan 3, 2018 gitignore intellji tool tip

    When I start a new Git repository, I lose a lot of time to set up my .gitignore file and normally, I don't match everything on the first shoot. Fortunately, there exists some tools, that help to bootstrapping it. I'd like to show two of them. One is a website that can be used on the command line and the another is a …

    Read More
  • How to Mark a Jenkins Job Red When Tests Fail In A Maven Build

    Oct 14, 2017 jenkins maven test-report unit-testing

    The default setting in Jenkins is to mark a job yellow, when a Maven build fails because of failing tests. If you don't want to have three status of your jobs, you can configure Jenkins so, that the jobs also mark red independent why a Maven build fails. For this you will need administration rights on your Jenkins …

    Read More
  • Generate P2 Repository From Maven Artifacts In 2017

    Sep 22, 2017 eclipse rcp equinox maven repository maven tycho osgi p2 p2-repository

    Some years ago, I wrote a blog post about how to generate a P2 repository based on Maven artifacts. That described approach is obsolete nowadays and I'd like to show a new approach that is based on the p2-maven-plugin that was created to solve exactly this problem. P2-Maven-Plugin Integration in Maven Build Life Cycle …

    Read More
  • How to Configure Apache2 as Forward and Reverse Proxy

    Aug 25, 2017 apache2 debian forwarding linux proxy rewarding ubuntu virtual-host

    This is a cook recipe to configure an Apache2 as a forward and reverse proxy on Debian-based Linux systems like Ubuntu or Debian itself. Installation It is assumed that the apache2 package is already installed on your system. For the proxy feature, we have to install the Apache2 module libapache2-mod-proxy-html on the …

    Read More
  • Pimp My Git - Manage Different Git Identities

    Jul 24, 2017 identities persona git

    I usually work on different Git projects that need different Git identities. My work flow for new repositories was Clone new repository. Go to cloned repository. If it is necessary to change the Git identity, call a shell script that runs git config user.name "Sandra Parsick"; git config user.email …

    Read More
  • Pimp My Git - Git Mergetool

    May 25, 2017 linux meld merging

    I like to work with git on the command line. But in some cases I prefer UI support. For example, solving merge conflicts is such a case. Git has a command mergetool, which can open a graphical tool to solve merge conflicts. But before you can use this command, you had to configure it. In this blog post I'd like to show …

    Read More
  • Automatic Tomcat 8.5 Installation and Configuration as Windows Service

    Mar 15, 2017 automation cmd configuration installation tomcat

    If you want to install Tomcat on Windows system as a service, you'll get the recommendation to use the 32-/64-Bit Windows Service Installer. If you want to install the Tomcat manually, it's fine. But you can't use this installer for an automatic installation and configuration of Tomcat, because the installer is …

    Read More
  • Migration Sonatype Nexus 2 to Nexus 3

    Dec 30, 2016 bower repository maven repository migration nexus repository-manager

    I'd like to share my experience with migration Sonatype Nexus 2 to Nexus 3. Starting Point I used two Nexus instances: A Nexus 2 Instance for Maven Repositories (2.13) A Nexus 3 Instance for Bower Repositories (3.0.1) Both instances had several types of repositories (host, proxy, group). The reason for this set up …

    Read More
  • Summary of SoCraTes 2016 Session "Hey dude, where is my tool chain?" - Working on Windows as a Linux

    Sep 20, 2016 conference linux socrates tool tip

    This year on the conference SoCraTes I hosted a session for the first time. It was about working on a Windows system from the perspective of a Linux user. A big thank to @ndrssmn, who motivated to host this session. @yooogan was so nice to summarize the session in the SoCraTes wiki (big thank for that). But the wiki …

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

Sandra Parsick

Software Developer, Consultant, Java Champion.
Read More

Featured Posts

  • Test Coverage Reports For Maven Projects In SonarQube 8.3.x
  • Using Testcontainers in Spring Boot Tests For Database Integration Tests
  • Test Environment for Ansible on a Windows System Without Linux Subsystem Support
  • Maven Project Setup for Mixing Spock 1.x and JUnit 5 Tests
  • Pimp My Git - Manage Different Git Identities
  • Generate P2 Repository From Maven Artifacts In 2017

Recent Posts

  • Test Coverage Reports For Maven Projects In SonarQube 8.3.x
  • Using Testcontainers in Spring Boot Tests For Database Integration Tests
  • Test Environment for Ansible on a Windows System Without Linux Subsystem Support
  • Software Engineering Camp 2019
  • Strategy Pattern Revisited With Spring
  • Maven Project Setup for Mixing Spock 1.x and JUnit 5 Tests
  • Using JUnit 5 In Pre-Java 8 Projects
  • How to Format a Large Code Base Automatically

Categories

CONTINUOUS-INTEGRATION 26 JAVA 17 JVM 12 MAVEN 9 LINUX 8 WINDOWS 8 JENKINS 7 QUALITY-ASSURANCE 7 TESTING 7 OSGI 6 CONFIGURATION-MANAGEMENT 5 GIT 5 NEXUS 5 MAVEN-TYCHO 4
All Categories
ANSIBLE2 CONFERENCE3 CONFIGURATION-MANAGEMENT5 CONTINUOUS-INTEGRATION26 GIT5 GROOVY3 JAVA17 JENKINS7 JUNIT3 JVM12 LINUX8 MAVEN9 MAVEN-TYCHO4 NEXUS5 NODE.JS1 OSGI6 POWERSHELL2 QUALITY-ASSURANCE7 READING-TIPS2 SALT2 SONARQUBE2 SPRING-BOOT1 SPRING-FRAMEWORK4 TESTCONTAINERS1 TESTING7 VAGRANT3 WINDOWS8
[A~Z][0~9]

Tags

MAVEN 9 LINUX 8 GROOVY 7 JENKINS 7 SPRING 5 ECLIPSE-RCP 4 HOW-TO 4 INTEGRATION-TESTING 4 MAVEN-TYCHO 4 NEXUS 4 OSGI 4 JUNIT5 3 P2-REPOSITORY 3 PROXY 3
All Tags
AGENTLESS1 AGILE1 ANSIBLE1 APACHE22 ARC421 AUTOMATION2 BARCAMP1 BASH2 BEGINNER1 BOWER-REPOSITORY1 BUILD2 CENTOS52 CHEAT-SHEET1 CLASSPATH1 CMD2 COBOL1 CODE-FORMATTING1 CODING-DOJO1 COMMONS-VFS1 CONFERENCE2 CONFIGURATION2 CONSOLE21 CYGWIN1 DAEMON1 DEBIAN1 DEPLOYMENT1 DESIGN-PATTERN1 DOCKER1 ECLIPSE-RCP4 EQUINOX1 FORWARDING1 GIT2 GITIGNORE1 GRADLE1 GROOVY7 HC151 HERBSTCAMPUS1 HERBSTCAMPUS20151 HESSIAN1 HIBERNATE1 HOW-TO4 HSQLDB1 IBM1 IDENTITIES1 INDEX1 INSTALLATION1 INTEGRATION-TESTING4 INTELLIJ2 INTELLJI1 JACOCO2 JAR1 JAVA81 JDBC1 JENKINS7 JERSEY1 JNDI1 JPA1 JSCH1 JUNIT53 JVM2 KATA1 LINUX8 LIVING-DOC1 MANIFESTO1 MAVEN9 MAVEN-REPOSITORY2 MAVEN-TYCHO4 MELD1 MERGING1 MIGRATION1 MOCK1 MOUNT1 NETBEANS1 NEXUS4 NOTES1 NPM1 NPM-REGISTRY1 NTFS1 OPENSPACE1 OPS4J1 OSGI4 P22 P2-REPOSITORY3 PAX2 PAX-RUNNER1 PERSONA1 PROXY3 PYTHON2 QA2 QS1 RELEASE1 REPOSITORY-MANAGER1 RESOURCE2 REWARDING1 RUBY1 SALT2 SALTSTACK2 SCRIPTING1 SCRUM1 SELENIUM1 SERVERSPEC1 SFTP1 SHELL2 SOCRATES1 SOFTWARE-ARCHITECTURE2 SOFTWARE-DOCUMENTATION2 SOLID-DESIGN1 SONARQUBE2 SPOCK1.X1 SPRING5 SPRING-DATA1 SSH2 SSHJ1 SUBVERSION3 SVENTON1 SWECAMP1 TEAM-BUILDING1 TECHNICAL-DEBT1 TERRAFORM1 TEST-COVERAGE2 TEST-INFRASTRUCTURE1 TEST-REPORT3 TESTCONTAINERS1 TESTING-TESTER-TESTS1 TOMCAT2 TOOL-TIP2 UBUNTU2 UNIT-TESTING3 VAGRANT3 VIRTUAL-HOST1 VIRTUALBOX2 WEBSERVICES1 WINDOWS1 ZEROMQ1
[A~Z][0~9]

Copyright SANDRA PARSICK - JUST ANOTHER BLOG ABOUT IT. All Rights Reserved