Skip to content

Releases: eiffel-community/eiffel-commons

Update to latest version of org.json

16 Dec 10:31
0e91bd4
Compare
Choose a tag to compare

Fixes:

  • Missing functionality in later versions of org.json library

Bugfix when fetching files with HttpRequest

28 Nov 14:02
579364b
Compare
Choose a tag to compare

Fixes:

  • Replaces URIBuilder with URL().toURI() since the previous had issues when getting files.

Bugfix with authentication headers

15 Oct 08:32
Compare
Choose a tag to compare

Fixes:

  • Authentication heders added as parameter, is now correctly added in headers.

Improved HttpClient and MailSubscriptionObject

10 Oct 15:38
Compare
Choose a tag to compare
  • Add support for mail subject and body in MailSubscriptionObject
  • Add setBasicAuth method that sets Authorization header in HttpClient

Eiffel-commons 0.0.15

14 Aug 10:23
10db72a
Compare
Choose a tag to compare

What's new?

  • HttpRequest is now mockable by defining new ways of
    initializing the class.
  • Headers can now be set in request body(HttpRequest).
  • URI can now be retrieved from HttpRequest.
  • HttpMethod can now be set after initializing.

Eiffel-commons 0.0.14

06 Aug 10:33
b60ea57
Compare
Choose a tag to compare

What's new?

  • Trimming of the URI in the HTTPRequest class. Before this change, setting a baseUrl ending with a "/" and setting an endpoint beginning with a "/" would result in "//" in the url. This change will trim the url so it doesn't matter if you add trailing slash on the baseurl or not, as well as the leading slash on the endpoint.

Add chaining to all setters in subscription object

15 Jul 09:15
e675355
Compare
Choose a tag to compare

Customable Subscription Authentication fields

04 Jul 11:38
a5b924a
Compare
Choose a tag to compare

authenticationType, userName and password is now set individually and supports custom athentication types.

Revert changes to resource loading

19 Jun 11:52
Compare
Choose a tag to compare
  • Revert back the way we read files
  • Add .travis file for travis tests.
  • Update to README

Making constant class final

12 Jun 18:57
5eea369
Compare
Choose a tag to compare
Making class of constants as final and path change for jenkinsxml (#19)

* making constant class final, minor change in jenkinsxml path and changing version