Java: Improve Spring models#8639
Conversation
Click to show differences in coveragejavaGenerated file changes for java
- `Spring <https://spring.io/>`_,``org.springframework.*``,29,472,101,,,,19,14,,29
+ `Spring <https://spring.io/>`_,``org.springframework.*``,29,476,101,,,,19,14,,29
- Totals,,183,6225,1441,106,6,10,107,33,1,81
+ Totals,,183,6229,1441,106,6,10,107,33,1,81
- org.springframework.beans,,,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,26
+ org.springframework.beans,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,30 |
Click to show differences in coveragejavaGenerated file changes for java
- `Spring <https://spring.io/>`_,``org.springframework.*``,29,472,101,,,,19,14,,29
+ `Spring <https://spring.io/>`_,``org.springframework.*``,29,476,101,,,,19,14,,29
- Totals,,183,6225,1441,106,6,10,107,33,1,81
+ Totals,,183,6229,1441,106,6,10,107,33,1,81
- org.springframework.beans,,,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,26
+ org.springframework.beans,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,30 |
|
This suggests that should not have worked before-- add a test? |
Click to show differences in coveragejavaGenerated file changes for java
- `Spring <https://spring.io/>`_,``org.springframework.*``,29,472,101,,,,19,14,,29
+ `Spring <https://spring.io/>`_,``org.springframework.*``,29,476,101,,,,19,14,,29
- Totals,,183,6225,1441,106,6,10,107,33,1,81
+ Totals,,183,6229,1441,106,6,10,107,33,1,81
- org.springframework.beans,,,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,26
+ org.springframework.beans,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,30 |
d91d6df to
468cca8
Compare
Click to show differences in coveragejavaGenerated file changes for java
- `Spring <https://spring.io/>`_,``org.springframework.*``,29,472,101,,,,19,14,,29
+ `Spring <https://spring.io/>`_,``org.springframework.*``,29,476,101,,,,19,14,,29
- Totals,,183,6225,1441,106,6,10,107,33,1,81
+ Totals,,183,6229,1441,106,6,10,107,33,1,81
- org.springframework.beans,,,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,26
+ org.springframework.beans,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,30 |
468cca8 to
9833fa2
Compare
Click to show differences in coveragejavaGenerated file changes for java
- `Spring <https://spring.io/>`_,``org.springframework.*``,29,472,101,,,,19,14,,29
+ `Spring <https://spring.io/>`_,``org.springframework.*``,29,476,101,,,,19,14,,29
- Totals,,183,6225,1441,106,6,10,107,33,1,81
+ Totals,,183,6229,1441,106,6,10,107,33,1,81
- org.springframework.beans,,,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,26
+ org.springframework.beans,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,30 |
|
Had to undo a change made by the stub generator that broke the Spring XSS tests due to some stubs not being actually constant. |
Click to show differences in coveragejavaGenerated file changes for java
- `Spring <https://spring.io/>`_,``org.springframework.*``,29,472,101,,,,19,14,,29
+ `Spring <https://spring.io/>`_,``org.springframework.*``,29,476,101,,,,19,14,,29
- Totals,,183,6225,1441,106,6,10,107,33,1,81
+ Totals,,183,6229,1441,106,6,10,107,33,1,81
- org.springframework.beans,,,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,26
+ org.springframework.beans,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,30 |
Adds models for the constructor of
MutablePropertyValuesofspring-beans. Also fixes a mistake in a couple of classes ofspring-web.