15651 Commits

Author SHA1 Message Date
Ali Dehghani
18eb32a7db Introducing the core-java-12 module.
It's ignored just like other 9+ versions.
2019-03-22 03:46:02 +04:30
Greg Turnquist
99ae486617
URL Cleanup (#31)
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 1 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-03-21 14:53:25 -05:00
Spring Operator
02092ed10f URL Cleanup (#30)
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://creativecommons.org/licenses/by-nd/3.0/ with 1 occurrences migrated to:
  https://creativecommons.org/licenses/by-nd/3.0/ ([https](https://creativecommons.org/licenses/by-nd/3.0/) result 200).
* [ ] http://docs.spring.io/spring-boot/docs/ with 1 occurrences migrated to:
  https://docs.spring.io/spring-boot/docs/ ([https](https://docs.spring.io/spring-boot/docs/) result 200).
* [ ] http://docs.spring.io/spring/docs/ with 1 occurrences migrated to:
  https://docs.spring.io/spring/docs/ ([https](https://docs.spring.io/spring/docs/) result 200).
2019-03-21 14:52:26 -05:00
Spring Operator
05243f15b3 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 1 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-03-21 13:36:29 -05:00
kwoyke
e4725557a2 BAEL-2777 Add a new section in Sorting with Lambda article (#6546) 2019-03-21 09:43:08 -06:00
anilkivilcim.eray
5421b1af95 Merge branch 'master' into BAEL-2762
# Conflicts:
#	spring-boot-security/pom.xml
#	spring-boot-security/src/main/java/com/baeldung/springbootsecurity/basic_auth/SpringBootSecurityApplication.java
#	spring-boot-security/src/main/java/com/baeldung/springbootsecurity/basic_auth/config/BasicAuthConfiguration.java
#	spring-boot-security/src/test/java/com/baeldung/springbootsecurity/basic_auth/BasicAuthConfigurationIntegrationTest.java
2019-03-21 14:13:01 +03:00
Kıvılcım
ec33e1372d
Merge pull request #1 from eugenp/master
local fetching
2019-03-21 14:02:16 +03:00
anilkivilcim.eray
26f8de5834 BAEL-2762 renaming HomeControllerIntegrationTest to HomeControllerUnitTest 2019-03-21 09:54:15 +03:00
sheryllresulta
c4cc859b67
Update README.md 2019-03-21 14:46:43 +08:00
sheryllresulta
5c9a3be532
Update README.md 2019-03-21 14:40:59 +08:00
sheryllresulta
3580562910
Update README.md 2019-03-21 14:38:03 +08:00
sumit.sg34
117e4038b9 BAEL-2827 code added for deleteby methods 2019-03-21 10:24:37 +05:30
Eric Martin
fc82f53cb4
Merge pull request #6472 from antmordel/BAEL-2522
Adding XMLGregorianCalendar to LocalDate converters
2019-03-20 21:10:23 -05:00
anilkivilcim.eray
284542701f BAEL-2762 Fix tests in spring-boot-security module 2019-03-20 23:21:11 +03:00
Gian Mario Contessa
c16db46236 BAEL-617: add baasic project, report and dependencies 2019-03-20 18:07:56 +00:00
Seun Matt
66f20f1441 added example code for BAEL-2083 (#6486)
* added example code for BAEL-2083

* updated example code for BAEL-2083
2019-03-20 09:05:30 -07:00
Antonio Moreno
1f857d5ad5 BAEL-2522 - Tabs problem. Identation. 2019-03-20 16:00:42 +00:00
Greg Turnquist
bbd6ab83b2
Upgrade to Spring Boot 2.1.3.RELEASE 2019-03-20 10:00:18 -05:00
Greg Turnquist
5da37e9a23
Upgrade to Spring Boot 2.0.8.RELEASE. 2019-03-20 09:36:01 -05:00
Brian Clozel
6524e2f94f
Merge pull request #29 from spring-operator/polish-urls-xml-master
URL Cleanup
2019-03-20 13:31:10 +01:00
Michael Pratt
a6e573b363 Implement code for new JHipster article 2019-03-19 21:31:28 -06:00
enpy
88ca90327c BAEL 2730 (#6524)
* BAEL 2730

* jackson-dataformat-xml uncommented
2019-03-19 19:59:02 -07:00
Spring Operator
6a932a0422 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://maven.apache.org/xsd/maven-4.0.0.xsd with 2 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 4 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 2 occurrences
2019-03-19 21:29:43 -05:00
isaolmez
ddcc496468 BAEL-2715: Modified tests and configurations 2019-03-19 22:44:07 +03:00
isaolmez
e813a0e64d BAEL-2715: Modified tests and configurations 2019-03-19 22:29:12 +03:00
Chirag Dewan
66146ea761 BAEL2489 Avoid check for null statement in Java 2019-03-19 20:40:26 +05:30
Simonas Viliunas
ec6da02548
Remove redundant full stops and fix broken list 2019-03-19 16:04:19 +01:00
Andrey Shcherbakov
39a0eda437 Remove ValidationUnitTest.kt (#6562) 2019-03-19 07:45:25 -07:00
Michael Pratt
57ae9db854 Add book entity to jhipster-5 project 2019-03-19 06:42:25 -06:00
Michael Pratt
a03ec155b4 Initial application generated by JHipster-5.8.2 2019-03-19 06:31:54 -06:00
rahusriv
aaddee0a7e Rahul/socket/read/pr2 (#6398)
* Making examples simple

* Changing variable names

* Modificatons in naming

* Read all data from server

* Adding seperate TestSocketRead class having live test

* Adding test case

* Changing test name to live tests
2019-03-18 22:30:14 -07:00
juanvaccari
92b03457a1 BAEL-2650 - Change scope functions tests to use assertTrue (#6558)
* BAEL-2650 - Kotlin standard functions: run, with, let, also and apply

* BAEL-2650 - Change scope functions tests to use assertTrue
2019-03-18 16:59:04 -07:00
Antonio Moreno
384dad60f1 BAEL-2522 Kevin comments addressed 2019-03-18 20:19:37 +00:00
Urvy Agrawal
8005f6b313 BAEL-2590 Added files for jlink tutorial (#6552) 2019-03-18 08:24:17 -07:00
caroline
f914b19bdb Formatting changes 2019-03-18 14:57:31 +01:00
caroline
4fece2266e Formatting changes 2019-03-18 14:35:22 +01:00
sheryllresulta
f2d39cf4d9
Update README.md 2019-03-18 19:38:01 +08:00
sheryllresulta
22c22fce86
Update README.md 2019-03-18 19:35:11 +08:00
sheryllresulta
bf54fdee95
Update README.md 2019-03-18 19:29:10 +08:00
sheryllresulta
b26d95ff40
Update README.md 2019-03-18 19:26:32 +08:00
sheryllresulta
2f2fdccd6b
Update README.md 2019-03-18 19:17:00 +08:00
sheryllresulta
2cb74787f3
Update README.md 2019-03-18 19:14:58 +08:00
sheryllresulta
126e4e421a
Update README.md 2019-03-18 19:12:23 +08:00
sheryllresulta
6868bcdf3c
Update README.md 2019-03-18 19:09:15 +08:00
sheryllresulta
045f45ebd5
Update README.md 2019-03-18 19:05:47 +08:00
sheryllresulta
b7c1931059
Update README.md 2019-03-18 19:02:55 +08:00
sheryllresulta
ef210e58bc
Update README.md 2019-03-18 18:59:17 +08:00
sheryllresulta
8d6ac99ac2
Update README.md 2019-03-18 18:56:11 +08:00
sheryllresulta
6b0ea75cda
Update README.md 2019-03-18 18:50:24 +08:00
sheryllresulta
3fd366713e
Update README.md 2019-03-18 18:48:48 +08:00