Skip to content

Commit

Permalink
Update NEWS and CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
martint committed Jun 24, 2015
1 parent 94894d1 commit 055e99a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
* 0.111

- Support JSON serialization of Java 7 types
- Add SPNEGO support to HTTP client
- Upgrade Jetty to 9.2.11.v20150529 to fix an issue that causes HTTP requests to hang
- Allow disabling console and file logging simultaneously

* 0.110

Expand Down
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Airlift 0.111

* SPNEGO

This version adds experimental support for SPNEGO auth for Http client.
The following options can be used to set up global Kerberos configuration:

http.authentication.krb5.config
http.authentication.krb5.credential-cache
http.authentication.krb5.keytab

SPNEGO needs to be configured on a per-client basis with the following options:

http-client.authentication.enabled
http-client.authentication.krb5.remote-service-name
http-client.authentication.krb5.principal


Airlift 0.110

* Future Utilities
Expand Down

0 comments on commit 055e99a

Please sign in to comment.