rpvilao
c5466433eb
Merge pull request #6988 from j7-juarez/BAEL-2908
...
BAEL-2908 lazy initialization with spring boot 2.2
2019-06-18 09:08:17 +02:00
antmordel
7c21f2e279
Added IntStream.of constructor
2019-06-18 08:25:42 +02:00
Chandra Prakash
84b21162ae
Merge pull request #14 from eugenp/master
...
getting latest
2019-06-18 00:00:15 -04:00
isaolmez
e9410f8fda
Merge remote-tracking branch 'origin/master' into BAEL-2981
...
# Conflicts:
# libraries-2/pom.xml
2019-06-17 23:14:53 +03:00
isaolmez
684bc16314
BAEL-2981: Added header for tests and formatted pom.xml
2019-06-17 22:41:32 +03:00
DOHA
7d3639cf17
Merge remote-tracking branch 'eugenp/master'
2019-06-17 18:07:09 +03:00
Gerardo Roza
1e9364a7dc
Moved code of article spring-handler-mappings from spring-mvc-java to spring-mvc-basics
...
Renamed beans to avoid collisions
2019-06-17 11:07:50 -03:00
Gerardo Roza
802000d545
Migrated spring-mvc-basics to a Spring Boot project
2019-06-17 11:07:49 -03:00
Gerardo Roza
ed7630c2d0
Moved ViewResolver article related code from spring-mvc-java to spring-mvc-basics
2019-06-17 11:07:49 -03:00
Gerardo Roza
ee4953b7ef
* Added example and test for "using @ResponseStatus" article in the spring-mvc-basics module
2019-06-17 11:07:48 -03:00
Gerardo Roza
33d0ac5738
* Moved Controller vs RestController article code from spring-mvc-java to spring-mvc-basics
...
* now using jupiter tests for the tests involved
* fixed error in involved test
2019-06-17 11:07:47 -03:00
Gerardo Roza
20c2c2dd76
* moved 'Spring MVC Tutorial' code from spring-mvc-java to new module spring-mvc-basics
...
* cleaned spring-mvc-basics pom
2019-06-17 11:07:46 -03:00
Gerardo Roza
416c103cda
Created new empty module spring-mvc-basics
2019-06-17 11:07:46 -03:00
Erhan Karakaya
ac850bbc0b
Fixed typos
2019-06-17 14:57:45 +03:00
Erhan Karakaya
2826baee3b
Changed sample impls & refactored test
2019-06-17 14:52:29 +03:00
glopez
07adfc9e70
BAEL-2804 JPA Query Parameters Usage
...
Fix givenEmpNumber_whenUsingPositionalParameter_thenReturnExpectedEmployee
test case after adjustemnts.
2019-06-17 07:42:48 -03:00
Antonio Moreno
44dfb1a076
BAEL-2934 IntStreams conversions
...
(cherry picked from commit 11abb325ecb2f299c318d82952e7718bab03510c)
2019-06-17 07:07:34 +01:00
Joel Juarez
f69f95d13d
fixed styles in pom.xml
2019-06-16 23:23:36 +02:00
amit2103
112fed9516
[BAEL-14776] - Removed explicit version mention from xml config file
2019-06-16 21:32:47 +05:30
Erhan KARAKAYA
1d52e33e2d
Added tests & renamed classes
2019-06-16 09:31:29 +03:00
amit2103
40c2e9541f
[BAEL-15412] - Moved article to libraries-http module
2019-06-16 11:55:17 +05:30
glopez
6aec4a6e0f
BAEL-2804 JPA Query Parameters Usage
...
This is the code behind the JPA Query Parameters Usage tutorial. Within
these examples you can find the way to use named and positional query
parameters either using plain JPQL or criteria queries.
2019-06-16 00:37:44 -03:00
amit2103
2d0eeabcd8
[BAEL-14776] - Converted to boot project and added starters inn pom.xml
2019-06-16 00:28:58 +05:30
Chirag Dewan
ad818f174e
BAEL-2953 A guide to Apache Mesos
2019-06-16 00:03:53 +05:30
amit2103
7117aa1ac5
Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-14776
2019-06-15 23:49:36 +05:30
Andrew Shcherbakov
5698486178
Add Javadoc to method arguments and format the code
2019-06-15 19:40:15 +02:00
Loredana Crusoveanu
69f947e3cd
Merge pull request #7127 from rozagerardo/rozagerardo/BAEL-10130_Update-Constructor-Injection-article
...
[BAEL-10130] spring-core | Update Constructor Injection article
2019-06-15 14:46:45 +03:00
Loredana Crusoveanu
2ca31efc70
Merge pull request #7112 from tinomthomas/master
...
BAEL-2956
2019-06-15 14:21:16 +03:00
Loredana Crusoveanu
39b1809b19
Merge pull request #7134 from arhohuttunen/master
...
BAEL-2911 - JUnit Custom Display Name Generator API
2019-06-15 12:56:53 +03:00
Andrew Shcherbakov
41502a7507
Clean the main method of the folding technique code snippet
2019-06-15 11:31:19 +02:00
TINO
bd80953ac4
BAEL - 2956
...
Fixed permission denied exception
2019-06-15 12:29:59 +03:00
Andrew Shcherbakov
573f3d75af
Merge branch 'master' into BAEL-2949
2019-06-15 11:24:10 +02:00
Andrew Shcherbakov
97c1f79f32
Implement illustration for the folding technique
2019-06-15 11:20:32 +02:00
Arho Huttunen
a11e0088ba
BAEL-2911 - JUnit Custom Display Name Generator API
2019-06-15 10:05:05 +03:00
Eric Martin
92989e4556
Merge pull request #7015 from michael-pratt/BAEL-2958
...
BAEL-2958: Jest Client examples
2019-06-14 20:01:42 -05:00
Loredana Crusoveanu
b68e363780
Merge pull request #7130 from rozagerardo/rozagerardo/delete_duplicated_readme_files
...
Deleted duplicated readme file
2019-06-14 21:07:49 +03:00
Loredana Crusoveanu
48c1df9763
Merge pull request #7098 from amit2103/BAEL-14942
...
[BAEL-14942] - Create code for the Spring Security - Run-as authentic…
2019-06-14 21:05:38 +03:00
Loredana Crusoveanu
9b60ce6f3d
Merge pull request #7119 from amit2103/BAEL-14847
...
[BAEL-14847] - Fix tests in spring-activi, spring-data-cassandra-reac…
2019-06-14 21:03:05 +03:00
Loredana Crusoveanu
d256ea0526
Merge pull request #7051 from amit2103/BAEL-14846
...
[BAEL-14846] - Fixed tests in spring-5-reactive module
2019-06-14 20:57:13 +03:00
Gerardo Roza
9d5e6519cc
Deleted duplicated readme file. It was generating issues in case unsensitive os
2019-06-14 11:04:37 -03:00
Loredana Crusoveanu
a17d8b07f7
Merge pull request #7128 from Doha2012/master
...
iterable to collection
2019-06-14 08:55:10 +03:00
Michael Pratt
c45f9c9a6a
BAEL-2958: update pom.xml
2019-06-13 21:59:53 -06:00
glopez
11a41d5036
BAEL-2804 JPA Query Parameters Usage
...
This is the code behind JPA Query Parameters Usage tutorial. Within
these examples you can find the way to use named and positional query
parameters either using plain jpql or criteria queries.
2019-06-13 22:53:57 -03:00
Loredana Crusoveanu
bafceed6aa
Merge pull request #7086 from JonCook/master
...
BAEL-2913 - TempDir Support
2019-06-14 00:23:16 +03:00
DOHA
be171f7f59
iterable to collection
2019-06-13 21:38:53 +03:00
Gerardo Roza
5eaa028123
* Added test for constructor dependency injection article
...
* removed spring version in xml file
2019-06-13 13:10:54 -03:00
Joel Juarez
0ce2c744b3
fixed typos
2019-06-12 23:25:09 +02:00
Joel Juarez
d6bd06ddd9
fixed typos
2019-06-12 23:23:21 +02:00
Joel Juarez
20e1e25831
Changed description for spring-boot-performance module
2019-06-12 23:20:32 +02:00
Joel Juarez
2e383281a8
Changed description for spring-boot-performance module
2019-06-12 23:14:04 +02:00