Commit graph

19 commits

Author SHA1 Message Date
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
4785915537
Add missing @return notes in javadoc (#3) 2021-01-18 20:07:52 +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
ad2a9ab098
Update draft-release.yml (#8) 2020-12-29 11:24:32 +00:00
6aeb8165f6
Prevent creating files with illegal characters in name (#7) 2020-12-29 10:16:54 +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
c7e5e47537
Release 1.0.0 (#5)
* .github: replace outdated version of github directory

* github: don't get nexus username from secrect

* build-maven: drop jdk 8 and update action versions

* deploy-sonatype: update action versions
2020-12-04 19:00:42 +00:00
47595d08dd
release-drafter: trigger on branch main (#2) 2020-12-04 15:56:06 +00:00
6bb2bb07ee
Merge pull request #1 from kemitix/release-1.0.0
readme: add badges ready for release
2020-12-04 15:47:36 +00:00
c2614d53f3 readme: add badges ready for release 2020-12-04 15:44:55 +00:00
9c15003551 github/sonatype-deploy: update name 2020-12-04 15:41:46 +00:00
62cd4011b0 readme: note minimum JDK required 2020-12-04 15:40:47 +00:00
3cdbcb9f4a github: build with JDK 11 and 15 and deploy with JDK 11 2020-12-04 15:40:06 +00:00
38af23024a github: add release-drafter 2020-12-04 15:39:47 +00:00
40b0204508 Initial import 2020-12-04 15:34:19 +00:00
0b463863c1
Initial commit 2020-12-04 15:25:04 +00:00