Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f37691b

Browse files
committed
feature #61500 [JsonPath][JsonStreamer][ObjectMapper] the components are no longer experimental (xabbuh)
This PR was merged into the 7.4 branch. Discussion ---------- [JsonPath][JsonStreamer][ObjectMapper] the components are no longer experimental | Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | | License | MIT Commits ------- 5ab5aa8 JsonPath, JsonStreamer and ObjectMapper are no longer experimental
2 parents 12fb3d1 + 5ab5aa8 commit f37691b

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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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)