Jonathan Leitschuh
7bfa1f4d05
Use HTTPS instead of HTTP to resolve dependencies
...
This fixes a security vulnerability in this project where the `pom.xml`
files were configuring Maven to resolve dependencies over HTTP instead of
HTTPS.
Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>
2020-02-11 09:59:47 -05:00
Luke Bakken
2a465d4afd
Merge pull request #256 from Miven666/master
...
Fix issues #253
2020-02-06 07:41:30 -08:00
Miven
1134d87781
Fix issues #253
2020-02-06 18:02:47 +08:00
Michael Klishin
9eb4edbef1
.NET tutorial 6: remove an unused variable
...
Suggested in #250 by @KZyfer.
2019-12-09 14:55:17 +03:00
Michael Klishin
73201fb29d
Merge branch 'bladefistx2-patch-1'
2019-11-14 19:16:44 +03:00
Michael Klishin
299ef29f56
import java.nio.charset.StandardCharsets
2019-11-14 19:16:27 +03:00
Yoel
91160f20f4
correct method of sending constant for language
...
best practice tip
2019-11-14 18:02:51 +02:00
Michael Klishin
97803e3b40
Merge pull request #244 from ferozjilla/patch-1
...
Fix grammar in README
2019-11-04 13:34:58 +03:00
Feroz Jilla
d230fceb43
Fix grammar in README
...
Assuming the author intended to write "And please check out the..."
2019-11-03 12:18:45 +00:00
Michael Klishin
42b0adb1cf
Merge pull request #241 from GoFightNguyen/master
...
dotnet-visual-studio: Tutorial 7 Publisher Confirms
2019-09-19 09:20:36 +03:00
Luke Bakken
beb65a2518
Complete the Java readme
...
Similar to 88d8fd7
for dotnet
2019-09-18 17:16:02 -07:00
Luke Bakken
88d8fd7552
Merge pull request #242 from GoFightNguyen/patch-1
...
Update README with Tutorial 7
2019-09-18 17:03:32 -07:00
Jason Nguyen
ec132af1d5
Update README.md
...
remove extra 'tutorials' from URL
2019-09-18 16:22:07 -06:00
Jason Nguyen
3b2faf66dd
Update README with Tutorial 7
2019-09-18 16:19:03 -06:00
Jason Nguyen
01fc282d7c
Updating readme with Tutorial 7
2019-09-18 16:11:38 -06:00
Jason Nguyen
52fbbe8cb3
Tutorial 7 PublisherConfirms
2019-09-18 16:11:38 -06:00
Michael Klishin
4609af962f
Merge pull request #240 from GoFightNguyen/master
...
dotnet tutorial of PublisherConfirms
2019-09-14 12:42:37 +03:00
Jason Nguyen
f15c3e8989
remove unnecessary args
2019-09-13 16:14:15 -06:00
Jason Nguyen
bed2740e65
rename file to PublisherConfirms
2019-09-13 16:10:31 -06:00
Jason Nguyen
0e846580b6
dotnet example of PublisherConfirms
2019-09-13 16:09:43 -06:00
Michael Klishin
376e0c0ee5
Merge pull request #239 from GoFightNguyen/patch-1
...
Remove extra publish in `handlePublishConfirmsAsynchronously`
2019-09-13 20:33:25 +03:00
Jason Nguyen
5985fe7da7
Remove extra publish in handlePublishConfirmsAsynchronously
2019-09-13 11:30:15 -06:00
Michael Klishin
8b8dc5c5d6
Merge pull request #238 from rabbitmq/publisher-confirms
...
Add Java files for publisher confirms tutorial
2019-09-03 20:09:32 +03:00
Arnaud Cogoluègnes
abc31d8ac8
Add Java files for publisher confirms tutorial
2019-08-26 14:30:59 +02:00
Michael Klishin
d705857c8b
Merge pull request #235 from janv8000/magic-strings
...
feat: avoid using magic strings
2019-08-12 22:50:49 +10:00
Jan Verhaeghe
895291544b
feat: avoid using magic strings
2019-08-12 14:34:49 +02:00
Luke Bakken
4e0ee04dd8
Merge pull request #233 from 4383/pipmodule
...
Ensure to always use pip as a module of a given version of python
2019-08-05 10:26:06 -07:00
Michael Klishin
9cb1b23b85
Merge pull request #234 from rabbitmq/revert-232-ensurepip
...
Revert "Bootstrapping the pip installer"
2019-08-05 20:21:54 +03:00
Michael Klishin
db21fe7e7c
Revert "Bootstrapping the pip installer"
2019-08-05 20:21:18 +03:00
Hervé Beraud
916b37beb0
Ensure to always use pip as a module of a given version of python
...
Prefer to use pip as a module, it's avoid error and mistakes during
package installation. With this approach we are always sure to
to install dependencies in the right python environment.
2019-08-05 18:42:47 +02:00
Michael Klishin
633009e142
Merge pull request #232 from 4383/ensurepip
...
Bootstrapping the pip installer
2019-08-05 17:51:18 +03:00
Hervé Beraud
79f9889ca2
Bootstrapping the pip installer
...
Prefer to use ensurepip instead of the deprecated easy_install
https://docs.python.org/3/library/ensurepip.html
https://setuptools.readthedocs.io/en/latest/easy_install.html
2019-08-05 16:44:38 +02:00
Michael Klishin
89724bc4c5
Merge pull request #231 from Birdi7/master
...
Bug fix
2019-07-18 17:00:44 +03:00
Egor
671657df79
Bug fix
...
The logic of tutorial which goes behind this line is "If you have more than 1 word to be sent, then mark the first as severity (the level of the log msg), and then everything else as the message itself". But with the current implementation, the first word always considered as severity even if no other words were given because `len(sys.argv) > 1` is true when at least one arg was given(then, the sys.argv contains the name of the file and the arg, and length=2)
2019-07-18 11:19:06 +03:00
Michael Klishin
9ffe0f5cfa
Merge pull request #227 from angyvolin/use-api-instead-of-internal-stuff
...
update php tutorials: avoid usage of deprecated/internal stuff
2019-07-15 16:23:27 +03:00
Andrii Volin
3bbcec5e83
update php tutorials: avoid usage of deprecated/internal stuff
2019-07-15 09:54:00 +03:00
Michael Klishin
7233339a95
Update README.md
2019-06-13 16:39:47 +03:00
Arnaud Cogoluègnes
cb28bb344b
Add directory for Intellij IDEA
2019-06-13 15:26:18 +02:00
Arnaud Cogoluègnes
b9ed48f672
Bump dependencies in Java tutorials
2019-06-13 14:41:17 +02:00
Luke Bakken
b887f2313a
Merge pull request #225 from rabbitmq/rabbitmq-website-780
...
Explicitly use queue parameter name
2019-06-07 11:30:14 -07:00
Luke Bakken
ea20da72cc
Explicitly use queue parameter name
...
Part of rabbitmq/rabbitmq-website#780
2019-06-07 10:51:04 -07:00
Michael Klishin
a814c87513
Link to the new Rust port in README
2019-06-05 00:57:15 +03:00
Michael Klishin
8b12d727f4
Merge pull request #224 from RaZeR-RBI/add_rust_port
...
Rust port
2019-06-04 22:55:59 +01:00
Adel Vilkov
2bd26d0962
Rust: Renaming and readme cleanup
2019-06-04 21:03:17 +03:00
Adel Vilkov
89d1f348a8
Rust: Tutorial 5 - Topics
2019-06-04 20:58:12 +03:00
Adel Vilkov
06b8e15c5f
Rust: Tutorial 4 - Routing
2019-06-04 20:41:22 +03:00
Adel Vilkov
afc16d8b77
Rust: Tutorial 3 - Publish/Subscribe
2019-06-04 19:46:05 +03:00
Adel Vilkov
6cc1274eba
Rust: Tutorial 2 - Work Queues
2019-06-04 18:24:46 +03:00
Adel Vilkov
7609ff2dd0
Rust: Tutorial 1 - Hello, World
2019-06-04 17:56:46 +03:00
Michael Klishin
0d82db979c
Ruby tutorial 6: accept input on the command line
2019-04-25 19:36:36 +03:00