Commit Graph

1021 Commits

Author SHA1 Message Date
ruben 1e040bea4d Api version 6.3 2022-11-08 18:33:50 +00:00
Ruben Bermudez 4db7532b61
Merge pull request #1143 from AminevRamil/dev
Reworked some of the old comments in javadoc style
2022-11-07 18:15:40 +00:00
Ramil Aminev 76f5cb2f4e Remake old comments into javadoc-style. 2022-11-04 20:23:27 +04:00
Ruben 64388f46b3 Bump shiro dependency 2022-08-15 01:57:13 +01:00
Ruben Bermudez f85c52aaf0
Merge pull request #1096 from timursergeevichname/update
SendInvoice and CreateInvoiceLink extends BotApiMethodMessage.
2022-08-15 01:54:41 +01:00
Ruben c0f51040bb Api Version 6.2 2022-08-15 01:43:03 +01:00
timursergeevich e5d994f16d SendInvoice and CreateInvoiceLink extends BotApiMethodMessage.
Since the class otApiMethodMessage implements the general behavior of a method deserializeResponse returning an object Message
2022-07-06 20:37:46 +03:00
rubenlagus c0ea9e1773 Update wiki 2022-06-21 21:50:15 +02:00
Ruben Bermudez 82659125d1 Fix tests 2022-06-21 21:35:42 +02:00
rubenlagus f7bcab98e8 Update version 2022-06-21 21:28:25 +02:00
rubenlagus 3d07f27d41 Api version 6.1 2022-06-21 21:17:49 +02:00
rubenlagus 9a3e5b3943 Api version 6.1 2022-06-21 21:17:49 +02:00
Ruben Bermudez 9c9bfd0950 Update versions 2022-06-21 21:17:49 +02:00
Ruben Bermudez ab29b41872
Merge pull request #1086 from LegendaryZer0/patch-1 2022-06-16 21:40:02 +02:00
Handsome 80c918807d
Wiki: fixed checkGlobalFlags method in readme
Flag.PHOTO returns the Flag type, not bool
2022-06-16 21:48:40 +03:00
rubenlagus a423b23440 Refactor 2022-06-16 19:57:41 +02:00
rubenlagus cfc1806509 Refactor 2022-06-16 19:36:30 +02:00
Ruben Bermudez 0c574563b9
Merge pull request #959 from jonasx10j/patch-1 2022-06-15 02:41:10 +02:00
Ruben Bermudez db1b24cd09
Merge pull request #918 from monkeyboiii/dev 2022-06-15 02:39:32 +02:00
Ruben Bermudez d2c6e6439b
Merge pull request #1009 from nubdub/issue-721 2022-06-15 02:37:20 +02:00
Ruben Bermudez 0170c93555
Merge pull request #1030 from loolzaaa/webhook_fix1 2022-06-15 02:31:07 +02:00
Ruben Bermudez 69e4a6a149
Merge pull request #1055 from LamGC/change-exception-log-format 2022-06-15 02:26:53 +02:00
Ruben Bermudez 92c7b1c3ce
Merge pull request #1070 from lacinoire/add-test
Add test for MapDBVar.toString
2022-06-15 01:01:44 +02:00
rubenlagus ce4760d994 Allow Long setters for ChatIds 2022-06-14 22:20:22 +02:00
Carolin Brandt 91de0dd3a3
Add test for MapDBVar.toString 2022-05-18 16:33:09 +02:00
Ruben Bermudez f650e2376a
Merge pull request #1060 from recursiveribbons/dev
Update dependencies where possible
2022-05-15 18:59:02 +01:00
Ruben Bermudez 1c5110dab6
Merge pull request #1064 from AndreicaRadu/patch-1
Wrong assertion always true(compares same object)
2022-05-15 18:58:12 +01:00
AndreicaRadu 3b080a149a
Wrong assertion always true(compares same object)
Probably due to carelessness the same object is compared and the assertion is always true. Sonarlint raised this issue.
2022-05-08 18:16:04 +03:00
Robin Syl 132f8b7be8 Update dependencies when possible 2022-04-24 17:19:47 +02:00
LamGC 80ef86b90d
Change exception log information.
Output exception details in exception handling to help developers troubleshoot problems.
At the same time, by checking whether the debug level is enabled, too many output logs in the production environment can be avoided. (I guess the original design was for this reason)
2022-04-18 11:56:33 +08:00
Ruben Bermudez 622cab39fc
Merge pull request #1054 from rubenlagus/dev
Api Version 6.0
2022-04-17 21:22:01 +01:00
Ruben 0bb4ecbd85 Api Version 6.0 2022-04-17 21:21:14 +01:00
Ruben Bermudez 19466416a4
Merge pull request #1053 from rubenlagus/dev
Dev
2022-04-17 21:19:19 +01:00
Ruben 8282529b89 Api Version 6.0 2022-04-17 21:17:32 +01:00
Ruben Bermudez 1e59ebaf91
Merge pull request #1052 from rubenlagus/dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.13.2.1
Bump jackson-databind from 2.13.0 to 2.13.2.1
2022-04-17 21:04:11 +01:00
dependabot[bot] 134a15d5bc
Bump jackson-databind from 2.13.0 to 2.13.2.1
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.0 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-04-17 20:02:45 +00:00
Ruben Bermudez 14d93968de
Merge pull request #1051 from rubenlagus/dev
Dev
2022-04-17 21:02:26 +01:00
Ruben e779402e74 Api Version 6.0 2022-04-17 20:40:17 +01:00
loolzaaa 336c026828 Add tests to ServerlessWebhook
Simple tests because there is no real server
Besides, fix two test methods in TestRestApi, because of error in expected strings
2022-02-27 13:00:40 +05:00
Ruben 302bf90515 #1036 2022-02-26 20:03:10 +00:00
Korsakov A.N. (20211) 9cb206b14b Implement Webhook without server 2022-02-10 15:59:06 +05:00
Korsakov A.N. (20211) db8aa6ac3e Add default behaviour for some methods in CommandBot interface 2022-02-10 12:07:22 +05:00
loolzaaa 54575990bc Add webhook command bot 2022-02-10 10:20:30 +05:00
Ruben c6dbe717a3 Api Version 5.7 2022-02-01 23:02:26 +00:00
Ruben Bermudez c8ad62b85a
Merge pull request #1028 from rubenlagus/dev
Dev
2022-02-01 23:01:25 +00:00
Ruben 6bb17461f0 Api Version 5.7 2022-02-01 23:00:54 +00:00
Ruben Bermudez 6da32da4f8
Merge pull request #1013 from costalfy/master
Bump Spring Boot to 2.5.x and Junit5 to 5.7.2
2022-02-01 22:39:14 +00:00
Ruben Bermudez bd6665ccc5
Merge pull request #1023 from chengza/master
fix botOptions not working with session bot
2022-02-01 22:38:32 +00:00
Andy Costanza 06387a9d73
Merge pull request #31 from costalfy/snyk-upgrade-15ee2b6ef8524ad9f995cc11cbdaf304
[Snyk] Upgrade commons-io:commons-io from 2.8.0 to 2.11.0
2022-01-17 13:35:48 +01:00
Andy Costanza 729d4d1b69
Merge pull request #29 from costalfy/snyk-upgrade-fc3fd3404bfed75abdac184f00e4b125
[Snyk] Upgrade com.fasterxml.jackson.core:jackson-annotations from 2.11.3 to 2.13.0
2022-01-17 13:35:29 +01:00