Commit graph

6 commits

Author SHA1 Message Date
Aravinda Kidambi Srinivasan
c53665fc0b Fix backward compatibility check
Avoid flagging methods as deleted if it is marked
synchronized. Also mark a few more interfaces as internal.
2024-11-12 10:23:55 -08:00
Aravinda Kidambi Srinivasan
f7e909c979
Update backward compatibility check script (#1393)
Dont fail the check for major release but print the output
for information/review purposes to know what API changes
have occurred in a major release

Manually tested the changes with some incompatible API changes
between patch release, minor release and major release.
2024-11-06 14:31:25 -08:00
nakulj
3b5c59ec04
fix backwards compatibility check (#1361) 2024-07-12 09:46:49 -07:00
Nakul Joshi
f507066ea6 *Actually* skip tests while running backwards compatibility test. 2024-07-02 14:00:57 -07:00
vincentvilo-aws
023f6be251
Modify backwards compatibility script to ignore synthetic access methods (#1330)
* modify backwards compatibility script to ignore synthetic access methods

* ignore synthetic access methods starting at access\$000
2024-05-20 13:06:24 -07:00
vincentvilo-aws
7d55b7a77f
Create script to check for backwards compatibility (#1316)
* create script to check for backwards compatibility

* move scripts directory to .github folder

* add execute permissions to script

* moved the 'continue' call to the find_removed_methods() function

* add function to check if minor release is being performed

* Upgrade version to 2.6.0-SNAPSHOT
2024-04-19 14:01:04 -07:00