honeymoose
ad2ca48135
更新测试文件注释和文章的内容链接
2022-06-20 01:07:12 -04:00
honeymoose
ed4af4389d
添加理解 Java 中的 NumberFormatException 异常 的链接
2022-06-20 01:05:35 -04:00
honeymoose
85b63c6f8d
修改数字格式化异常的内容
2022-06-20 01:03:51 -04:00
Ulisses Lima
3ae97db187
removing Customer2
2022-06-19 16:35:36 -03:00
Ulisses Lima
e0a7591f9d
first draft
2022-06-19 16:32:10 -03:00
Ulisses Lima
a3d9a372d0
Merge branch 'eugenp:master' into master
2022-06-19 16:31:05 -03:00
honeymoose
f08da063e7
尝试触发下 CI 的编译
2022-06-19 09:33:57 -04:00
Dhawal Kapil
05c3dc6059
JAVA-11493 Removed projects from the pom that have been moved to container modules ( #12377 )
2022-06-19 10:07:27 +05:30
Haroon Khan
770460b488
[JAVA-12744] Fix module to work with Gradle 7.x
2022-06-18 23:21:20 +01:00
Dhawal Kapil
f73b8485bd
JAVA-11499 Minor cleanup ( #12376 )
2022-06-18 21:34:07 +05:30
Keerthi
17ba25e795
JAVA-11499 move rxjava* modules to new rxjava-modules ( #12342 )
...
* JAVA-11499 move rxjava* modules to new rxjava-modules
* JAVA-11499 addressed PR comments
2022-06-18 21:21:25 +05:30
Greg Martin
997307e55f
Merge pull request #12315 from tirumani03/dev/tirumani03/springSecurityException
...
BAEL-5533: Spring security exceptions
2022-06-18 10:54:32 -04:00
honeymoose
5b3ef027b1
Merge pull request 'ci' ( #39 ) from ci into main
...
Reviewed-on: https://src.ossez.com/cwiki-us-docs/java-tutorials/pulls/39
2022-06-18 07:41:52 -04:00
Haroon Khan
3dfe2e7082
[JAVA-12748] Fix module to work with Gradle 7.x
2022-06-18 11:28:54 +01:00
kwoyke
197cd508e0
Merge pull request #12368 from hkhan/JAVA-12747-check-gradle-wrapper
...
[JAVA-12747] Fix module to work with Gradle 7.x
2022-06-18 11:19:43 +02:00
Ulisses Lima
bb8a76cc97
BAEL-5370 - MongoDB Composite Key ( #12273 )
...
* BAEL-5370 - MongoDB Composite Key
First Draft.
* removing comments
* BAEL-5370
Test could fail if ran in a different order:
givenCompositeId_whenSearchingByIdObject_thenFound
* BAEL-5370
removing compound index related stuff
* removing first insert from assertThrows
2022-06-18 09:49:40 +02:00
anuragkumawat
ca3fe06a56
JAVA-12359 Changes required in windows os test due to fix of unix os failing test
2022-06-18 11:56:32 +05:30
anuragkumawat
8d7014cfc0
JAVA-12359 Trying to fix failing unix platform test
2022-06-18 11:50:52 +05:30
exaucae
ac5f74edc2
refactor: refine examples
2022-06-17 22:31:32 +00:00
exaucae
5015fe1d0c
feat(wip): refine examples
2022-06-17 19:58:12 +00:00
honeymoose
6926189ba0
修改项目的编译错误
2022-06-17 14:32:41 -04:00
honeymoose
abf6ebb6e5
<commons-exec.version>1.3</commons-exec.version>
2022-06-17 14:29:02 -04:00
honeymoose
f50cfa7686
尝试推送后触发 CI 构建
2022-06-17 14:23:45 -04:00
honeymoose
5523c5fe67
修改构建错误
2022-06-17 14:16:51 -04:00
honeymoose
c63d207c77
修改 install 为 package 进行编译
2022-06-17 13:38:17 -04:00
anuragkumawat
2181c452d3
JAVA-12359 Fix jdk 9 and above build
2022-06-17 22:37:23 +05:30
honeymoose
173bb5ef7d
更新 POM.xml 文件能够让构建顺利进行
2022-06-17 13:06:51 -04:00
anuragkumawat
d81428bab7
JAVA-12359 Potential issue in Validate String as Filename in Java article
2022-06-17 22:26:31 +05:30
exaucae
7adea75450
feat(wip): add function call examples
2022-06-17 16:55:28 +00:00
honeymoose
f2200288e7
maven 3.8.4
2022-06-17 12:53:19 -04:00
honeymoose
f731671503
WorkflowScript: 5: Tool type "maven" does not have an install of "Maven 3.8.6" configured - did you mean "maven 3.8.4"? @ line 5, column 15.
...
maven 'Maven 3.8.6'
^
WorkflowScript: 6: Tool type "jdk" does not have an install of "jdk11" configured - did you mean "OpenJDK-11"? @ line 6, column 13.
jdk 'jdk11'
^
2022-06-17 12:52:08 -04:00
honeymoose
be05ebb0d3
add tools for Jenkinsfile
2022-06-17 12:51:11 -04:00
honeymoose
f0cf866d20
Add steps for mvn build
2022-06-17 12:44:29 -04:00
honeymoose
3c9061cc47
Merge remote-tracking branch 'origin/main' into ci
2022-06-17 12:36:12 -04:00
exaucae
cd033c2109
fix: upgrade to cargo-maven3
...
Application couldn't start with previous setup. Plus, maven3 is the preferred way of using cargo now.
See https://codehaus-cargo.github.io/cargo/Maven+3+Plugin.html
Relevant section: Reg. Lifetime of our Maven 2 plugin
" Please be aware that the Maven 2 / Maven 3 plugin of Codehaus Cargo has been retired with our version 1.9.0 and has been superseded by a Maven 3 only plugin. "
2022-06-17 15:14:02 +00:00
Ulisses Lima
f1259c2a4d
removing first insert from assertThrows
2022-06-17 12:01:44 -03:00
Ulisses Lima
38d1ff32a8
Merge branch 'eugenp:master' into master
2022-06-17 12:00:45 -03:00
honeymoose
a709139646
添加 Jenkins 的构建文件
2022-06-17 10:47:43 -04:00
kwoyke
6beec696aa
Merge pull request #12371 from hkhan/JAVA-12391-add-missing-csv
...
[JAVA-12620] Add missing csv file
2022-06-17 13:33:31 +02:00
Haroon Khan
65e05bbc8e
[JAVA-12620] Add missing csv file
2022-06-17 11:13:18 +01:00
kwoyke
d6dd1e2165
Merge pull request #12350 from dkapil/task/JAVA-11241
...
JAVA-11241 Added missing pom.xml for container modules and other cleanup
2022-06-17 09:02:21 +02:00
Haroon Khan
d2943e9dc2
[JAVA-12747] Fix module to work with Gradle 7.x
2022-06-16 21:41:48 +01:00
Dhawal Kapil
44fa00e0ea
Task/java 12687 ( #12367 )
...
* JAVA-11493 Renamed spring-sleuth to spring-cloud-sleuth
* JAVA-12687 Fixed test by replacing site name with working site
2022-06-17 00:01:34 +05:30
Dhawal Kapil
4206dfd9e6
JAVA-11493 Renamed spring-sleuth to spring-cloud-sleuth ( #12365 )
2022-06-16 23:57:01 +05:30
Abhinav Pandey
a5ddb7dd9c
Bael 5543 - Running a spring boot app without DB ( #12339 )
...
* BAEL-5543 - Running a spring boot app without db
* BAEL-5543 - Adding authentication properties
* BAEL-5543 - Moving to a new module
* BAEL-5543 - Changing test class name
* BAEL-5543 - Reducing Java version
Co-authored-by: Abhinav Pandey <Abhinav2.Pandey@airtel.com >
2022-06-16 12:58:07 +05:30
lucaCambi77
405578bfb5
fix: remove projection from old module ( #12358 )
2022-06-15 15:17:18 -05:00
panos-kakos
9be62e0311
Java 11493 ( #12349 )
...
* moved spring-cloud-bus (submodule) to spring-cloud-modules (parent)
* moved spring-cloud-cli (submodule) to spring-cloud-modules (parent)
* moved spring-cloud-data-flow (submodule) to spring-cloud-modules (parent)
* moved spring-sleuth (submodule) to spring-cloud-modules (parent)
* Deleted submodules that we moved to spring-cloud-modules
* deleted old modules from parent pom
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com >
2022-06-15 23:30:49 +05:30
Azhwani
ea9470ff3c
Remove railing whitespaces
2022-06-15 19:41:18 +02:00
kwoyke
cd1a8c8fe4
Merge pull request #12360 from hkhan/JAVA-12620-fix-link
...
[JAVA-12620] Fix link
2022-06-15 12:40:36 +02:00
Haroon Khan
feaebfaafe
[JAVA-12620] Fix link
2022-06-15 09:00:05 +01:00