xatkit icon indicating copy to clipboard operation
xatkit copied to clipboard

The simplest way to build all types of smart chatbots and digital assistants

Results 8 xatkit issues
Sort by recently updated
recently updated
newest added

Bumps commons-configuration2 from 2.7 to 2.8.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-configuration2&package-manager=maven&previous-version=2.7&new-version=2.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

The [wiki](https://github.com/xatkit-bot-platform/xatkit/wiki/Build-Xatkit#build-the-latest-development-version) specifies how to update all the submodules to the `master` branch with the following command: ```bash git submodule foreach 'git checkout master' ``` This doesn't work since we...

bug

Bumps log4j-core from 2.13.3 to 2.17.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-core&package-manager=maven&previous-version=2.13.3&new-version=2.17.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

This would allow to import the Xatkit dependency from custom platforms without cloning the repository and building the framework locally. It would also allow to use continuous integration for Xatkit-dependent...

enhancement
Low Priority

These JDKs introduce `Modules`, that are defined in `java.lang.module`, and conflict with Xatkit `Modules`. In addition, the build prints several warning related to illegal reflective accesses from xcore and xtext.

bug
Low Priority

Hello! I am currently working with Xatkit in my master thesis, and I have created a fork of the main repository. I have developed an API with which I can...

Bumps org.apache.commons:commons-configuration2 from 2.7 to 2.10.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-configuration2&package-manager=maven&previous-version=2.7&new-version=2.10.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

full stack trace java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at com.xatkit.core.recognition.IntentRecognitionProviderFactory.getIntentRecognitionProvider (IntentRecognitionProviderFactory.java:128) at com.xatkit.core.XatkitBot.run (XatkitBot.java:160) at com.xatkit.example.GreetingsBot.main (GreetingsBot.java:514) at org.codehaus.mojo.exec.ExecJavaMojo.doMain (ExecJavaMojo.java:385) at org.codehaus.mojo.exec.ExecJavaMojo.doExec (ExecJavaMojo.java:374) at org.codehaus.mojo.exec.ExecJavaMojo.lambda$execute$0 (ExecJavaMojo.java:296) at java.lang.Thread.run (Thread.java:750) Caused by: java.lang.reflect.InvocationTargetException at...