291 Commits

Author SHA1 Message Date
spring-builds
c72ea2b0fd Bumping versions 2025-03-20 03:03:43 +00:00
spring-builds
c9f8f50332 Bumping versions 2025-03-19 03:03:23 +00:00
spring-builds
1b53ebc872 Bumping versions to 4.2.3-SNAPSHOT after release 2025-03-18 21:43:56 +00:00
spring-builds
414bae18c3 Going back to snapshots 2025-03-18 21:43:54 +00:00
spring-builds
d6d51ab65a Update SNAPSHOT to 4.2.2 2025-03-18 21:38:32 +00:00
spring-builds
6fc6f54309 Bumping versions 2025-01-24 03:05:56 +00:00
spring-builds
78d7db12b2 Bumping versions to 4.2.2-SNAPSHOT after release 2025-01-23 10:38:32 +00:00
spring-builds
49695480b5 Going back to snapshots 2025-01-23 10:38:30 +00:00
spring-builds
06d41703db Update SNAPSHOT to 4.2.1 2025-01-23 10:32:22 +00:00
spring-builds
61c913c55e Bumping versions to 4.2.1-SNAPSHOT after release 2024-12-02 23:46:41 +00:00
spring-builds
f703bed1fd Going back to snapshots 2024-12-02 23:46:38 +00:00
spring-builds
03807b3254 Update SNAPSHOT to 4.2.0 2024-12-02 23:41:32 +00:00
spring-builds
1b7b31307a Going back to snapshots 2024-11-08 01:05:03 +00:00
spring-builds
a6379216f8 Update SNAPSHOT to 4.2.0-RC1 2024-11-08 01:00:19 +00:00
spencergibb
d120eb0731 Updates to*Case() to use Locale.ROOT 2024-10-18 10:53:24 -04:00
Ömer Çelik
1f2a243862 Change "synchronized" to reentrant lock for virtual-threads 2024-10-06 01:10:28 +03:00
buildmaster
16022af641 Going back to snapshots 2024-08-19 17:01:50 +00:00
buildmaster
a08b2fd11a Update SNAPSHOT to 4.2.0-M1 2024-08-19 16:57:43 +00:00
buildmaster
8583ea48c7 Going back to snapshots 2024-08-19 15:26:29 +00:00
buildmaster
03b13f75bd Update SNAPSHOT to 4.2.0-M1 2024-08-19 15:22:42 +00:00
buildmaster
a731b934b0 Bumping versions 2024-08-05 19:12:58 +00:00
buildmaster
76d92789d1 Bumping versions to 4.1.4-SNAPSHOT after release 2024-07-10 15:51:28 +00:00
buildmaster
5d61a39ea5 Going back to snapshots 2024-07-10 15:51:27 +00:00
buildmaster
c0b651e45c Update SNAPSHOT to 4.1.3 2024-07-10 15:46:31 +00:00
buildmaster
091d4eda41 Bumping versions 2024-05-31 11:20:30 +00:00
buildmaster
79ee3e5fda Bumping versions 2024-05-30 11:19:42 +00:00
buildmaster
c3f263ec46 Bumping versions to 4.1.3-SNAPSHOT after release 2024-05-30 10:23:31 +00:00
buildmaster
6630bea4c3 Going back to snapshots 2024-05-30 10:23:30 +00:00
buildmaster
f0ae10ff84 Update SNAPSHOT to 4.1.2 2024-05-30 10:17:58 +00:00
buildmaster
cdb25edd57 Bumping versions to 4.1.2-SNAPSHOT after release 2024-03-27 12:47:57 +00:00
buildmaster
1567588ea8 Going back to snapshots 2024-03-27 12:47:56 +00:00
buildmaster
504c9bbb29 Update SNAPSHOT to 4.1.1 2024-03-27 12:42:40 +00:00
Oleg Zhurakousky
0b08e8b242 Update adapter dependencies in POMs
Polishing
2024-02-12 16:03:38 +01:00
buildmaster
bd155628da Bumping versions to 4.1.1-SNAPSHOT after release 2023-12-06 14:46:14 +00:00
buildmaster
83d71ba6fa Going back to snapshots 2023-12-06 14:46:13 +00:00
buildmaster
0fb67a9c9e Update SNAPSHOT to 4.1.0 2023-12-06 14:39:50 +00:00
Christian Tzolov
9ceb4f64d2 Fix the http trigger signatures in tests, samples and docs. Upgrade the azure maven version
Resolves #1088
2023-11-30 16:42:16 +01:00
buildmaster
af7f41aa6f Going back to snapshots 2023-10-31 13:04:16 +00:00
buildmaster
c5180fae16 Update SNAPSHOT to 4.1.0-RC1 2023-10-31 12:59:18 +00:00
buildmaster
f33b4e4919 Going back to snapshots 2023-09-27 10:00:45 +00:00
buildmaster
b629f0f858 Update SNAPSHOT to 4.1.0-M2 2023-09-27 09:55:32 +00:00
spencergibb
4be877c32d Revert "Removes unneeded @Configuration"
This reverts commit 4940292b13.
2023-08-16 14:30:08 -04:00
spencergibb
4940292b13 Removes unneeded @Configuration 2023-08-15 18:13:55 -04:00
buildmaster
2ad7c69d7a Going back to snapshots 2023-08-10 01:04:55 +00:00
buildmaster
e602ad7539 Update SNAPSHOT to 4.1.0-M1 2023-08-10 01:00:07 +00:00
Oleg Zhurakousky
efda7285ad Cleanup and fix tests 2023-07-20 16:50:16 +02:00
Christian Tzolov
8486e0bcb9 Refactor the azure adapter tests 2023-07-20 14:33:48 +02:00
Christian Tzolov
6299a5366b Streamline and refactor the azure and the azure-web adapters.
- Add SCF/Azure Gradle sample and docs.
- Move the function-azure-di-samples into standalone projects.
 - Apply the name convetion and project structure for the SCF adaptes.
   E.g.  function-sample-azure-XXX projects under the spring-cloud-function-samples root.
 - Remove the redudant samples.
 - Improve the samples docs and the Adapter generic docs.
- Streamline docs.
- Add azure web adapter sample and README.
- Add Spring Azure Functions banner for azure and azure web adapters.
- azure-web adapter fixes:
  - Fix issues in serverles-web ProxyHttpServletResponse implementation.
  - Remove the custom FunctionClassUtils utils in favor of scf-context/util/FunctionClassUtils.
- Remove redundant files.
- Add FunctionInvoker deprecation annotations.
- Extend the time trigger sample with Retry policies example.
2023-07-19 14:54:05 +02:00
Soby Chacko
6b4e5899c2 4.1.0-SNAPSHOT updates 2023-06-14 12:42:53 -04:00
Oleg Zhurakousky
38a30f05fc Revert "Bumping versions"
This reverts commit 3c6a0cc59b.
2023-05-26 12:38:53 +02:00