Sourced from org.junit.jupiter:junit-jupiter-api's releases.
JUnit 5.10.1 = Platform 1.10.1 + Jupiter 5.10.1 + Vintage 5.10.1
See Release Notes.
Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1
e5f50d8
Release 5.10.1ac86d18
Fix typo in AfterAll documentation388c5be
Harmonize application of method and field filters in search
algorithmsf82dd1e
Apply field predicate before searching type hierarchy1d1eb85
Polishing5ce280e
Update picocli to 4.7.5 and enable help width computationfea05c3
Fix ConsoleLauncherTests and StandaloneTestsc556735
Use same expected files for all JDK versions808493a
Run StandaloneTests for Java 8 under Java 89ec5766
Unify messages about exit codes in StandaloneTestsSourced from com.google.googlejavaformat:google-java-format's releases.
v1.18.1
Changes
- Fixed version number for Eclipse plugin (#744)
Full Changelog: https://github.com/google/google-java-format/compare/v1.18.0...v1.18.1
v1.18.0
Changes
- Update Guava version to resolve https://github.com/advisories/GHSA-7g45-4rm6-3mm3 (#950)
- Handle
final var
lambda variables (#959)Full Changelog: https://github.com/google/google-java-format/compare/v1.17.0...v1.18.0
1c5f836
Release google-java-format 1.18.1685a6c9
Update release.ymlb4eade8
Update release.ymlc47ebbb
Update ci.yml4ade347
Update ci.yml for JDK 21 release1fe6789
Handle final var
lambda variablesd0e44e5
Follow-up to https://github.com/google/google-java-format/commit/9f2cd6827d01...915b78f
Update the release notes for the IntelliJ plugin.9f2cd68
Make google-java-format friendlier to TSAN28b199c
Fix java.lang.RuntimeException: Document is locked by write PSI
operations
...Sourced from com.nimbusds:nimbus-jose-jwt's changelog.
version 1.0 (2012-03-01)
- First version based on the OpenInfoCard JWT, JWS and JWE code base.
version 1.1 (2012-03-06)
- Introduces type-safe enumeration of the JSON Web Algorithms (JWA).
- Refactors the JWT class.
version 1.2 (2012-03-08)
- Moves JWS and JWE code into separate classes.
version 1.3 (2012-03-09)
- Switches to Apache Commons Codec for Base64URL encoding and decoding
- Consolidates the crypto utilities within the package.
- Introduces a JWT content serialiser class.
version 1.4 (2012-03-09)
- Refactoring of JWT class and JUnit tests.
version 1.5 (2012-03-18)
- Switches to JSON Smart for JSON serialisation and parsing.
- Introduces claims set class with JSON objects, string, Base64URL and byte array views.
version 1.6 (2012-03-20)
- Creates class for representing, serialising and parsing JSON Web Keys (JWK).
- Introduces separate class for representing JWT headers.
version 1.7 (2012-04-01)
- Introduces separate classes for plain, JWS and JWE headers.
- Introduces separate classes for plain, signed and encrypted JWTs.
- Removes the JWTContent class.
- Removes password-based (PE820) encryption support.
version 1.8 (2012-04-03)
- Adds support for the ZIP JWE header parameter.
- Removes unsupported algorithms from the JWA enumeration.
version 1.9 (2012-04-03)
- Renames JWEHeader.{get|set}EncryptionAlgorithm() to JWEHeader.{get|set}EncryptionMethod().
version 1.9.1 (2012-04-03)
- Upgrades JSON Smart JAR to 1.1.1.
version 1.10 (2012-04-14)
- Introduces serialize() method to base abstract JWT class.
version 1.11 (2012-05-13)
- JWT.serialize() throws checked JWTException instead of
... (truncated)
60caa26
[maven-release-plugin] prepare for next development iteration82a03c7
Fixes README.md MD list formattingac64737
Updates README.md formatting75960bf
Updates README.md OpenID Federation 1.0 ref8d9e6f1
Fixes Payload JavaDoc02aacf0
Expands JWTClaimsSet testsdbd5de4
exclude GSON's module-info.class
from shaded jar61f93de
Merged in master (pull request #110)cf557b0
Merge branch 'master' of
ssh://bitbucket.org/connect2id/nimbus-jose-jwta682550
Adds change log entry for iss #496
fix (PR)Sourced from org.junit.jupiter:junit-jupiter's releases.
JUnit 5.10.1 = Platform 1.10.1 + Jupiter 5.10.1 + Vintage 5.10.1
See Release Notes.
Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1
e5f50d8
Release 5.10.1ac86d18
Fix typo in AfterAll documentation388c5be
Harmonize application of method and field filters in search
algorithmsf82dd1e
Apply field predicate before searching type hierarchy1d1eb85
Polishing5ce280e
Update picocli to 4.7.5 and enable help width computationfea05c3
Fix ConsoleLauncherTests and StandaloneTestsc556735
Use same expected files for all JDK versions808493a
Run StandaloneTests for Java 8 under Java 89ec5766
Unify messages about exit codes in StandaloneTestsSourced from org.springframework:spring-core's releases.
v5.3.31
:star: New Features
Log4jLog
needs to re-resolveExtendedLogger
on deserialization (for compatibility with Log4J 2.21) #31583:lady_beetle: Bug Fixes
- MessageBuilder#createMessage should not define the payload as
@Nullable
#31611- Avoid duplicate JAR resources in
PathMatchingResourcePatternResolver
on MS Windows #31603- Spring web integration commons fileupload receives files and other parameter uploads, with a null pointer #31564
- Function column out doesn't resolve to
SqlOutParameter
#31560- Resolve to empty MultiValueMap when no matrix variables are provided #31484
- BeanUtils.copyProperties() consumes large amount of memory #31481
- CGLIB
BeanCopier
falls back toClassLoader.defineClass
for public target #31436- R2DBC Connection is closed during transaction when using TransactionAwareConnectionFactoryProxy #31411
HibernateJpaDialect
andHibernateExceptionTranslator
throwSQLExceptionTranslator
-provided exception instead of returning it #31410NamedParameterJdbcTemplate
throws unexpected exception fornull
query #31394LazyResolutionMessage
does not implement propertoString
#31385- Illegal reflective access in
ContextOverridingClassLoader.isEligibleForOverriding
#31233:notebook_with_decorative_cover: Documentation
- Clarify documentation for
@Transactional
on interfaces #31401- Default behavior of BeanPropertyRowMapper.getColumnValue(ResultSet, int, Class) inconsistent with code #31349
- Referencing a
@Bean
method in a@Configuration
class'@PostConstruct
method leads to circular reference #31339- Incorrect reference information about CGLIB supported method visibility #31311
:hammer: Dependency Upgrades
- Upgrade to Reactor 2020.0.38 #31584
8c85c31
Release v5.3.31b28a5f8
Upgrade to Reactor 2020.0.38 and Netty 4.1.101e660859
Consistent ordering of overloaded operationsa6ab308
Fix wrong nullability requirementc489234
Polish contributionaf59358
Avoid duplicate resources in PathMatchingResourcePatternResolver on
Windows75193b2
Upgrade to Log4J 2.21.1, Tomcat 9.0.82, Jetty 9.4.53, Undertow 2.2.28,
Netty ...f97e819
Log4jLog re-resolves ExtendedLogger on deserializationf8e1ce3
Check for procedure vs function constants in CallMetaDataContextd3ec939
Guard for empty FileItems in CommonsFileUploadSupportSourced from org.springframework:spring-beans's releases.
v5.3.31
:star: New Features
Log4jLog
needs to re-resolveExtendedLogger
on deserialization (for compatibility with Log4J 2.21) #31583:lady_beetle: Bug Fixes
- MessageBuilder#createMessage should not define the payload as
@Nullable
#31611- Avoid duplicate JAR resources in
PathMatchingResourcePatternResolver
on MS Windows #31603- Spring web integration commons fileupload receives files and other parameter uploads, with a null pointer #31564
- Function column out doesn't resolve to
SqlOutParameter
#31560- Resolve to empty MultiValueMap when no matrix variables are provided #31484
- BeanUtils.copyProperties() consumes large amount of memory #31481
- CGLIB
BeanCopier
falls back toClassLoader.defineClass
for public target #31436- R2DBC Connection is closed during transaction when using TransactionAwareConnectionFactoryProxy #31411
HibernateJpaDialect
andHibernateExceptionTranslator
throwSQLExceptionTranslator
-provided exception instead of returning it #31410NamedParameterJdbcTemplate
throws unexpected exception fornull
query #31394LazyResolutionMessage
does not implement propertoString
#31385- Illegal reflective access in
ContextOverridingClassLoader.isEligibleForOverriding
#31233:notebook_with_decorative_cover: Documentation
- Clarify documentation for
@Transactional
on interfaces #31401- Default behavior of BeanPropertyRowMapper.getColumnValue(ResultSet, int, Class) inconsistent with code #31349
- Referencing a
@Bean
method in a@Configuration
class'@PostConstruct
method leads to circular reference #31339- Incorrect reference information about CGLIB supported method visibility #31311
:hammer: Dependency Upgrades
- Upgrade to Reactor 2020.0.38 #31584
8c85c31
Release v5.3.31b28a5f8
Upgrade to Reactor 2020.0.38 and Netty 4.1.101e660859
Consistent ordering of overloaded operationsa6ab308
Fix wrong nullability requirementc489234
Polish contributionaf59358
Avoid duplicate resources in PathMatchingResourcePatternResolver on
Windows75193b2
Upgrade to Log4J 2.21.1, Tomcat 9.0.82, Jetty 9.4.53, Undertow 2.2.28,
Netty ...f97e819
Log4jLog re-resolves ExtendedLogger on deserializationf8e1ce3
Check for procedure vs function constants in CallMetaDataContextd3ec939
Guard for empty FileItems in CommonsFileUploadSupportSourced from actions/github-script's releases.
v7.0.0
What's Changed
- Add base-url option by
@robandpdx
in actions/github-script#429- Expose async-function argument type by
@viktorlott
in actions/github-script#402, see for details https://github.com/actions/github-script#use-scripts-with-jsdoc-support- Update dependencies and use Node 20 by
@joshmgross
in actions/github-script#425New Contributors
@navarroaxel
made their first contribution in actions/github-script#285@robandpdx
made their first contribution in actions/github-script#429@viktorlott
made their first contribution in actions/github-script#402Full Changelog: https://github.com/actions/github-script/compare/v6.4.1...v7.0.0
v6.4.1
What's Changed
- Add
@octokit/plugin-request-log
, to produce debug output for requests by@mjpieters
in actions/github-script#358- fix input handling by
@mjpieters
in actions/github-script#357- Remove unused dependencies by
@mjpieters
in actions/github-script#356- Default debug to current runner debug state by
@mjpieters
in actions/github-script#363New Contributors
@mjpieters
made their first contribution in actions/github-script#358Full Changelog: https://github.com/actions/github-script/compare/v6.4.0...v6.4.1
v6.4.0
What's Changed
- Bump json5 from 2.1.3 to 2.2.3 by
@dependabot
in actions/github-script#319- Bump minimatch from 3.0.4 to 3.1.2 by
@dependabot
in actions/github-script#320- Add node-fetch by
@danmichaelo
in actions/github-script#321New Contributors
@jongwooo
made their first contribution in actions/github-script#313@austinvazquez
made their first contribution in actions/github-script#306@danmichaelo
made their first contribution in actions/github-script#321Full Changelog: https://github.com/actions/github-script/compare/v6.3.3...v6.4.0
v6.3.3
What's Changed
- Update
@actions/glob
to 0.3.0 by@nineinchnick
in actions/github-script#279New Contributors
@nineinchnick
made their first contribution in actions/github-script#279Full Changelog: https://github.com/actions/github-script/compare/v6.3.2...v6.3.3
v6.3.2
What's Changed
- Update
@actions/core
to 1.10.0 by@rentziass
in actions/github-script#295
... (truncated)
60a0d83
Merge pull request #440
from actions/joshmgross/v7.0.1b7fb200
Update version to 7.0.112e22ed
Merge pull request #439
from actions/joshmgross/avoid-setting-base-urld319f8f
Avoid setting baseUrl
to undefined when input is not
providede69ef54
Merge pull request #425
from actions/joshmgross/node-20ee0914b
Update licensesd6fc56f
Use @types/node
for Node 20384d6cf
Fix quotations in tests8472492
Only validate GraphQL previews
84903f5
Remove node-fetch
from type