Skip to content

Commit 5ab5aa8

Browse files
xabbuhfabpot
authored andcommitted
JsonPath, JsonStreamer and ObjectMapper are no longer experimental
1 parent 32b347f commit 5ab5aa8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+7
-111
lines changed

src/Symfony/Component/JsonPath/CHANGELOG.md

Lines changed: 5 additions & 0 deletions

src/Symfony/Component/JsonPath/Exception/ExceptionInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
/**
1515
* @author Alexandre Daubois <alex.daubois@gmail.com>
16-
*
17-
* @experimental
1816
*/
1917
interface ExceptionInterface extends \Throwable
2018
{

src/Symfony/Component/JsonPath/Exception/InvalidArgumentException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
/**
1515
* @author Alexandre Daubois <alex.daubois@gmail.com>
16-
*
17-
* @experimental
1816
*/
1917
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
2018
{

src/Symfony/Component/JsonPath/Exception/InvalidJsonPathException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
/**
1515
* @author Alexandre Daubois <alex.daubois@gmail.com>
16-
*
17-
* @experimental
1816
*/
1917
class InvalidJsonPathException extends \LogicException implements ExceptionInterface
2018
{

src/Symfony/Component/JsonPath/Exception/InvalidJsonStringInputException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* Thrown when a string passed as an input is not a valid JSON string, e.g. in {@see JsonCrawler}.
1616
*
1717
* @author Alexandre Daubois <alex.daubois@gmail.com>
18-
*
19-
* @experimental
2018
*/
2119
class InvalidJsonStringInputException extends InvalidArgumentException
2220
{

src/Symfony/Component/JsonPath/Exception/JsonCrawlerException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
/**
1515
* @author Alexandre Daubois <alex.daubois@gmail.com>
16-
*
17-
* @experimental
1816
*/
1917
class JsonCrawlerException extends \RuntimeException implements ExceptionInterface
2018
{

src/Symfony/Component/JsonPath/JsonCrawler.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
* @see https://datatracker.ietf.org/doc/html/rfc9535
2727
*
2828
* @author Alexandre Daubois <alex.daubois@gmail.com>
29-
*
30-
* @experimental
3129
*/
3230
final class JsonCrawler implements JsonCrawlerInterface
3331
{

src/Symfony/Component/JsonPath/JsonCrawlerInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
/**
1818
* @author Alexandre Daubois <alex.daubois@gmail.com>
19-
*
20-
* @experimental
2119
*/
2220
interface JsonCrawlerInterface
2321
{

src/Symfony/Component/JsonPath/JsonPath.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* @author Alexandre Daubois <alex.daubois@gmail.com>
1616
*
1717
* @immutable
18-
*
19-
* @experimental
2018
*/
2119
final class JsonPath
2220
{

src/Symfony/Component/JsonPath/README.md

Lines changed: 0 additions & 5 deletions

0 commit comments

Comments
 (0)