Commit graph

10 commits

Author SHA1 Message Date
48303c9e61 Bump jackson-databind from 2.13.2.1 to 2.14.0-rc1
commit-id:a5a2e1a9
2022-10-06 07:03:26 +01:00
d410c0b03a Release 2.0.2
commit-id:c804fb97
2022-10-05 19:37:04 +01:00
dependabot[bot]
639bd9d97d build(deps): bump jackson-databind from 2.13.1 to 2.13.2.1
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.1 to 2.13.2.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-05 19:29:40 +01:00
6c2480c861
Security Upgrades (#15)
* Remove dependency upon camel-api

* Override and upgrade jackson-database to 2.13.1

* Overrider and upgrade httpmime to 4.5.13

* github: build against JDK 17

* Version set to 2.0.1
2022-01-24 19:37:01 +00:00
7d3af91b8c
Remove beans - v2.0.0 (#14)
* remove beans.xml

* remove java ee dependency and javax annotations

* Bump dependencies

* Version set to 2.0.0

This is a breaking change to any library that depended upon the Java EE
annotation to instantiate these classes. They will now need to instantiate
them themselves.
2022-01-23 14:40:13 +00:00
8dab6e2c08
Attachment: add support for authenticated downloads of attachments (#12) 2021-08-12 23:04:46 +01:00
c9f904f83f
Prevent non-ascii characters in attachment filenames (#10) 2021-02-03 18:48:35 +00:00
5999c33994
Extension on downloaded file is being dropped (#9)
* TrelloAttachment: support all file extensions

* Version set to 1.0.2
2021-01-18 20:03:48 +00:00
5ac2e219c4
Migrate tests from slushy (#6)
* pom: add junit and assertj test dependencies

* pom: clean up api dependencies

* pom: version set to 1.0.1

* Add test from slushy

* pom: enable running of tests

* pom: add stubs for disabled tiles
2020-12-05 10:26:27 +00:00
40b0204508 Initial import 2020-12-04 15:34:19 +00:00