Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quickheaven/research-core
Repo for my Java and Spring Boot research
https://github.com/quickheaven/research-core
activemq java java-17 java-8 jaxb jaxb-xjc message-broker soap soap-client soap-server soap-web-services spring spring-batch spring-boot spring-web-services spring-ws thymeleaf
Last synced: 1 day ago
JSON representation
Repo for my Java and Spring Boot research
- Host: GitHub
- URL: https://github.com/quickheaven/research-core
- Owner: quickheaven
- License: apache-2.0
- Created: 2018-05-10T01:00:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T22:02:22.000Z (4 days ago)
- Last Synced: 2024-11-15T23:17:41.244Z (4 days ago)
- Topics: activemq, java, java-17, java-8, jaxb, jaxb-xjc, message-broker, soap, soap-client, soap-server, soap-web-services, spring, spring-batch, spring-boot, spring-web-services, spring-ws, thymeleaf
- Language: Java
- Homepage:
- Size: 351 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Once you stop learning, you start dying. - Albert Einstein
Project for my research**Notes:** The SOAP and ActiveMQ projects are continuously maintained by upgrading the libraries to stable releases.
### Release Notes:
#### 2024.08.15
Upgraded the Soap Server and Client spring-boot to 3.3.2.#### 2024.06.01
Upgraded the Soap Server and Client spring-boot to 3.3.0.#### 2024.04.01
Migrated the projects SOAP Client and Server to Springboot 2.7.18 and eventually to 3.2.5.Change the dependency version based on 2.7. \
Run open rewrite \
Change the spring-boot version to 3.x \
Change the dependency versions based on 3.xGenerate POJO based on XSD. \
Upgrade the version of jaxb2-maven-plugin and add dependency inside the plugin in xml.Generate Java objects based on WSDL. \
Upgrade the version of the plugin from maven-jaxb2-plugin to jaxb-maven-plugin.