Commit 1aeacd4
Breaking change: Lock down visibility for descriptor syntax APIs.
Users should migrate to corresponding feature accessors (e.g. FieldDescriptor.hasPresence, EnumDescriptor.isClosed) instead of deriving these based on syntax, which will break after under Editions (https://protobuf.dev/editions/overview/)
PiperOrigin-RevId: 5865186871 parent 80337cb commit 1aeacd4
File tree
2 files changed
+2
-9
lines changed- java/core/src/main/java/com/google/protobuf
- ruby/src/main/java/com/google/protobuf/jruby
2 files changed
+2
-9
lines changedLines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
145 | 143 | | |
146 | 144 | | |
147 | 145 | | |
| |||
156 | 154 | | |
157 | 155 | | |
158 | 156 | | |
159 | | - | |
160 | | - | |
161 | 157 | | |
162 | 158 | | |
163 | 159 | | |
| |||
1273 | 1269 | | |
1274 | 1270 | | |
1275 | 1271 | | |
1276 | | - | |
1277 | | - | |
1278 | 1272 | | |
1279 | 1273 | | |
1280 | 1274 | | |
| |||
2843 | 2837 | | |
2844 | 2838 | | |
2845 | 2839 | | |
2846 | | - | |
2847 | | - | |
2848 | 2840 | | |
2849 | 2841 | | |
2850 | 2842 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
1340 | 1341 | | |
1341 | 1342 | | |
1342 | 1343 | | |
1343 | | - | |
| 1344 | + | |
1344 | 1345 | | |
1345 | 1346 | | |
1346 | 1347 | | |
| |||
0 commit comments