Ruben Bermudez
af9a0e308e
Merge pull request #787 from Borumer/Borumer-lib-1
...
Add CommandMessage class
2021-02-14 21:56:41 +00:00
Ruben Bermudez
c2ea41520b
Merge pull request #861 from costalfy/master
...
Upgrade to Spring boot 2.4.2
2021-02-14 21:54:19 +00:00
Ruben Bermudez
93043c4c98
Merge pull request #862 from ekiauhce/dev
...
Fix Gradle 7.0 compatibility
2021-02-14 21:53:41 +00:00
ekiauhce
97b427d9fa
Change "groovy" to "gradle" (language identifier)
2021-01-30 10:25:40 +03:00
ekiauhce
9ae03e511f
Add Gradle to Usage block
2021-01-30 10:25:08 +03:00
ekiauhce
37171fa94a
Change "compile" to "implementation" (Gradle dependency)
2021-01-30 10:24:00 +03:00
ekiauhce
e09c13cf0e
Change "compile" to "implementation" (Gradle dependency) and "groovy" to "gradle" (language identifier)
2021-01-30 10:20:50 +03:00
Andy Costanza
537a4c1f82
feat(spring boot): Upgrade spring boot dependency to 2.4.2
...
- replace spring-boot-test by spring-boot-starter-test to avoid NoClassDefFoundError with AopTestUtils on all unit tests
- remove assertj-core because it's include on spring-boot-starter-test
2021-01-29 12:14:47 +01:00
Andy Costanza
b1a7db4590
feat(spring boot): Upgrade spring boot dependency to 2.3.8.RELEASE
2021-01-29 11:37:39 +01:00
Andy Costanza
fe464e0092
Merge pull request #15 from rubenlagus/dev
...
Dev
2021-01-29 11:23:35 +01:00
rubenlagus
6342d1ff4e
Fix #844
2021-01-02 18:06:05 +01:00
rubenlagus
451bdce90b
Fix #841
2021-01-02 17:51:25 +01:00
rubenlagus
415d31eaec
Updage 5.0.1
2020-11-08 16:19:38 +00:00
rubenlagus
4af620770b
Remove old method messed
2020-11-08 11:35:09 +00:00
rubenlagus
f60425820a
Fixed #794
2020-11-08 11:29:13 +00:00
rubenlagus
88dd390566
Fix deserialization bug
2020-11-08 11:28:57 +00:00
Ruben Bermudez
0bbe66986b
Merge pull request #830 from Dhina17/dev
...
Fix unhandled exception type error in examples
2020-11-07 23:41:40 +00:00
Ruben Bermudez
04880cb9ed
Merge pull request #829 from aNNiMON/issue828
...
Update FAQ.md according to API changes
2020-11-07 23:40:40 +00:00
Dhina17
c42955985e
Fix unhandled exception type error in examples
2020-11-08 03:11:19 +05:30
Victor Melnik
bd2aa24e00
Fix FAQ.md according to API changes
2020-11-07 11:03:24 +02:00
rubenlagus
b2fcbaa3c2
Deprecate forgotten setter
2020-11-06 01:16:06 +00:00
rubenlagus
b7ffc57704
Update link
2020-11-04 15:17:27 +00:00
rubenlagus
934e3e8f1a
Fix #795
2020-11-04 01:25:03 +00:00
rubenlagus
2f56a05a22
Fix #795
2020-11-04 01:23:37 +00:00
rubenlagus
93bd1e0efe
Update changelog and how to update
2020-11-03 21:09:02 +00:00
rubenlagus
95216b90c5
Pom cleanup
2020-11-03 03:04:14 +00:00
Ruben Bermudez
ab00b182e8
Remove Guice
2020-11-03 02:57:36 +00:00
rubenlagus
fb5626de7a
CompletableFuture support
2020-11-03 02:24:07 +00:00
rubenlagus
447c9d3f92
Update 5.0 and lombok
2020-11-03 01:32:26 +00:00
rubenlagus
3275c10913
More cleanup
2020-10-31 17:43:32 +00:00
rubenlagus
bea0b95fc7
Update Location fields to Double to avoid roundings
2020-10-31 16:50:18 +00:00
rubenlagus
4fb51ec99c
Added lombok
2020-10-31 13:41:05 +00:00
rubenlagus
0a58ef7120
Remove deprecated versions
2020-10-31 13:19:19 +00:00
rubenlagus
6b18fbb545
Remove deprecated versions
2020-10-31 13:04:38 +00:00
Andy Costanza
3e4a300318
Merge pull request #11 from rubenlagus/master
...
Merge Ruben master to my master
2020-10-29 10:17:15 +01:00
Ruben Bermudez
48dea8184c
Merge pull request #823 from rubenlagus/dev
...
Dev
2020-10-29 00:21:38 +00:00
Ruben Bermudez
f776950240
Update README.md
2020-10-28 22:42:49 +00:00
Ruben Bermudez
48f9bf8105
Add files via upload
2020-10-28 22:39:23 +00:00
Ruben Bermudez
341c330857
Add files via upload
2020-10-28 22:34:50 +00:00
rubenlagus
ac83b5d517
Update version
2020-10-28 22:16:13 +00:00
Ruben Bermudez
b4684b9ec7
Fix bug
2020-10-26 01:25:35 +00:00
Ruben Bermudez
5d058d41c9
Merge pull request #814 from Daniil547/master
...
Change Ability name check according to Telegram bot API requirements
2020-10-26 01:15:40 +00:00
Ruben Bermudez
3898480a87
Merge pull request #820 from alexengrig/command-registry-lazy-bot-username
...
CommandRegistry: Replace botUsername with botUsernameSupplier
2020-10-25 11:44:58 +00:00
Grig Alex
cdef29f1ba
Deprecate old constructor
2020-10-24 00:04:33 +03:00
Ruben Bermudez
814955c2a6
Merge pull request #813 from christianblos/feature/ability-extension-list
...
Be able to add AbilityExtensions in Bot constructor
2020-10-23 00:26:26 +01:00
Ruben Bermudez
aa030fa148
Merge pull request #812 from christianblos/feature/lazy-load-abilities
...
Feature/lazy load abilities
2020-10-23 00:25:46 +01:00
Ruben Bermudez
8b98ef71ba
Merge pull request #810 from christianblos/feature/bot-in-message-context
...
Be able to access AbilityBot via MessageContext
2020-10-23 00:25:16 +01:00
Grig Alex
5ea6fc9f09
Add constructor with bot username
2020-10-21 22:16:38 +03:00
Ruben Bermudez
f83e2b3ccb
Merge pull request #792 from costalfy/master
...
Upgrade Spring Boot dependency in telegrambots-spring-boot-starter
2020-10-21 20:08:11 +01:00
Ruben Bermudez
02674a2a39
Merge pull request #804 from Chase22/configure-longpolling
...
Add timeout and limit for long-polling updates to DefaultBotOptions
2020-10-21 19:34:23 +01:00