Skip to content

Commit

Permalink
now conf folder for tests is searched walking dirs
Browse files Browse the repository at this point in the history
- renamed NotFoundException -> JackanNotFoundException
- partially solves 
  #22     
  although logging properties are still looked only in project root conf
  • Loading branch information
DavidLeoni committed Nov 15, 2015
1 parent a00b1cd commit 5de54e9
Show file tree
Hide file tree
Showing 6 changed files with 295 additions and 167 deletions.
2 changes: 2 additions & 0 deletions docs/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ November 15th, 2015
- Adapted to [josman]( https://github.com/opendatatrentino/josman) docs structure
- shaded dependencies not directly exposed in api (ie. apache http client)
- improved test reporter
- jackan test config lookup now walks directory tree (but still logging config is searched only in project root :-/

- upgraded:
* traceprov to 0.3.0
Expand All @@ -37,6 +38,7 @@ BREAKING CHANGES:

- now requiring at least Java 7
- renamed namespace eu/trentorise/opendata/jackan/ckan to eu/trentorise/opendata/jackan/model
- moved JackanException to eu/trentorise/opendata/jackan/exceptions package.
- renamed URL to Url in functions and fields. i.e. catalogURL -> catalogUrl, CkanClient.makeDatasetURL -> makeDatasetUrl, ...
- renamed and split `CkanGroupStructure` into `CkanGroupOrgBase` and `CkanGroupOrg`
- now Joda `DateTime` is not used anymore, for timestamps now we use `java.sql.Timestamp`
Expand Down
Loading

0 comments on commit 5de54e9

Please sign in to comment.