Commit Graph

1829 Commits

Author SHA1 Message Date
Marko Lahma
32d0e1dbe8 Update README.md 2023-07-06 06:25:19 +03:00
Marko Lahma
3b1a234ea3 Release 3.0.2 preparations 2023-07-06 06:02:23 +03:00
Marko Lahma
dc58113791 Upgrade to NUKE 7.0.2 (#238) 2023-07-04 19:45:13 +03:00
jschmidt
5654b5f501 Add netstandard2.0 support to Spring.Testing.Microsoft (#237)
Co-authored-by: Jens Schmidt <jens.schmidt@a-w.com>
2023-07-04 19:19:55 +03:00
Marko Lahma
2d5c33acee Upgrade to NUKE 6.3.0 (#235) 2022-12-22 21:58:36 +02:00
Marko Lahma
f30174605f Update publish logic 2022-12-07 09:28:55 +02:00
Marko Lahma
571febbe3f Update publish.yml 2022-12-07 09:16:48 +02:00
Marko Lahma
4567de0895 Update publish.yml 2022-12-07 08:57:26 +02:00
Marko Lahma
e6825a63c5 Update publish.yml 2022-12-07 08:53:04 +02:00
Marko Lahma
8a5410acd9 Release 3.0.1 preparations 2022-12-06 21:30:58 +02:00
Marko Lahma
63aa4b2a40 Upgrade support libraries and switch to central package management (#233) 2022-12-02 20:58:52 +02:00
dependabot[bot]
0ee53d67ab Bump System.Data.SqlClient from 4.8.2 to 4.8.5 in /test/Spring/Spring.Data.Integration.Tests (#231)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-02 15:04:11 +02:00
dependabot[bot]
d7611b0b3d Bump System.Data.SqlClient from 4.8.2 to 4.8.5 in /test/Spring/Spring.Data.NHibernate5.Integration.Tests (#232)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-02 15:04:01 +02:00
dependabot[bot]
374e19af76 Bump System.Data.SqlClient from 4.8.2 to 4.8.5 in /test/Spring/Spring.Data.Tests (#230)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-02 15:03:51 +02:00
Simon Blume
fa4199edd0 Sign assemblies with strong name (#229)
Co-authored-by: Simon Blume <s.blume@it-frankfurt.com>
2022-12-02 14:46:59 +02:00
lukeabsent
d9d96bb7cc NMS 2.0 (#214) 2022-07-17 10:44:22 +03:00
Marko Lahma
7b163f006e Enable implicit usings (#224) 2022-07-16 22:45:23 +03:00
Marko Lahma
c1494dd636 Upgrade NUKE to version 6.1.2 (#223) 2022-07-16 21:52:46 +03:00
dependabot[bot]
0e1dcb1888 Bump Newtonsoft.Json in /test/Spring/Spring.Core.Tests
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.3...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-16 21:33:44 +03:00
Marko Lahma
a8f5e3176b Add .editorconfig and reformat some tabs to spaces 2022-03-18 20:14:08 +02:00
Kamil Pituła
9a4577389c Fix ReferenceNode, so that it doesnt throw KeyNotFoundException when current context wasn't provided. 2022-03-18 20:11:40 +02:00
Marko Lahma
e4438e6933 Merge pull request #213 from spring-projects/net60
Upgrade to .NET SDK 6.0
2022-03-18 18:43:00 +02:00
Marko Lahma
11b03e3655 fix some test issues 2022-03-18 18:20:00 +02:00
Marko Lahma
91c4f72e7d Upgrade to .NET SDK 6.0
* change minimum .NET Framework target to 4.6.2
2022-03-18 08:17:53 +02:00
Shane Walters
670af47929 Remove version specific settings from NET Core Oracle DB provider (#217) 2022-01-08 12:15:08 +02:00
Marko Lahma
eaf4ba620c Update README.md 2021-08-23 19:27:20 +03:00
Marko Lahma
6ca103da4c Fix packaging project name filter and upgrade NUKE 2021-08-06 19:34:01 +03:00
Marko Lahma
73cbdacc1b Update README.md 2021-08-02 19:15:10 +03:00
Marko Lahma
e2e258a1aa use separate publish task 2021-08-02 19:03:01 +03:00
Marko Lahma
65321e2c35 tweak build logic 2021-08-02 18:57:36 +03:00
Marko Lahma
208158c3c6 Create FUNDING.yml 2021-08-02 17:56:25 +03:00
Marko Lahma
ca2bf1e889 Add GitHub Actions configuration (#201)
* new build system based on NUKE build
* support test running on Linux
2021-08-02 17:54:41 +03:00
Roberto Paterlini
9d7325bd67 Spring.Data: fix test to work in NET5 (#207)
Co-authored-by: Roberto Paterlini <r.paterlini@almaviva.it>
2021-07-30 19:44:59 +03:00
jjvdgeer
974247bd0f Don't use local time to avoid problems entering winter time (#204) 2021-04-15 16:00:36 +03:00
Greg Jarzab
a5cb7a7973 Support for expressions involving method calls with more than 124 parameters (#203)
* Add test to demonstrate failure when more than 124 arguments are passed to a MethodNode.
* Calculate method hash using HashCode instead of a using a fixed number of primes.
* Add BOM and fix Copyright Sign
2021-04-13 08:08:36 +03:00
Roberto Paterlini
e8bd9f2290 CacheResultAdvice: lock on write to hashtable (#199)
Co-authored-by: Roberto Paterlini <r.paterlini@almaviva.it>
2021-01-09 10:32:27 +02:00
sbohlen
1054af4504 adding original strong-name signing key file 2020-11-30 07:55:35 -05:00
sbohlen
b012a70b80 removing Spring.Net.snk from IGNORE list 2020-11-30 07:55:04 -05:00
Marko Lahma
d40c907690 Update libs, generate symbol packages, target NET 5.0 in tests (#197)
* update libs, target NET 5.0 in tests
* correct metadata and symbol configuration
* add artifact definition to appveyor.yml, set ContinuousIntegrationBuild
2020-11-21 21:54:00 +02:00
anton-feoktistov
63f69cacea Add support for dynamic objects in spring.net expressions (#195) 2020-11-21 17:27:59 +02:00
Jan Zahradník
0b383ee4c9 Added support for new Microsoft.Data.SqlClient driver (#192) 2020-03-23 09:50:37 +02:00
Marko Lahma
94f7d55ce6 Remove VersionPrefix used for testing 2019-09-26 17:57:45 +03:00
Marko Lahma
f78411ac14 Support .NET Core 3 (#190)
* fix dynamic code generation issues
* fix NmsQuickStart
2019-09-26 17:52:11 +03:00
Marko Lahma
7580540918 enable netstandard build for Spring.Messaging.Nms 2019-09-07 16:01:04 +03:00
Marko Lahma
1a039200f2 Merge pull request #188 from cezarypiatekGC/feature/add_credential_connection_factory
Add UserCredentialsConnectionFactoryAdapter
2019-09-07 10:43:58 +03:00
Marko Lahma
d93c3c7398 Merge pull request #185 from michaelpearce-gain/patch-1
Update Apache.NMS to latest official package
2019-09-07 10:42:24 +03:00
Cezary Piatek
1bb9edfcd7 Add UserCredentialsConnectionFactoryAdapter 2019-07-26 12:52:28 +02:00
michaelpearce-gain
32ce67c705 Update Apache.NMS to latest official package
Apache.NMS project released official .net standard package.
2019-07-01 21:36:46 +01:00
Marko Lahma
ec3e168bee Merge pull request #184 from GoranSiska/master
Fix calling session recover when client in client acknowledge mode
2019-06-18 13:37:05 +03:00
Goran Siska
bbb38295f5 fix calling session recover when client in client acknowledge mode 2019-06-18 10:35:02 +02:00