Software.Development.
  • Home
  • Projects
  • Privacy Policy
  • Imprint

java

A collection of 3 posts
Using spring-data-solr with configurable Solr core
solr

Using spring-data-solr with configurable Solr core

Developing Java applications accessing data from Solr is easier with spring-data-solr. You can just use Repository interfaces, auto generated findBy... methods or @Query annotations to define your data sources. Unfortunately using this method it is not possible to configure the name of the Solr core (or collection). The name of
Aug 21, 2018 1 min read
A web based Java DateTime parse debugger
java

A web based Java DateTime parse debugger

After using the Grok Debugger often in the last weeks, I searched for a similar service for joda's time patterns to parse strings. I did not find anything, so I created one, for you and for me. Update on 2017-09-26: Just updated this application to use Java 8&
Feb 25, 2016 1 min read
java

Getting commits between annotated tags with JGit

JGit does not support getting commits between annotated tags (or any revision and an annotated tag) as you might expect. Following code will work perfectly with commit hashs and branch identifiers: public Iterable<RevCommit> getJGitLogBetween(final String rev1, final String rev2) throws IOException, GitAPIException { Ref refFrom = repo.getRef(
Jun 18, 2015 1 min read
Page 1 of 1
Software.Development. © 2025
Powered by Ghost