Developer Tools

Collection of modules helpful for local development.

License

License

GroupId

GroupId

com.github.nblair
ArtifactId

ArtifactId

developer-tools
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

Developer Tools
Collection of modules helpful for local development.
Source Code Management

Source Code Management

https://github.com/nblair/developer-tools

Download developer-tools

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.nblair/developer-tools/ -->
<dependency>
    <groupId>com.github.nblair</groupId>
    <artifactId>developer-tools</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nblair/developer-tools/
implementation 'com.github.nblair:developer-tools:0.2.0'
// https://jarcasting.com/artifacts/com.github.nblair/developer-tools/
implementation ("com.github.nblair:developer-tools:0.2.0")
'com.github.nblair:developer-tools:pom:0.2.0'
<dependency org="com.github.nblair" name="developer-tools" rev="0.2.0">
  <artifact name="developer-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nblair', module='developer-tools', version='0.2.0')
)
libraryDependencies += "com.github.nblair" % "developer-tools" % "0.2.0"
[com.github.nblair/developer-tools "0.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • preauth-simulation-filter
  • preauth-simulation-filter-servlet_2.5
  • spring-profile-conditional-filter

Build Status

Developer Tools

This is a collection of (questionably?) useful libraries supporting me and my team's software development.

preauth-simulation filter

preauth-simulation-filter includes a Java Servlet Filter that lets a developer spoof Pre-Authentication environments (Shibboleth, SiteMinder) locally without having to install them on their workstation.

Available via Maven Central:

<dependency>
	<groupId>com.github.nblair</groupId>
	<artifactId>preauth-simulation-filter</artifactId>
	<version>0.1.0</version>
</dependency>

spring-profile-conditional-filter

spring-profile-conditional-filter gives you the means to conditionally activate a Java Servlet Filter if and only if one or more Spring Profiles are active.

Available via Maven Central:

<dependency>
	<groupId>com.github.nblair</groupId>
	<artifactId>spring-profile-conditional-filter</artifactId>
	<version>0.1.0</version>
</dependency>

Versions

Version
0.2.0
0.1.0