v0.76 of Microserver
New in Microserver v0.76
micro-application-register enhancements
- Host name configurable via a property (host.address)
- Registry can use caller ip addresses (set host.address=use-ip)
micro-ip-tracker enhancements
- IP forwarding header configurable
- Filter mapping configurable
micro-CORs enhancements
- EBay CORs filter now included and is the default
micro-boot enhancements
- micro-boot apps (Microserver with Spring Boot) can now use the standard @microserver annotation and configuration
Dependency updates
- cyclops to 6.2.0
- simple-react to 0.99.5
- hikariCP to 2.4.2
Feature Tracking
- CORs module needs enhanced
- Make full standard Microserver configuration available to micro-boot
- Add endpoint field to registry information so VIPs / load balancers visible in application register
- Make VIP / Load balancer client IP forwarding header configurable
- Application Registry should optionally use sender's ip address instead of the send hostname
- Make host name configurable for application registry
Getting Microserver
Maven dependency
Microserver Grizzly with Jersey
<dependency>
<groupId>com.aol.microservices</groupId>
<artifactId>micro-grizzly-with-jersey</artifactId>
<version>0.76</version>
</dependency>
Microserver Spring Boot
<dependency>
<groupId>com.aol.microservices</groupId>
<artifactId>micro-boot</artifactId>
<version>0.76</version>
</dependency>
Other modules are available in Maven Central
Gradle dependency
Microserver core
compile group: 'com.aol.microservices', name:'micro-grizzly-with-jersey', version:'0.76'
Microserver Spring Boot
compile group: 'com.aol.microservices', name:'micro-boot', version:'0.76'
Java Doc : Microserver Core
Java Doc : Microserver Boot
Java Doc : Microserver Jdbc
Java Doc : Microserver Hibernate
Java Doc : Microserver Grizzly
Java Doc : Microserver Jersey
Java Doc : Microserver Swagger
Java Doc : Microserver Metrics
Java Doc : Microserver Reactive
Java Doc : Microserver Events
Java Doc : Microserver MySQL
Java Doc : Microserver Couchbase
Java Doc : Microserver Ip Tracker
Java Doc : Microserver Javaslang
Java Doc : Microserver Application Register
Java Doc : Microserver Machine Stats
Java Doc : Microserver Cors
Java Doc : Microserver Client