Commit Graph

26 Commits

Author SHA1 Message Date
Andrea Cavalli 9b8c41dab1 Merge remote-tracking branch 'github/master' 2023-11-02 10:54:50 +01:00
ruben 8343e10fca Api version 6.7 2023-05-30 02:33:18 +01:00
Andrea Cavalli 0f60dec532 Merge tag 'v6.5.0' 2023-02-09 17:29:16 +01:00
Chase 402a4c46ea
Pass token in constructor (#1167) 2023-01-04 12:27:28 +01:00
Andrea Cavalli a8a00430e6 Java modules 2022-04-09 02:42:41 +02:00
rubenlagus 6653ffe937 API 5.1 2021-03-09 10:59:28 +00:00
rubenlagus 93bd1e0efe Update changelog and how to update 2020-11-03 21:09:02 +00:00
Ruben Bermudez ab00b182e8 Remove Guice 2020-11-03 02:57:36 +00:00
rubenlagus 447c9d3f92 Update 5.0 and lombok 2020-11-03 01:32:26 +00:00
Andy Costanza 3c5163990b feat(spring boot): Upgrade spring boot dependency to 2.3.2.RELEASE
I'll fix UT too because in Spring Boot 2.3.X, ApplicationContextRunner
disables bean overriding by default. To enable it, I set
withAllowBeanDefinitionOverriding to
true.

https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3-Release-Notes#applicationcontextrunner-disables-bean-overriding-by-default
for more informations
2020-08-11 12:29:35 +02:00
rubenlagus f84ec0b020 Version 4.8.1 2020-04-26 02:11:41 +01:00
sokomishalov 4f0e5f6af0
Merge branch 'dev' into starter-upgrade-2.2.0 2019-11-25 00:01:11 +05:30
rubenlagus 7cfcca3ae3 Fix error importing project 2019-11-19 00:42:17 +00:00
sokomishalov eb3d159dde upgrade spring boot to 2.2.0.RELEASE
replaced Optional bean with ObjectProvider in autoconfiguration
2019-10-30 12:16:16 +03:00
UnAfraid ef1bd09a6a Replacing log4j with slf4j 2019-09-09 20:10:26 +03:00
rubenlagus 830b873776 Remove BotLogger 2019-07-27 13:19:54 +01:00
rubenlagus 08bcf2bdac Fix remaining tests 2019-07-09 20:50:50 +01:00
chase 05c92d4037 Use stream to scan for annotations and to execute the methods 2019-01-19 09:49:44 +01:00
chase ad195d8d59 Add annotation to allow bot to get botSession
A method annotated with @AfterBotRegistration will be invoked after
the bot is registered.

Optionally the method can have a parameter of
type BotSession to get passed the BotSession the bot was created with.
2018-12-19 22:19:22 +01:00
chmilevfa 753d1d2ed8 Fixes after merge 2018-07-16 19:54:26 +02:00
chmilevfa ad3dbfdd58 Merge branch 'dev' into java9-support
# Conflicts:
#	telegrambots-abilities/src/main/java/org/telegram/abilitybots/api/bot/AbilityBot.java
#	telegrambots-abilities/src/main/java/org/telegram/abilitybots/api/objects/EndUser.java
#	telegrambots-abilities/src/main/java/org/telegram/abilitybots/api/objects/MessageContext.java
#	telegrambots-spring-boot-starter/src/main/java/org/telegram/telegrambots/starter/TelegramBotStarterConfiguration.java
#	telegrambots/src/main/java/org/telegram/telegrambots/bots/DefaultBotOptions.java
2018-07-16 19:37:30 +02:00
chmilevfa db9ae4f586 telegrambots-meta java 9 supported 2018-07-08 01:41:21 +02:00
Lucas Oliveira 493568649a Spring Boot autoconfiguration improvements.
Unit test refactoring, now with autoconfiguration integration testing.
Bug fix that did not initialize the bots, even with the deprecated @EnableTelegramBots
* [Removed - If users wish to disable, just inform telegrambots.enabled = false].
Upgrade Spring boot 2.0.2
2018-06-09 15:06:38 -03:00
zhaoyi d0651e60b4 Add unit test for spring boot start configuration 2018-05-14 15:17:07 +08:00
zhaoyi dcc4f29ddd Make longPollingBots or webHookBots in spring boot configuration 2018-05-12 14:52:57 +08:00
Roman_Meerson 6b76e79f4d Added spring boot starter module 2018-04-17 14:01:48 +04:00