Skip to content

Commit 81b766d

Browse files
authored
Merge pull request #39 from oracle/rm-add-known-issues
2 parents 417903c + d1e8a8c commit 81b766d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

rewrite-weblogic/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To jump start your hands on learning, see these [**Examples and Tutorials**](htt
1818
- [Example Applications](https://github.com/oracle-samples/weblogic-examples/blob/main/README.md#examples)
1919
- [Migrate WebLogic Cafe to WLS 14.1.2](https://github.com/oracle-samples/weblogic-examples/blob/main/tutorials/migrate/weblogic-cafe-14.1.2/README.md)
2020
- [Migrate WebLogic Cafe to WLS 15.1.1 (BETA)](https://github.com/oracle-samples/weblogic-examples/blob/main/tutorials/migrate/weblogic-cafe-15.1.1/README.md)
21-
- [Migrate Spring Framework Pet Clinic to WLS 15.1.1 (BETA)](https://github.com/oracle-samples/weblogic-examples/blob/main/tutorials/migrate/spring-framework-petclinic-15.1.1/README.md)
21+
- [Migrate Spring Framework PetClinic to WLS 15.1.1 (BETA)](https://github.com/oracle-samples/weblogic-examples/blob/main/tutorials/migrate/spring-framework-petclinic-15.1.1/README.md)
2222

2323
## Recipes
2424

rewrite-weblogic/docs/concepts/index.md

+17
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,20 @@ You can use one or more recipes to accomplish your goals. Recipes are stackable,
1818

1919

2020
## Troubleshooting
21+
22+
Here are some issues associated with OpenRewrite recipes that you may encounter in the WebLogic Server 15.1.1.0.0 beta release.
23+
24+
**Issue** </br>
25+
WebLogic OpenRewrite recipes do not support the transformation of descriptors that use DTD references.
26+
<!-- Bug #37639800 -->
27+
28+
**Issue** </br>
29+
To migrate Spring Framework applications to WebLogic Server version 15.1.1.0.0 (BETA) and Jakarta EE 9.1, using either JDK17 or JDK21, at a _minimum_, you must have:
30+
* Spring version 5.3
31+
* Hibernate version 6.1
32+
* Run both Hibernate and Spring recipes together
33+
<!-- Bug #37642918 -->
34+
35+
**Issue** </br>
36+
For application migration to be successful, all dependencies, including fourth-party dependencies, must be included in the `pom.xml` file, _before_ migration.
37+
<!-- Bugs #37644007, #37638545 , #37642398 -->

0 commit comments

Comments
 (0)