This page is no longer maintained — Please continue to the home page at www.scala-lang.org

ANNOUNCE: configgy 1.2.1

1 reply
Robey Pointer
Joined: 2008-12-20,
User offline. Last seen 42 years 45 weeks ago.

This release is primarily just a few small bugfixes, so I gave it a
micro dot.

Configgy is a library for handling config files and logging for a scala
daemon. The idea is that it should be simple and straightforward,
allowing you
to plug it in and get started quickly, writing small useful daemons
without
entering the shadowy world of java frameworks.

Changes in version 1.2.1 include:

- a few bug fixes related to case-insensitive key names (thanks to
Jesse
Eichar)
- RuntimeEnvironment loads build-revision

It can't be a project without a website, so that's here:

http://www.lag.net/configgy/

The github repository is here:

http://github.com/robey/configgy/tree/master

And, for fans of maven/ivy, you can add this to your repository list to
get configgy versions:

http://www.lag.net/repo/

robey

Jesse Eichar
Joined: 2008-12-20,
User offline. Last seen 42 years 45 weeks ago.
Re: ANNOUNCE: configgy 1.2.1

Thanks Robey

:)

On 20-Dec-08, at 6:30 AM, Robey Pointer wrote:

> This release is primarily just a few small bugfixes, so I gave it a
> micro dot.
>
>
> Configgy is a library for handling config files and logging for a
> scala
> daemon. The idea is that it should be simple and straightforward,
> allowing you
> to plug it in and get started quickly, writing small useful daemons
> without
> entering the shadowy world of java frameworks.
>
>
> Changes in version 1.2.1 include:
>
> - a few bug fixes related to case-insensitive key names (thanks to
> Jesse
> Eichar)
> - RuntimeEnvironment loads build-revision
>
>
> It can't be a project without a website, so that's here:
>
> http://www.lag.net/configgy/
>
> The github repository is here:
>
> http://github.com/robey/configgy/tree/master
>
> And, for fans of maven/ivy, you can add this to your repository list
> to
> get configgy versions:
>
> http://www.lag.net/repo/
>
>
> robey
>

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland