line-bot-sdk-java
line-bot-sdk-java copied to clipboard
LINE Messaging API SDK for Java
## Bug Report **Describe the bug** I'm trying to upgrade the version from 4.7.0 to later of the **line-bot-api-client**, but it's not working. `Could not find com.fasterxml.jackson.core:jackson-databind:.` error is reported...
Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.0.12.RELEASE to 1.0.13.RELEASE. Release notes Sourced from io.spring.dependency-management's releases. v1.0.13.RELEASE :lady_beetle: Bug Fixes Plugin is incompatible with versions of Gradle where the Upload task has been removed...
Intead of io.spring.dependency-management This patch will change the behavior of the pom generation. ``` --- ~/.m2/repository/com/linecorp/bot/line-bot-api-client/5.0.1-SNAPSHOT/line-bot-api-client-5.0.1-SNAPSHOT.pom.orig 2022-08-10 20:57:55.000000000 +0900 +++ ~/.m2/repository/com/linecorp/bot/line-bot-api-client/5.0.1-SNAPSHOT/line-bot-api-client-5.0.1-SNAPSHOT.pom 2022-08-10 20:58:17.000000000 +0900 @@ -1,5 +1,6 @@ - +...
Hi, I was wondering why there is no support for the feature [verify the validity of short-lived and long-lived channel access tokens](https://developers.line.biz/en/reference/messaging-api/#verfiy-channel-access-token) in the LineOauthClient part of the sdk. If...
## Bug Report **Describe the bug** I made Java ConsoleApplication for send PushMessage using line-bot-sdk-java. After Sending PushMessage, Java process didn't stop. Java process stopped 1 minutes later after sending....
Contributors working their(our) best to maintain JavaDoc. I think it's good idea that creating well formed javadoc page (javadoc site) like Armeria. https://javadoc.io/doc/com.linecorp.armeria/armeria-javadoc/latest/index.html Requirements === * [ ] inter-module type...
Now `line-bot-spring-boot` supports only Spring WebMVC. It's time to support WebFlux.
## Feature Request **Describe the solution you'd like** Changing specific field of model class (e.g. FlexMessage) is hard work for developer. Adding lombok's `@Builder(toBuilder = true)` save us. (And optionally,...
Currently spring boot module don't support spring's lazy-initialization. We should documenting it.