tracyboehrer
896181fa34
Version bump ( #1000 )
2021-02-17 14:00:03 -06:00
tracyboehrer
5a7ba24a0f
Corrected ARM templates and POM settings for proper Azure deployment. ( #952 )
...
* Corrected ARM templates and POM settings for proper Azure deployment.
* Corrected sample READMEs to match new ARM templates
2021-02-04 12:24:35 -06:00
tracyboehrer
f624b5649c
Updated ARM templates for "deployment sub create" support ( #944 )
2021-02-03 11:16:25 -06:00
tracyboehrer
6078dfa74d
Sample POM cleanup ( #858 )
2020-12-09 11:33:14 -06:00
Lee Parrish
59a7ae7deb
Updated pom.xml to use parameters ( #838 )
2020-10-30 08:15:08 -05:00
tracyboehrer
0f8f6d4a3e
Version bump to 4.6.0-prewiew8
2020-10-26 15:31:35 -05:00
dependabot[bot]
f584d4e546
Bump junit from 4.12 to 4.13.1 in /samples/servlet-echo
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 15:22:19 +00:00
tracyboehrer
27b8baa0a3
Bump master to 4.6.0-preview7
2020-08-12 11:54:41 -05:00
tracyboehrer
8d00bdd671
Master version bump to Preview6 (second try)
2020-08-06 10:17:23 -05:00
dependabot[bot]
6c0500a4f0
Bump log4j-core from 2.11.0 to 2.13.2 in /samples/servlet-echo
...
Bumps log4j-core from 2.11.0 to 2.13.2.
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-01 19:15:05 +00:00
tracyboehrer
098bf2523d
Split samples from main module. Samples code formatting.
2020-04-13 07:49:53 -05:00
Matthias Bläsing
7d5ee88e9c
Read Activity Data directly from InputStream
...
The input from the bot is marked as content-type "appliation/json; charset=utf-8"
even if the charset would not be explicitly stated, RFC8259 requires the
encoding to be UTF-8.
The approach to read individual bytes from the inputstream and treat
each byte as a character (ControllerBase.java) or even as url encoded
data (app.java) are just invalid and work by plain luck. If only ascii
input is tested, it most probably mostly works, but fails for all inputs
with high bytes set.
Jackson can decode JSON directly from an inputstream and then does the
right thing, there is no need to manually read the stream.
2019-10-27 20:13:32 +01:00
Tracy Boehrer
ac36d29859
servlet-echo cleanup and commenting.
2019-10-16 13:15:09 -05:00
Tracy Boehrer
af6a398b4b
Set default compiler version in sample POM's
2019-10-15 08:49:15 -05:00
Tracy Boehrer
a231a0d4e2
Switch to MSAL from Adal
2019-10-01 15:37:05 -07:00
Tracy Boehrer
b1460d2c72
Initial crack at samples based on bot-builder.
2019-09-30 14:48:52 -07:00
Tracy Boehrer
b61d6ff2db
Cleaned up POM's for deploy.
2019-09-24 14:11:43 -05:00
Tracy Boehrer
ef9b8b7ba1
Added default repo.url to the servlet sample POM.
2019-09-17 16:13:58 -05:00
Tracy Boehrer
d749396e16
Deployment changes to support Gov Azure.
2019-09-05 17:44:58 -05:00
Tracy Boehrer
99d9dd31f7
Adjusted ARM template for Servlet sample to run on Windows.
2019-09-05 14:44:55 -05:00
Tracy Boehrer
b1d549bb68
EchoServlet is now using Configuration and ChannelProvider to more easily support Gov.
2019-09-05 14:14:58 -05:00
Tracy Boehrer
cb5f9056ee
Fixed some oddities with ConnectorClient, switched to using standard get/set instead of get/with.
2019-08-27 10:11:41 -05:00
Tracy Boehrer
1cbe46b81c
bot-schema recfactor (periodic push)
2019-08-26 21:04:11 -05:00
Tracy Boehrer
ff2a241351
Using ExecutorFactory for all CompletableFuture async calls.
2019-08-22 09:29:36 -05:00
Tracy Boehrer
2ff8d47343
Fixed JwtTokenValidation.authenticateRequest. Removed unneeded throw declarations from CompletableFuture returning methods.
2019-08-21 09:19:12 -05:00
Tracy Boehrer
90b8b53baf
Implemented latest Connector Authorization (from dotnet)
2019-08-20 17:16:42 -05:00
Tracy Boehrer
ec35f6c9c4
Added CheckStyle (but not failing on error or violation) yet.
2019-08-15 12:09:47 -05:00
Tracy Boehrer
bfd2f53d05
Implemented use of dependencyManagement and pluginManagement in root POM, and switched to slf4j for core sdk.
2019-08-15 08:23:26 -05:00
Tracy Boehrer
2d4bad4036
Corrected LICENSE files
2019-08-14 08:57:33 -05:00
Tracy Boehrer
46366ace7f
Added servlet-echo and spring-echo sample bots.
2019-08-13 13:53:58 -05:00