Commit Graph

17536 Commits

Author SHA1 Message Date
Krzysztof Woyke
50e1711d60 JAVA-960: Migrate spring-vertx to com.baeldung 2020-03-19 15:19:30 +01:00
Krzysztof Woyke
5679e526a4 JAVA-960: Migrate spring-swagger-codegen to com.baeldung 2020-03-19 15:17:48 +01:00
Krzysztof Woyke
bdf67a30fe JAVA-960: Migrate spring-state-machine to com.baeldung 2020-03-19 15:15:41 +01:00
Krzysztof Woyke
9c7e524887 JAVA-960: Migrate spring-spel to com.baeldung 2020-03-19 15:13:49 +01:00
Krzysztof Woyke
3d64893cb0 JAVA-960: Migrate spring-sleuth to com.baeldung 2020-03-19 15:09:47 +01:00
Krzysztof Woyke
f9c315fea4 JAVA-960: Migrate spring-session to com.baeldung 2020-03-19 15:07:48 +01:00
Krzysztof Woyke
aa0227c82f JAVA-960: Migrate spring-static-resources to com.baeldung 2020-03-19 15:02:32 +01:00
Krzysztof Woyke
e331d23927 JAVA-960: Migrate spring-social-login to com.baeldung 2020-03-19 14:56:31 +01:00
petershatunov
f5884827b5 lazy_load_no_trans init commit (#8736)
* lazy_load_no_trans init commit

* refactoring

* methods naming

* Update persistence-modules/spring-boot-persistence-h2/src/test/java/com/baeldung/lazy_load_no_trans/LazyLoadNoTransPropertyOnIntegrationTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update persistence-modules/spring-boot-persistence-h2/src/test/java/com/baeldung/lazy_load_no_trans/LazyLoadNoTransPropertyOnIntegrationTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update persistence-modules/spring-boot-persistence-h2/src/test/java/com/baeldung/lazy_load_no_trans/LazyLoadNoTransPropertyOffIntegrationTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* naming

* code readability

Co-authored-by: admin <git-commit-id-plugin>
Co-authored-by: KevinGilmore <kpg102@gmail.com>
2020-03-18 21:00:37 +00:00
Greg
a77d5c5760 Merge pull request #8843 from rojyates/BAEL-3603-Java-IO-versus-NIO
BAEL-3603 Add test examples for Java IO versus NIO article
2020-03-18 15:50:22 -04:00
Loredana Crusoveanu
5b4eb571ed Merge pull request #8910 from eugenp/disable-jee-batch-tests
disable jee tests - fixing in BAEL-3812
2020-03-18 20:25:42 +02:00
Loredana
e540aa5ee8 disable jee tests - fixing in BAEL-3812 2020-03-18 20:22:39 +02:00
Dhawal Kapil
ba876d2a77 Merge pull request #8907 from aurasphere/JAVA-963_bookstore_monolith
[JAVA-963] Added parent pom to jhipster-5/bookstore-monolith and rena…
2020-03-18 22:03:14 +05:30
Loredana Crusoveanu
245275e327 Merge pull request #8908 from kwoyke/BAEL-3931
BAEL-3931: Migrate FuelHttpUnitTest to FuelHttpLiveTest
2020-03-18 16:56:11 +02:00
Krzysztof Woyke
bf2a1274ea BAEL-3931: Migrate FuelHttpUnitTest to FuelHttpLiveTest 2020-03-18 15:11:59 +01:00
Krzysztof Woyke
9a7b490c99 BAEL-3931: Use httpS://repo.spring.io 2020-03-18 15:05:59 +01:00
Donato Rimenti
80abec23c5 [JAVA-963] Added parent pom to jhipster-5/bookstore-monolith and renamed tests according to conventions (*Test -> *UnitTest, *IntTest -> *IntegrationTest) 2020-03-18 13:48:44 +01:00
kwoyke
375701df9c BAEL-3921: Remove adding a redundant log handler (#8881) 2020-03-18 07:44:23 +01:00
Jonathan Cook
6d827b9b1b Merge pull request #8676 from antmordel/master
BAEL-3635 Intro to Alibaba Arthas
2020-03-18 07:41:50 +01:00
Sam Millington
821531defe Delete static-value-injection folder (#8902)
Co-authored-by: SBLUKcic <sam@sbl-uk.org>
2020-03-17 20:42:04 +00:00
George Haris
ca67609981 BAEL-3835 (#8901)
* BAEL-3835: Inject a value to a static field

* BAEL-3835: integration of code into the src directory

Co-authored-by: Georgios Charitakis <georgios.charitakis@prodyna.com>
2020-03-17 20:31:11 +00:00
Graham Cox
4552593df2 Moved the Moshi examples to json-2 (#8898) 2020-03-17 07:30:46 -07:00
Loredana Crusoveanu
dd6324e686 Merge pull request #8899 from johnA1331/master
BAEL-23038
2020-03-17 16:01:51 +02:00
Eugen
722d4c3b7e Merge pull request #8882 from ashleyfrieze/BAEL-3339-remove-unnecessary-dependency
BAEL-3339 Remove unnecessary Spring Security Core dependency
2020-03-17 13:56:51 +02:00
johnA1331
d390401b60 Update README.md 2020-03-17 19:10:55 +08:00
johnA1331
80b75066d8 Update README.md 2020-03-17 19:10:07 +08:00
johnA1331
487cac9d60 Update README.md 2020-03-17 19:09:27 +08:00
johnA1331
e46ba6887a Update README.md 2020-03-17 19:08:26 +08:00
johnA1331
9570ab6cde Update README.md 2020-03-17 19:06:38 +08:00
johnA1331
405d95f60f Delete README.md 2020-03-17 19:05:32 +08:00
johnA1331
aad813036a Update README.md 2020-03-17 19:04:55 +08:00
Loredana Crusoveanu
588d0b5a2e Merge pull request #8884 from amit2103/JAVA-1007
pom formatting
2020-03-17 12:35:58 +02:00
Roger Yates
d69513a2c9 BAEL-3603 Update variable names 2020-03-17 06:35:29 +10:00
Roger Yates
ceff49afe3 BAEL-3603 Update variable names 2020-03-17 06:32:39 +10:00
Antonio Moreno
657abba259 BAEL-3635 Intro to Alibaba Arthas
Adding a case study to show Arthas.
2020-03-16 19:38:18 +00:00
Sampada
19b09c59ab BAEL-3909 : Convert PDF to base64 and Encode/Decode (#8892) 2020-03-16 08:19:08 -07:00
Roger Yates
944ac49aa2 BAEL-3603 Update method names and variable name for PR 2020-03-16 06:24:59 +10:00
rpvilao
5587e6b950 Merge pull request #8789 from carloscaverobarca/BAEL-3755-LTrim-And-RTrim-In-Java
[BAEL 3755] - LTrim and RTrim Alternatives in Java
2020-03-15 15:16:49 +01:00
amit.pandey
04c9af4965 pom formatting 2020-03-15 18:22:24 +05:30
Ashley Frieze
3260233ff6 BAEL-3339 Remove unnecessary Spring Security Core dependency 2020-03-15 11:07:17 +00:00
Cavero Barca
cea7f64174 Convert Benchmark functions to public to avoid compilation errors 2020-03-15 08:59:15 +01:00
Josh Cummings
63fcfb2c60 Merge pull request #8861 from kwoyke/JAVA-959
JAVA-959: Standardize packages in spring-katharsis and other modules
2020-03-14 22:38:21 -06:00
Eric Martin
c8dce0efb5 Merge pull request #8851 from albanoj2/BAEL-3871
BAEL-3871: Added tests for duplicate HTTP controller methods
2020-03-14 19:12:32 -05:00
Justin Albano
c87f032260 BAEL-3871: Corrected name of test to include "UnitTest" 2020-03-14 18:09:00 -04:00
Cavero Barca
cba16ebc49 Remove FQCN for StringUtils and let private functions when possible 2020-03-14 23:06:54 +01:00
Eric Martin
3f09669809 Merge pull request #8831 from SmartyAnsh/BAEL-3874-OCR-with-Tesseract
BAEL-3874-ocr_with_tesseract
2020-03-14 15:39:38 -05:00
Josh Cummings
be788fe917 Merge pull request #8850 from dupirefr/team/JAVA-137-maven_jxr_plugin_version_update
[JAVA-137] Updated Maven JXR Plugin version from 2.3 to 3.0.0
2020-03-14 12:13:00 -06:00
Josh Cummings
78d2b1853d Merge pull request #8827 from dupirefr/team/JAVA-136-maven_pmd_plugin_version_update
[JAVA-136] Updated Maven PMD Plugin version from 3.8 to 3.13.0
2020-03-14 12:12:11 -06:00
Eric Martin
17b61f3cff Merge pull request #8874 from eugenp/BAEL-3583
BAEL-3583: Added the core-java-security-2 module
2020-03-13 22:53:56 -05:00
eric-martin
f0bd269bc7 BAEL-3583: Added the core-java-security-2 module 2020-03-13 22:50:25 -05:00