Skip to content

Commit

Permalink
Merge pull request #31912 from Kalpesh-18
Browse files Browse the repository at this point in the history
* gh-31912:
  Polish "Allow config prop annotation processor to find reactive cookie props"
  Allow config prop annotation processor to find reactive cookie props

Closes gh-31912
  • Loading branch information
wilkinsona committed Jul 29, 2022
2 parents 532285b + d39e146 commit 2596d61
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2021 the original author or authors.
* Copyright 2012-2022 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -323,6 +323,7 @@ public static class Session {
@DurationUnit(ChronoUnit.SECONDS)
private Duration timeout = Duration.ofMinutes(30);

@NestedConfigurationProperty
private final Cookie cookie = new Cookie();

public Duration getTimeout() {
Expand Down

0 comments on commit 2596d61

Please sign in to comment.